RE: openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?!

2016-08-03 Thread Joe Holden
> -Original Message- > From: owner-freebsd-po...@freebsd.org [mailto:owner-freebsd- > po...@freebsd.org] On Behalf Of Walter Schwarzenfeld > Sent: 10 March 2016 18:17 > To: freebsd-ports@freebsd.org > Subject: Re: openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?! > > Makefile > OPTIONS_DEFAUL

Question about abills-0.74

2016-08-03 Thread Maxim Sirenko
Hi! Now we have abills-0.59 in ports. Could you port last 0.74 version of abills to FreeBSD ports so it could be used in FreeBSD 11 that is planned to be released on September, 2? Best regards, Maxim. ___ freebsd-ports@freebsd.org mailing list h

Mariadb101-server ignores datadir in my.cfg

2016-08-03 Thread scratch65535
MariaDB 10.1 server ignores the datadir directive in my.cfg, creating new databases only in /var/db/mysql. The port claims that it honors hier(7), but hier(7) specifies that /var/db is to be used for "miscellaneous automatically generated system-specific database files", which mariadb/mysql databa

pkg(1) continues after pre-install script fails

2016-08-03 Thread Tijl Coosemans
The linux_base-* packages require Linux support in the kernel during installation because they run /compat/linux/sbin/ldconfig. The packages have a PRE-INSTALL script that checks this and returns an error if the support isn't there, but pkg(1) ignores such errors and continues to install the files

Re: pkg(1) continues after pre-install script fails

2016-08-03 Thread Baptiste Daroussin
On Wed, Aug 03, 2016 at 05:03:01PM +0200, Tijl Coosemans wrote: > The linux_base-* packages require Linux support in the kernel during > installation because they run /compat/linux/sbin/ldconfig. The packages > have a PRE-INSTALL script that checks this and returns an error if the > support isn't

Re: pkg(1) continues after pre-install script fails

2016-08-03 Thread Tijl Coosemans
On Wed, 3 Aug 2016 18:15:42 +0200 Baptiste Daroussin wrote: > On Wed, Aug 03, 2016 at 05:03:01PM +0200, Tijl Coosemans wrote: >> The linux_base-* packages require Linux support in the kernel during >> installation because they run /compat/linux/sbin/ldconfig. The packages >> have a PRE-INSTALL sc

building ports with poudriere with CFLAGS=-O0 -g and no strip

2016-08-03 Thread Matthias Apitz
Hello, I'm re-build some 100 ports in a poudriere jail r292778 amd64 and ports from r414411 with CFLAGS=-O0 -g CXXFLAGS=-O0 -g in the jails make.conf file to nail down or at least get a gdb backtrace of the astro/stellarium which crashes on start; Two problems: The above CFLAGS/CXXFLAGS are

Re: building ports with poudriere with CFLAGS=-O0 -g and no strip

2016-08-03 Thread Don Lewis
On 3 Aug, Matthias Apitz wrote: > > Hello, > > I'm re-build some 100 ports in a poudriere jail r292778 amd64 and ports from > r414411 with > > CFLAGS=-O0 -g > CXXFLAGS=-O0 -g > > in the jails make.conf file to nail down or at least get a gdb backtrace > of the astro/stellarium which crashes o

Re: building ports with poudriere with CFLAGS=-O0 -g and no strip

2016-08-03 Thread Matthias Apitz
El día Wednesday, August 03, 2016 a las 11:56:49AM -0700, Don Lewis escribió: > On 3 Aug, Matthias Apitz wrote: > > > > Hello, > > > > I'm re-build some 100 ports in a poudriere jail r292778 amd64 and ports > > from r414411 with > > > > CFLAGS=-O0 -g > > CXXFLAGS=-O0 -g > > > > in the jails

Re: Passing target to source Makefile

2016-08-03 Thread Russell Haley
On Fri, Jul 22, 2016 at 1:53 AM, Jan Beich wrote: > Russell Haley writes: > >> 1) It does not use the recommended "freebsd" target. While the port >> overlays many of the same options, the system doesn't seem to respect >> the targets and also performs the installation without specifically >> cal