Re: proposal: add --disable-tests to www/firefox3 port

2008-12-23 Thread Garrett Cooper
On Dec 23, 2008, at 16:09, Eitan Adler wrote: Perhaps this could be part of the WITH_DEBUG option? Like this? --- firefox3/Makefile2008-12-19 15:13:01.0 -0500 +++ firefox-new/Makefile2008-12-23 19:07:09.0 -0500 @@ -57,6 +57,10 @@ .include +.if defined(WITHOUT_DEBUG)

Re: proposal: add --disable-tests to www/firefox3 port

2008-12-23 Thread Eitan Adler
>> Perhaps this could be part of the WITH_DEBUG option? Like this? --- firefox3/Makefile 2008-12-19 15:13:01.0 -0500 +++ firefox-new/Makefile2008-12-23 19:07:09.0 -0500 @@ -57,6 +57,10 @@ .include +.if defined(WITHOUT_DEBUG) +MOZ_OPTIONS+= --disable-tests +.endif +

Re: proposal: add --disable-tests to www/firefox3 port

2008-12-23 Thread Garrett Cooper
On Dec 23, 2008, at 13:39, Doug Barton wrote: Eitan Adler wrote: ac_add_options --disable-tests By default, many auxiliary test applications are built, which can help debug and patch the mozilla source. Disabling these tests can speed build time and reduce disk space considerably [1] Mo

Re: proposal: add --disable-tests to www/firefox3 port

2008-12-23 Thread Doug Barton
Eitan Adler wrote: > ac_add_options --disable-tests > By default, many auxiliary test applications are built, which can > help debug and patch the mozilla source. Disabling these tests can speed > build time and reduce disk space considerably [1] > > Most users don't need these tests built unl

FreeBSD Port: lighttpd-1.4.20

2008-12-23 Thread Steve Vigneau
Hey there... I'd recently delt with a problem with lighttpd on FreeBSD 7.0-RELEASE SMP where, when using PHP as a FastCGI, the php-cgi process would occasionally hang with a status of sbwait. This blog post covers it (http://nuxx.net/blog/2008/11/18/php-cgi-hung-as-sbwait-with-lighttpd-on-freebsd/)

Re: linux-enemyterritory

2008-12-23 Thread Michal Varga
On Tue, Dec 23, 2008 at 1:48 AM, Garrett Cooper wrote: > On 12/22/08, Gonzalo Martínez-Sanjuan Sánchez wrote: >> Hi there! >> >> I have a problem with the enemyterritory port using linux compat layer. The >> game has no sound. The only problem I get its this messagge: >> >> --- sound initiali

graphics/sane-backends

2008-12-23 Thread Mitya
--- include/sane/sanei_tcp.h.orig2006-12-01 01:23:19.0 +0200 +++ include/sane/sanei_tcp.h2008-12-23 15:11:05.456497255 +0200 @@ -22,6 +22,9 @@ #include #include +#include +#include +#include extern SANE_Status sanei_tcp_open(const char *host, int port, int *fdp); extern void

Compiling mod_dnssd for Apache 2.2

2008-12-23 Thread Erik Van Benschoten
Hello, I am working on getting Lennart Poettering's mod_dnssd working under Apache 2.2 in-house. It uses the avahi libs for zeroconf service discovery of web pages. I have created a basic Makefile (a big "Thank You!" to the writers of the "FreeBSD Porter's Handbook") that allows me to fe