Hi
I'm trying to build a static c program with a port. How do I achieve that?
Let's say, thats my code:
#include
#include
int main()
{
printf("Hello, World!");
printf("MySQL client version: %s\n", mysql_get_client_info());
return 0;
}
Let's say, that's my Makefile:
CC=gcc
LIBS = `mys
All right you are getting rid of the hs-modules
and getting us to use devel/stack.
When I ran devel/stack this morning, I got:
Script started on Fri May 10 10:32:32 2019
root@doctor:/usr/ports/devel/stack # make
===> License BSD3CLAUSE accepted by the user
===> hs-stack-1.9.3_1 depends on
Hi Olli,
> Am 09.05.2019 um 13:02 schrieb olli hauer :
>
> On 2019-05-09 11:24, Axel Rau wrote:
>> See the attached poudriere testport log.
>> suspect:
>> WARNING: Project targetting '>= 0.43.0‘
>> but tried to use feature introduced in '0.50.0‘:
>> install arg in configure_file
>>
On Fri, May 10, 2019 at 8:54 PM The Doctor via freebsd-ports <
freebsd-ports@freebsd.org> wrote:
> All right you are getting rid of the hs-modules
>
> and getting us to use devel/stack.
>
> When I ran devel/stack this morning, I got:
>
>
> Script started on Fri May 10 10:32:32 2019
> root@doctor:
On Fri, May 10, 2019 at 11:25:20PM +0400, Gleb Popov wrote:
> On Fri, May 10, 2019 at 8:54 PM The Doctor via freebsd-ports <
> freebsd-ports@freebsd.org> wrote:
>
> > All right you are getting rid of the hs-modules
> >
> > and getting us to use devel/stack.
> >
> > When I ran devel/stack this mor
Hi,
sysutils/bareos17-server Makefile appears to have an error on the first line:
6:16pm> head -10 /usr/ports/sysutils/bareos17-server/Makefile
$FreeBSD$
PORTNAME= bareos17
DISTVERSIONPREFIX= Release/
DISTVERSION=17.2.7
PORTREVISION?= 3
CATEGORIES?=sysutils
PKGNAMEPREFIX?= #
On Sat, May 11, 2019 at 12:49 AM The Doctor
wrote:
> On Fri, May 10, 2019 at 11:25:20PM +0400, Gleb Popov wrote:
> > On Fri, May 10, 2019 at 8:54 PM The Doctor via freebsd-ports <
> > freebsd-ports@freebsd.org> wrote:
> >
> >
> > Can't reproduce this locally. What FreeBSD version are you running,