Re: Depend on ${PORTSDIR}/foo WITH_OPTION

2010-05-20 Thread joris dedieu
2010/5/20 joris dedieu joris.ded...@gmail.com: 2010/5/19 Boris Samorodov b...@ipt.ru: On Wed, 19 May 2010 20:07:25 +0300 Ion-Mihai Tetcu wrote: On Wed, 19 May 2010 08:11:48 +0200 joris dedieu joris.ded...@gmail.com wrote: I would like to know if there is a way to tell a port that it depend

Re: GPLv3-licensed ports

2010-05-20 Thread Indi
On Wed, May 19, 2010 at 08:39:28PM -0700, Garrett Cooper wrote: Looking at pkgsrc, they have a variable per-Makefile, LICENSE. Determining what license a port is distributed under would be considerably easier. Also, if someone wanted to block all GPLv3 ports, they could effectively look

Re: xfce4/xorg problem amd64

2010-05-20 Thread Sandra Kachelmann
On Wed, May 19, 2010 at 6:13 PM, Gary Jennejohn gljennj...@googlemail.com wrote: On Wed, 19 May 2010 15:56:05 +0200 Sandra Kachelmann s.kachelm...@googlemail.com wrote: Since the xorg update my xfce4 desktop has become unusable. I always get the error message below. I even setup FreeBSD

Re: xfce4/xorg problem amd64

2010-05-20 Thread S Roberts
Hello, On Thu, 20 May 2010 08:51:07 +0200 Sandra Kachelmann s.kachelm...@googlemail.com wrote: On Wed, May 19, 2010 at 6:13 PM, Gary Jennejohn gljennj...@googlemail.com wrote: On Wed, 19 May 2010 15:56:05 +0200 Sandra Kachelmann s.kachelm...@googlemail.com wrote: Since the xorg update

Re: xfce4/xorg problem amd64

2010-05-20 Thread Sergey V. Dyatko
On Thu, 20 May 2010 08:51:07 +0200 Sandra Kachelmann s.kachelm...@googlemail.com wrote: SKOn Wed, May 19, 2010 at 6:13 PM, Gary Jennejohn SKgljennj...@googlemail.com wrote: SK On Wed, 19 May 2010 15:56:05 +0200 SK Sandra Kachelmann s.kachelm...@googlemail.com wrote: SK SK Since the xorg update my

Re: GPLv3-licensed ports

2010-05-20 Thread Eitan Adler
.if defined(LICENSE) ${LICENSE} == GPLV3 .error GPLv3 licensed ports blocked due to site policy .endif     in make.conf, etc (or ports.conf like some folks have lightly tossed around on #bsdports and elsewhere). You're right, that's quite a good solution. Don't use .error as it messes

Re: xfce4/xorg problem amd64

2010-05-20 Thread Gary Jennejohn
On Thu, 20 May 2010 07:55:39 +0100 S Roberts sta...@vickiandstacey.com wrote: Hello, On Thu, 20 May 2010 08:51:07 +0200 Sandra Kachelmann s.kachelm...@googlemail.com wrote: On Wed, May 19, 2010 at 6:13 PM, Gary Jennejohn gljennj...@googlemail.com wrote: On Wed, 19 May 2010 15:56:05

Re: xfce4/xorg problem amd64

2010-05-20 Thread Sandra Kachelmann
On Thu, May 20, 2010 at 8:55 AM, S Roberts sta...@vickiandstacey.com wrote: Hello, On Thu, 20 May 2010 08:51:07 +0200 Sandra Kachelmann s.kachelm...@googlemail.com wrote: On Wed, May 19, 2010 at 6:13 PM, Gary Jennejohn gljennj...@googlemail.com wrote: On Wed, 19 May 2010 15:56:05 +0200

FreeBSD Port: apache-2.2.15_7 missing mod_reqtimeout

2010-05-20 Thread Jonas Eckerman
Hello! Just wanted to give you a notice that the apache 2.2.15 is missing options for enabling the new mod_reqtimeout module. That module can be used to lessen the impact of a slow loris attack, wich makes it kind of nice to have. The attached small patch makes it available, and selected

Re: OpenJDK6 not building

2010-05-20 Thread Damian Gerow
Stacy Millions wrote: : Dug into the build process a bit... they use a bundled version of ant : which doesn't call /usr/local/bin/java (who uses JAVAVM_OPTS). : : Try adding these two lines to the MAKE_ENV of the port's Makefile : JAVACMD=${LOCALBASE}/bin/java \ :

INDEX build failed for 6.x

2010-05-20 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found Done. make_index: openfts-0.39_1: no entry for /usr/ports/databases/postgresql-contrib Committers on the hook: garga girgen sem vanilla Most recent CVS update was: U MOVED U

Problem with apr1 that could be shared with libX11 and libSM that I have reported previously.

2010-05-20 Thread eculp
I used postmaster and the results for trying to builds apr1 can be seen at http://www.vitalagua.mx//apr1.txt To me it seems to be related to configuration versions of tools like automake and autoconf but I can't find it. Thanks for any help. ed

Re: Problem with apr1 that could be shared with libX11 and libSM that I have reported previously.

2010-05-20 Thread Doug Barton
On 5/20/2010 12:24 PM, eculp wrote: I used postmaster and the results for trying to builds apr1 can be seen at http://www.vitalagua.mx//apr1.txt To me it seems to be related to configuration versions of tools like automake and autoconf but I can't find it. This doesn't look like a portmaster

INDEX build failed for 6.x

2010-05-20 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found Done. make_index: openfts-0.39_2: no entry for /usr/ports/databases/postgresql82-contrib Committers on the hook: blackend dhn garga girgen hrs johans osa pav sem vanilla Most recent CVS

Re: Problem with apr1 that could be shared with libX11 and libSM that I have reported previously.

2010-05-20 Thread eculp
Quoting Doug Barton do...@freebsd.org: On 5/20/2010 12:24 PM, eculp wrote: I used postmaster and the results for trying to builds apr1 can be seen at http://www.vitalagua.mx//apr1.txt To me it seems to be related to configuration versions of tools like automake and autoconf but I can't find

Re: Problem with apr1 that could be shared with libX11 and libSM that I have reported previously.

2010-05-20 Thread Philip M. Gollucci
This might help -- cd /var/db/pkg pkg_delete auto* libtool* cd /usr/local/bin rm -rf auto* libtool* cd /usr/ports/devel/apr1 make portmaster. On 05/20/10 23:32, eculp wrote: Quoting Doug Barton do...@freebsd.org: On 5/20/2010 12:24 PM, eculp wrote: I used postmaster and the results

INDEX build failed for 6.x

2010-05-20 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found Done. make_index: openfts-0.39_2: no entry for /usr/ports/databases/postgresql82-contrib Committers on the hook: blackend dhn garga girgen hrs johans osa pav pgj pgollucci rene sem vanilla

Re: Problem with apr1 that could be shared with libX11 and libSM that I have reported previously.

2010-05-20 Thread Doug Barton
On 5/20/2010 4:32 PM, eculp wrote: Quoting Doug Barton do...@freebsd.org: On 5/20/2010 12:24 PM, eculp wrote: I used postmaster and the results for trying to builds apr1 can be seen at http://www.vitalagua.mx//apr1.txt To me it seems to be related to configuration versions of tools like

Re: portmaster cannot find package

2010-05-20 Thread Doug Barton
On 5/19/2010 5:47 PM, Aristedes Maniatis wrote: On 20/05/10 10:35 AM, Doug Barton wrote: On 05/19/10 17:19, Jurgen Weber wrote: Dough Ah, I see. That looks to have worked correctly. Excellent! Hi Doug Can I suggest a note in the man page about this. For many users this is likely the

INDEX build failed for 6.x

2010-05-20 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found Done. make_index: openfts-0.39_2: no entry for /usr/ports/databases/postgresql82-contrib Committers on the hook: blackend dhn garga girgen hrs johans lwhsu osa pav pgj pgollucci rene sem

FreeBSD Port: p5-Module-Build-0.3607

2010-05-20 Thread Darrell Betts
Error when trying to upgrade port via portupgrade Configuring for p5-Module-Build-0.3607 Modification of non-creatable hash value attempted, subscript version.pm at lib/Module/Build/Version.pm line 34, DATA line 642. Compilation failed in require at lib/Module/Build/ModuleInfo.pm line 16,