Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2008 03:18:30 GMT
From:      Eitan Adler <EitanAdlerList@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/129897: add --disable-tests to www/firefox3 port
Message-ID:  <200812240318.mBO3IUZ7002776@www.freebsd.org>
Resent-Message-ID: <200812240320.mBO3K1dK084263@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         129897
>Category:       ports
>Synopsis:       add --disable-tests to www/firefox3 port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 24 03:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        N/A
>Organization:
>Environment:
N/A
>Description:
discussed @ http://groups.google.com/group/mailing.freebsd.ports/browse_thread/thread/7b8fef579a7533f5?pli=1
>How-To-Repeat:

>Fix:
--- firefox3/Makefile    2008-12-19 15:13:01.000000000 -0500
+++ firefox-new/Makefile    2008-12-23 19:07:09.000000000 -0500
@@ -57,6 +57,10 @@

.include <bsd.port.pre.mk>

+.if defined(WITHOUT_DEBUG)
+MOZ_OPTIONS+=     --disable-tests
+.endif
+
GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg:
%{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} 

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812240318.mBO3IUZ7002776>