Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2002 14:16:14 +0100 (CET)
From:      Eric Masson <e-masson@kisoft-services.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35776: New option for mozilla port
Message-ID:  <20020311131614.E727EE6D2E@notbsdems.nantes.kisoft-services.com>

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

>Number:         35776
>Category:       ports
>Synopsis:       New option for mozilla port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 11 05:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Eric Masson
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Kisoft Services
>Environment:
System: FreeBSD notbsdems.nantes.kisoft-services.com 4.5-STABLE FreeBSD 4.5-STABLE #1: Wed Feb 20 17:31:13 CET 2002 root@notbsdems.nantes.kisoft-services.com:/usr/obj/usr/src/sys/TP390 i386


>Description:
	New option for /usr/ports/www/mozilla, WITHOUT_MAILNEWS
>How-To-Repeat:
	N/A
>Fix:

--- Makefile.old        Mon Feb 18 21:04:06 2002
+++ Makefile    Mon Mar 11 13:27:36 2002
@@ -47,7 +47,6 @@
                --enable-dtd-debug              \
                --enable-jsd                    \
                --enable-ldap                   \
-               --enable-mailnews               \
                --enable-mathml                 \
                --disable-md                    \
                --disable-optimize              \
@@ -65,6 +64,9 @@
                --with-pthreads
 .if !defined(WITHOUT_CHATZILLA)
 CONFIGURE_ARGS+=       --with-extensions=default,irc
+.endif
+.if !defined(WITHOUT_MAILNEWS)
+CONFIGURE_ARGS+=       --enable-mailnews
 .endif
 CONFIGURE_ENV= MOZ_INTERNAL_LIBART_LGPL=1
 MAKE_ENV=      LD_LIBRARY_PATH=${WRKSRC}/dist/bin \

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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