FreeBSD Haskell mailing list

2017-11-14 Thread Gabor Pali
Hello there, For your information, the previously closed internal mail alias hask...@freebsd.org has become an open regular mailing list that you can subscribe to at lists.freebsd.org [1]. It is mainly for the ones who work on Haskell ports: compilers, third-party libraries, and frameworks, but i

Re: sysutils/pcbsd-utils (HEAD) fails to compile in poudriere

2017-11-14 Thread Mathieu Arnold
Le 13/11/2017 à 11:00, Matthias Apitz a écrit : > El día domingo, noviembre 12, 2017 a las 05:36:31p. m. +0100, Matthias Apitz > escribió: > >> The above port fails to compile with: >> ... >> echo pc-ldapconf: >> /wrkdirs/usr/ports/sysutils/pcbsd-utils/work/stage/usr/local/bin/usr/lib/libc.a >>

FreeBSD ports you maintain which are out of date

2017-11-14 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

setting SRC_BASE for sysutils/lsof in poudriere

2017-11-14 Thread Matthias Apitz
I have the problem with the port sysutils/lsof within poudriere. The compilation in the jail fails because the port sysutils/lsof is HEAD while the system in the jail of poudriere is from May 21 and there have been a change in the struct members of struct socket which was addressed by changes in t

Re: setting SRC_BASE for sysutils/lsof in poudriere

2017-11-14 Thread Larry Rosenman
Why can't you update the jail? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 On 11/14/17, 9:18 AM, "Matthias Apitz" wrote: I have the problem wi

Re: setting SRC_BASE for sysutils/lsof in poudriere

2017-11-14 Thread Matthias Apitz
El día martes, noviembre 14, 2017 a las 09:34:47a. m. -0600, Larry Rosenman escribió: > Why can't you update the jail? > The host and the jail is r318593 (Sun May 21 22:05:29 CEST 2017); and the jail can not be much newer than the host. For now I bumped back the port sysutils/lsof: # cd /usr/

Heads up: Poudriere changed default options dir

2017-11-14 Thread Vlad K.
List, before 3.2.0 Poudriere defined PORT_DBDIR with only --options, which was apparently a bug. Now (in 3.2.0) it honors -p option in the options command and includes ports tree name (given to -p) in PORT_DBDIR. In other words, if -p is given, it will be included in PORT_DBDIR. If it's no

Re: Heads up: Poudriere changed default options dir

2017-11-14 Thread Vlad K.
On 2017-11-14 18:41, Vlad K. wrote: List, before 3.2.0 Poudriere defined PORT_DBDIR with only --options, which was apparently a bug. Now (in 3.2.0) it honors -p option in the options command and includes ports tree name (given to -p) in PORT_DBDIR. I forgot to mention, this is the relevant co

Re: Heads up: Poudriere changed default options dir

2017-11-14 Thread Bryan Drewery
On 11/14/2017 9:45 AM, Vlad K. wrote: > On 2017-11-14 18:41, Vlad K. wrote: >> List, >> >> before 3.2.0 Poudriere defined PORT_DBDIR with only >> --options, which was apparently a bug. Now (in >> 3.2.0) it honors -p option in the options command and includes ports >> tree name (given to -p) in PORT

Re: Heads up: Poudriere changed default options dir

2017-11-14 Thread Serpent7776
On Tue, 14 Nov 2017 18:41:53 +0100 "Vlad K." wrote: > List, > > before 3.2.0 Poudriere defined PORT_DBDIR with only > --options, which was apparently a bug. Now (in 3.2.0) > it honors -p option in the options command and includes ports tree name > (given to -p) in PORT_DBDIR. > > In other wo

Makefile RUN_DEPENDS= option

2017-11-14 Thread Ernie Luzar
Have a simple port that needs wget to work. I want RUN_DEPENDS to first check if wget is already installed, IE: is the running executable in the search path whether installed as a compiled port or installed as a package and if so bypass any more wget processing. If running executable not found

Re: Makefile RUN_DEPENDS= option

2017-11-14 Thread Adam Weinberger
> On 14 Nov, 2017, at 14:05, Ernie Luzar wrote: > > Have a simple port that needs wget to work. > > I want RUN_DEPENDS to first check if wget is already installed, IE: is the > running executable in the search path whether installed as a compiled port or > installed as a package and if so bypa

how to code Makefile to add script to periodic/daily

2017-11-14 Thread Ernie Luzar
Searched the porters handbook and can not find any info about how to code the Makefile for adding a file to /usr/local/etc/periodic/daily directory. Was hoping for a canned macro but no joy. Can someone please point me to documentation or provide an example. Thanks

Re: how to code Makefile to add script to periodic/daily

2017-11-14 Thread Bryan Drewery
On 11/14/2017 3:24 PM, Ernie Luzar wrote: > Searched the porters handbook and can not find any info about how to > code the Makefile for adding a file to /usr/local/etc/periodic/daily > directory. Was hoping for a canned macro but no joy. > > Can someone please point me to documentation or provide

Re: Makefile RUN_DEPENDS=option

2017-11-14 Thread Chris H
On Tue, 14 Nov 2017 14:15:39 -0700 Adam Weinberger wrote > > On 14 Nov, 2017, at 14:05, Ernie Luzar wrote: > > > > Have a simple port that needs wget to work. > > > > I want RUN_DEPENDS to first check if wget is already installed, IE: is the > > running executable in the search path whether in

Re: net/freeradius3 maintainer is ignoring the port (timeout)

2017-11-14 Thread Ryan Steinmetz
On (11/09/17 21:13), John W. O'Brien wrote: $ svn info /usr/ports | grep Revision Revision: 453233 $ svn log -v -r 453233:HEAD /usr/ports/net/freeradius3 The issue persists. Here are some relevant excerpts from a poudriere

Re: how to code Makefile to add script to periodic/daily

2017-11-14 Thread Matthew Seaman
On 14/11/2017 23:24, Ernie Luzar wrote: > Searched the porters handbook and can not find any info about how to > code the Makefile for adding a file to /usr/local/etc/periodic/daily > directory. Was hoping for a canned macro but no joy. > > Can someone please point me to documentation or provide a