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)
>> 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
+
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
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
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/)
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
--- 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
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