Re: optionsng and tinderbox?

2012-06-20 Thread Baptiste Daroussin
On Tue, Jun 19, 2012 at 10:02:21PM -0400, Michael Scheidell wrote: I have my favorite options set in tinderbox with /tb/scripts/etc/env/build* things like: export NOPORTDOCS=true export NOPORTEXAMPLES=true (which seems to translate over just fine) but, on clamav I need: WITH_ICONV=yes

Re: Unable to build graphics/ImageMagick port

2012-06-20 Thread Kevin Oberman
On Tue, Jun 19, 2012 at 9:59 PM, Simon Wright simon.wri...@gmx.net wrote: On 20/06/12 06:22, Kevin Oberman wrote: For this to work, install ImageMagick WITH HDRI, The test that fails is for HDRI and attempts to use files that don't yet exist. Thus analyze.sh failes. To install ImageMagick

Re: optionsng and tinderbox?

2012-06-20 Thread Michael Scheidell
On 6/20/12 2:11 AM, Baptiste Daroussin wrote: nginx_UNSET=ICONV will deactivate ICONV for nginx only lowercase? wiki seems to indicate UPPERCASE: ${UNIQUENAME:U}_SET=OPT1 ${UNIQUENAME:U}_UNSET= OPT2 and, it seems that uppercase didn't work: export NGINX_SET=FILE_AIO but, in

Horde4 eats all memory

2012-06-20 Thread Per olof Ljungmark
Hi, Just checking if anyone on the list is experiencing a similar problem. We have a 9-STABLE amd64 test system with H4 that since sometime in May started to exhaust all memory, it *probably* coincides with upgrade to PHP 5.4 but not 100% sure. We are in the process of learning how to debug

Re: clang, dbus, firefox+thunderbird

2012-06-20 Thread Boris Samorodov
Hi All, Andrew, thanks for your time and help! 19.06.2012 21:14, Andrew W. Nosenko написал: On Tue, Jun 19, 2012 at 6:16 PM, Boris Samorodovb...@passap.ru wrote: Hi List, I use clang compiled world (WITH_CLANG_IS_CC=YES and WITH_LIBCPLUSPLUS=YES at /etc/make.conf). The system is current:

Re: clang, dbus, firefox+thunderbird

2012-06-20 Thread Beat Gaetzi
2012/6/20 Boris Samorodov b...@passap.ru: Hi All, Andrew, thanks for your time and help! 19.06.2012 21:14, Andrew W. Nosenko написал: On Tue, Jun 19, 2012 at 6:16 PM, Boris Samorodovb...@passap.ru  wrote: Hi List, I use clang compiled world (WITH_CLANG_IS_CC=YES and

Re: clang, dbus, firefox+thunderbird

2012-06-20 Thread Dimitry Andric
On 2012-06-19 19:14, Andrew W. Nosenko wrote: On Tue, Jun 19, 2012 at 6:16 PM, Boris Samorodov b...@passap.ru wrote: ... /usr/local/include/dbus-1.0/dbus/dbus-protocol.h:459:126: error: invalid suffix on literal; C++11 requires a space between literal and identifier

Re: png-1.5.11 status?

2012-06-20 Thread Thomas Mueller
Unless the shareable version number is bumped, there is no need to re-build dependent ports. Most updates to shareables do not change the API or ABI, so dependent packages simply pull in the updated shareable when they load. You should only have to do the mass update once, whether for 1.5.10

Re: optionsng and tinderbox?

2012-06-20 Thread Baptiste Daroussin
On Wed, Jun 20, 2012 at 03:58:21AM -0400, Michael Scheidell wrote: On 6/20/12 2:11 AM, Baptiste Daroussin wrote: nginx_UNSET=ICONV will deactivate ICONV for nginx only lowercase? Yes lower case, the wiki is wrong. make -VUNIQUENAME should show you the right name wiki

Re: Unable to build graphics/ImageMagick port

2012-06-20 Thread Carmel
On Tue, 19 Jun 2012 21:22:51 -0700 Kevin Oberman articulated: To install ImageMagick with all default options, turn on HDRI (High Dynamic Range), a very desirable capability for many but turn off TESTS. Build and INSTALL ImageMagick. That puts all of the needed files in place. Then turn on

Re: clang, dbus, firefox+thunderbird

2012-06-20 Thread Andrew W. Nosenko
On Wed, Jun 20, 2012 at 11:54 AM, Dimitry Andric d...@freebsd.org wrote: On 2012-06-19 19:14, Andrew W. Nosenko wrote: On Tue, Jun 19, 2012 at 6:16 PM, Boris Samorodov b...@passap.ru wrote: ... /usr/local/include/dbus-1.0/dbus/dbus-protocol.h:459:126: error: invalid suffix on literal; C++11

Re: optionsng and tinderbox?

2012-06-20 Thread Michael Scheidell
On 6/20/12 5:13 AM, Baptiste Daroussin wrote: nginx_SET Which is see correctly in your log. regards, Bapt strange! when I first looked at log, it was all uppercase. Ok thanks. (browser cache?) -- Michael Scheidell, CTO *| * SECNAP Network Security Corporation d: +1.561.948.2259 w:

Re: clang, dbus, firefox+thunderbird

2012-06-20 Thread Dimitry Andric
On 2012-06-19 19:14, Andrew W. Nosenko wrote: On Tue, Jun 19, 2012 at 6:16 PM, Boris Samorodov b...@passap.ru wrote: ... /usr/local/include/dbus-1.0/dbus/dbus-protocol.h:459:77: error: invalid suffix on literal; C++11 requires a space between literal and identifier

Re: optionsng and tinderbox?

2012-06-20 Thread Michael Scheidell
On 6/20/12 5:13 AM, Baptiste Daroussin wrote: Yes lower case, the wiki is wrong. make -VUNIQUENAME should show you the right name wiki seems to indicate UPPERCASE: ${UNIQUENAME:U}_SET=OPT1 ${UNIQUENAME:U}_UNSET= OPT2 and, lastly: nginx_SET=FILE_AIO HTTP_GZIP_STATIC HTTP HTTP_CACHE

Re: optionsng and tinderbox?

2012-06-20 Thread Ganael LAPLANCHE
On Wed, 20 Jun 2012 11:13:21 +0200, Baptiste Daroussin wrote Hi Baptiste, make -VUNIQUENAME should show you the right name I have a port where UNIQUENAME is *not* the right prefix to use before '_SET' for positioning this specific port's options : $ pwd /usr/ports/net/openldap24-client $

Re: clang, dbus, firefox+thunderbird

2012-06-20 Thread Boris Samorodov
20.06.2012 12:45, Beat Gaetzi пишет: 2012/6/20 Boris Samorodov b...@passap.ru: Hi All, Andrew, thanks for your time and help! 19.06.2012 21:14, Andrew W. Nosenko написал: On Tue, Jun 19, 2012 at 6:16 PM, Boris Samorodovb...@passap.ru wrote: Hi List, I use clang compiled world

Re: optionsng and tinderbox?

2012-06-20 Thread Baptiste Daroussin
On Wed, Jun 20, 2012 at 09:54:45AM +, Ganael LAPLANCHE wrote: On Wed, 20 Jun 2012 11:13:21 +0200, Baptiste Daroussin wrote Hi Baptiste, make -VUNIQUENAME should show you the right name I have a port where UNIQUENAME is *not* the right prefix to use before '_SET' for positioning

print/ghostscript9 build fail : vga.h not found

2012-06-20 Thread Florent Peterschmitt
sudo make MAKE_ARGS= cc -DHAVE_MKSTEMP -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_SSE2 -DHAVE_DBUS -O2 -pipe -fno-strict-aliasing -fPIC -DUPD_SIGNAL=0 -I. -I/usr/ports/print/ghostscript9/work/ghostscript-9.05/lcms/include -I/usr/local/include/libpng

Re: optionsng and tinderbox?

2012-06-20 Thread Matthew Seaman
On 20/06/2012 11:34, Baptiste Daroussin wrote: On Wed, Jun 20, 2012 at 09:54:45AM +, Ganael LAPLANCHE wrote: On Wed, 20 Jun 2012 11:13:21 +0200, Baptiste Daroussin wrote Hi Baptiste, make -VUNIQUENAME should show you the right name I have a port where UNIQUENAME is *not* the right

Re: Horde4 eats all memory

2012-06-20 Thread Mark Felder
Are there any stable Linux distros with php 5.4 yet? I'm not aware of any right now. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

samba36 port unable to build PAM backends?

2012-06-20 Thread Kaya Saman
Hi, I'm getting these errors while trying to install the samba36 port with the PAM modules: === Installing for samba36-3.6.5 === samba36-3.6.5 depends on package: tdb=1.2.6 - found === samba36-3.6.5 depends on package: talloc=2.0.1 - found === samba36-3.6.5 depends on shared library:

Re: Unable to build graphics/ImageMagick port

2012-06-20 Thread Kevin Oberman
On Wed, Jun 20, 2012 at 2:33 AM, Carmel carmel...@hotmail.com wrote: On Tue, 19 Jun 2012 21:22:51 -0700 Kevin Oberman articulated: To install ImageMagick with all default options, turn on HDRI (High Dynamic Range), a very desirable capability for many but turn off TESTS. Build and INSTALL

Re: Unable to build graphics/ImageMagick port

2012-06-20 Thread Carmel
On Wed, 20 Jun 2012 09:10:50 -0700 Kevin Oberman articulated: On Wed, Jun 20, 2012 at 2:33 AM, Carmel carmel...@hotmail.com wrote: On Tue, 19 Jun 2012 21:22:51 -0700 Kevin Oberman articulated: To install ImageMagick with all default options, turn on HDRI (High Dynamic Range), a very

Re: optionsng and tinderbox?

2012-06-20 Thread Chris Rees
On 20 June 2012 10:13, Baptiste Daroussin b...@freebsd.org wrote: On Wed, Jun 20, 2012 at 03:58:21AM -0400, Michael Scheidell wrote: On 6/20/12 2:11 AM, Baptiste Daroussin wrote: nginx_UNSET=        ICONV will deactivate ICONV for nginx only lowercase? Yes lower case, the wiki is

Re: optionsng and tinderbox?

2012-06-20 Thread Michael Scheidell
On 6/20/12 2:26 PM, Chris Rees wrote: My fault, someone convinced me otherwise a while ago :/ Fixed. Chris 29 lashes with a wet noodle! -- Michael Scheidell, CTO *| * SECNAP Network Security Corporation d: +1.561.948.2259 w: http://people.freebsd.org/~scheidell

Re: optionsng and tinderbox?

2012-06-20 Thread Michael Scheidell
On 6/20/12 2:26 PM, Chris Rees wrote: On 20 June 2012 10:13, Baptiste Daroussinb...@freebsd.org wrote: On Wed, Jun 20, 2012 at 03:58:21AM -0400, Michael Scheidell wrote: On 6/20/12 2:11 AM, Baptiste Daroussin wrote: nginx_UNSET=ICONV will deactivate ICONV for nginx only

Re: optionsng and tinderbox?

2012-06-20 Thread Chris Rees
On 20 June 2012 19:33, Michael Scheidell scheid...@freebsd.org wrote: On 6/20/12 2:26 PM, Chris Rees wrote: On 20 June 2012 10:13, Baptiste Daroussinb...@freebsd.org  wrote: On Wed, Jun 20, 2012 at 03:58:21AM -0400, Michael Scheidell wrote: On 6/20/12 2:11 AM, Baptiste Daroussin wrote:

USE_ and WANT_ for the Porter's Handbook

2012-06-20 Thread Warren Block
Here's a bare-bones pass at documenting the difference between USE_ and WANT_ variables. WITH_ and WITHOUT_ have been removed because of the optionsng rework, and there is a Knobs section later in the PH that already describes them. This section has been added to the end of the Dependencies

Re: USE_ and WANT_ for the Porter's Handbook

2012-06-20 Thread Michael Scheidell
On 6/20/12 7:58 PM, Warren Block wrote: WITH_ and WITHOUT_ have been removed because of the optionsng rework, maybe leave them in for the legacy ports? ports that haven't gotten around to it yet? -- Michael Scheidell, CTO *| * SECNAP Network Security Corporation d: +1.561.948.2259 w:

Re: paths of ruby, python, perl...

2012-06-20 Thread mbsd
You can use portupgrade -r[R] your_package. Or portupgrade -f `pkg_glob 'p5-*'` after upgrade your main package or something else (perl-after-upgrade). On Thu, 2012-06-07 at 11:09 -0700, jsb...@speakeasy.net wrote: Each time I've upgraded ruby, python, and perl I've encountered lengthy =

Re: Unable to build graphics/ImageMagick port

2012-06-20 Thread Kevin Oberman
My head hurts! On Wed, Jun 20, 2012 at 9:43 AM, Carmel carmel...@hotmail.com wrote: On Wed, 20 Jun 2012 09:10:50 -0700 Kevin Oberman articulated: On Wed, Jun 20, 2012 at 2:33 AM, Carmel carmel...@hotmail.com wrote: On Tue, 19 Jun 2012 21:22:51 -0700 Kevin Oberman articulated: To

Re: USE_ and WANT_ for the Porter's Handbook

2012-06-20 Thread Warren Block
On Wed, 20 Jun 2012, Michael Scheidell wrote: On 6/20/12 7:58 PM, Warren Block wrote: WITH_ and WITHOUT_ have been removed because of the optionsng rework, maybe leave them in for the legacy ports? ports that haven't gotten around to it yet? I should have been more clear about that: there

Re: ports/169280: [Maintainer Update] Minor bug fix to sysutils/bsdconfig

2012-06-20 Thread dteske
Synopsis: [Maintainer Update] Minor bug fix to sysutils/bsdconfig Responsible-Changed-From-To: dteske-ports Responsible-Changed-By: dteske Responsible-Changed-When: Thu Jun 21 03:05:37 UTC 2012 Responsible-Changed-Why: Back to pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=169280

Re: ports/169280: [Maintainer Update] Minor bug fix to sysutils/bsdconfig

2012-06-20 Thread wxs
Synopsis: [Maintainer Update] Minor bug fix to sysutils/bsdconfig Responsible-Changed-From-To: ports-wxs Responsible-Changed-By: wxs Responsible-Changed-When: Thu Jun 21 03:11:34 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169280

Need advice on a problems with the Django CMS port

2012-06-20 Thread xenophon\+freebsd
Hi all, I maintain the Django CMS port (www/py-django-cms). I could use some advice on the following problem both from other maintainers and from other users of the ports tree: Django CMS requires a database backend, which it accesses through the Django web app framework. The Django port

Re: Need advice on a problems with the Django CMS port

2012-06-20 Thread Scot Hetzel
On Wed, Jun 20, 2012 at 11:38 PM, xenophon\+freebsd xenophon+free...@irtnog.org wrote: Hi all, I maintain the Django CMS port (www/py-django-cms).  I could use some advice on the following problem both from other maintainers and from other users of the ports tree: Django CMS requires a

Re: Need advice on a problems with the Django CMS port

2012-06-20 Thread Scot Hetzel
On Thu, Jun 21, 2012 at 12:14 AM, Scot Hetzel swhet...@gmail.com wrote: On Wed, Jun 20, 2012 at 11:38 PM, xenophon\+freebsd xenophon+free...@irtnog.org wrote: Hi all, I maintain the Django CMS port (www/py-django-cms).  I could use some advice on the following problem both from other

Re: Need advice on a problems with the Django CMS port

2012-06-20 Thread Jason Helfman
On Thu, Jun 21, 2012 at 12:14:12AM -0500, Scot Hetzel thus spake: On Wed, Jun 20, 2012 at 11:38 PM, xenophon\+freebsd xenophon+free...@irtnog.org wrote: Hi all, I maintain the Django CMS port (www/py-django-cms).  I could use some advice on the following problem both from other maintainers and