Re: Porters Handbook section 4.4

2017-09-24 Thread Kubilay Kocak
On 9/25/17 2:08 PM, Russell Haley wrote: > Hi, > > Section 4.3 of the porters handbook talks about making modifications > to a private copy of a tarball and recording the steps. > > Section 4.4 talks about changing directories into the affected ports > dir and running make makepatch to generate p

Re: Question: How to add a configuration file with autoplist ?

2017-09-24 Thread Kubilay Kocak
On 9/25/17 6:16 AM, Helen Koike wrote: > Hi, > > According to > https://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html > , I need to add a @sample macro in pkg-plist to add a configuration file. > > But I am also using USE_PYTHON= autoplist in my Makefile, so I don't > have the p

Porters Handbook section 4.4

2017-09-24 Thread Russell Haley
Hi, Section 4.3 of the porters handbook talks about making modifications to a private copy of a tarball and recording the steps. Section 4.4 talks about changing directories into the affected ports dir and running make makepatch to generate patch files. I am unsure how the makepatch target is su

Re: /usr/ports/Mk/Uses/execinfo.mk and r450351

2017-09-24 Thread Keith Hellman
On Sun, Sep 24, 2017 at 06:44:22PM -0700, Don Lewis wrote: > There is something funny going on with your copy of the ports tree. My > copy is currently at r450422 and I looked at Makefile for the first two That's what I thought might be the case :( Thanks for setting me straight. -- Keith Hell

Re: /usr/ports/Mk/Uses/execinfo.mk and r450351

2017-09-24 Thread Don Lewis
On 24 Sep, Keith Hellman wrote: > Hello all, > > I'm running > > FreeBSD dane.localdomain 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r320599 > > with a ports tree synced with svn and package update management with > portmaster(8). I synced the tree up to 450554 today and portmaster > spat out th

Re: dns/unbound patch error

2017-09-24 Thread Danilo G. Baio
On Mon, Sep 25, 2017 at 12:49:37AM +, Grzegorz Junka wrote: > I remember something was mentioned on this list about unbound. Currently it > fails for me with the following error: > > ===> Patching for unbound-1.6.6 > /bin/cat > /wrkdirs/usr/ports/dns/unbound/work/unbound-1.6.6/contrib/-f

/usr/ports/Mk/Uses/execinfo.mk and r450351

2017-09-24 Thread Keith Hellman
Hello all, I'm running FreeBSD dane.localdomain 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r320599 with a ports tree synced with svn and package update management with portmaster(8). I synced the tree up to 450554 today and portmaster spat out the following. /usr/ports# portmaster -m BATCH=yes

dns/unbound patch error

2017-09-24 Thread Grzegorz Junka
I remember something was mentioned on this list about unbound. Currently it fails for me with the following error: ===> Patching for unbound-1.6.6 /bin/cat /wrkdirs/usr/ports/dns/unbound/work/unbound-1.6.6/contrib/-filter-iterator.patch | /usr/bin/patch -d /wrkdirs/usr/ports/dns/unbound/w

Question: How to add a configuration file with autoplist ?

2017-09-24 Thread Helen Koike
Hi, According to https://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html , I need to add a @sample macro in pkg-plist to add a configuration file. But I am also using USE_PYTHON= autoplist in my Makefile, so I don't have the pkg-plist file. Should I remove autoplist and generate

Re: EXTRA_PATCHES considered harmful?

2017-09-24 Thread Julian Elischer
On 24/9/17 6:37 am, Adam Weinberger wrote: On 23 Sep, 2017, at 15:39, Julian Elischer wrote: currently if you set EXTRA_PATCHES and the port you are making decides to build a second port as a dependency, EXTRA_PATCHES is passed to the second port which them obiously fails to patch it. e.g.

Re: math/R doesn't compile

2017-09-24 Thread Grzegorz Junka
Looks like the port doesn't compile when LTO is set: OPTIONS_FILE_SET+=LTO I have raised a new bug as I couldn't find one mentioning this issue yet: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222553 GrzegorzJ On 12/09/2017 10:12, OtacĂ­lio wrote: Em 11/09/2017 20:07, Grzegorz Junka es