Skip site navigation (1)Skip section navigation (2)
Date:      04 Jan 2002 21:39:17 -0500
From:      Joe Clarke <marcus@marcuscom.com>
To:        Joe Clarke <marcus@marcuscom.com>
Cc:        Philip Jenvey <skyline@groovie.org>, Maxim Sobolev <sobomax@FreeBSD.ORG>, Peter Schultz <belove@bemail.org>, gnome@FreeBSD.ORG
Subject:   Re: ChatZilla!
Message-ID:  <1010198358.16995.37.camel@shumai.marcuscom.com>
In-Reply-To: <1010194754.16995.32.camel@shumai.marcuscom.com>
References:  <20020104042243.K19597-100000@chomsky.groovie.org>  <1010194754.16995.32.camel@shumai.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2002-01-04 at 20:39, Joe Clarke wrote:
.
> 
> --- Makefile.orig	Fri Jan  4 20:37:46 2002
> +++ Makefile	Fri Jan  4 20:37:39 2002
> @@ -2,12 +2,12 @@
>  # Date created:		31 Mar 1998
>  # Whom:			eivind/dima/jseger
>  #
> -# $FreeBSD: ports/www/mozilla/Makefile,v 1.77 2002/01/04 14:18:26 sobomax Exp $
> +# $FreeBSD: ports/www/mozilla/Makefile,v 1.76 2002/01/03 12:09:51 sobomax Exp $
>  #

For give the rush.  This patch will at least apply cleanly:

--- Makefile.orig	Fri Jan  4 20:37:46 2002
+++ Makefile	Fri Jan  4 21:37:21 2002
@@ -7,7 +7,7 @@
 
 PORTNAME=	mozilla
 PORTVERSION=	0.9.7
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_LOCAL:S,%SUBDIR%,sobomax,} \
@@ -34,6 +34,13 @@
 USE_NEWGCC=	yes
 USE_GTK=	yes
 GNU_CONFIGURE=	yes
+MOZILLA_EXTENSIONS=	default
+.if defined(WITH_CHATZILLA)
+MOZILLA_EXTENSIONS+=	",irc"
+.endif
+.if defined(WITH_XMLTERM)
+MOZILLA_EXTENSIONS+=	",xmlterm"
+.endif
 CONFIGURE_ARGS=					\
 		--disable-cpp-exceptions	\
 		--disable-cpp-rtti		\
@@ -57,10 +64,8 @@
 		--with-jpeg=${LOCALBASE}	\
 		--with-png=${LOCALBASE}		\
 		--with-mng=${LOCALBASE}		\
-		--with-pthreads
-.if !defined(WITHOUT_CHATZILLA)
-CONFIGURE_ARGS+=	--with-extensions=default,irc
-.endif
+		--with-pthreads \
+		--with-extensions="${MOZILLA_EXTENSIONS}"
 CONFIGURE_ENV=	BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \
 		CFLAGS="" CXXFLAGS="" \
 		MOZ_INTERNAL_LIBART_LGPL=1


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




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