Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2012 13:57:14 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r770 - in branches/experimental/www: seamonkey seamonkey-beta
Message-ID:  <201206181357.q5IDvEdU024024@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Jun 18 13:57:13 2012
New Revision: 770

Log:
--enable-glitz obsolete since 2008/09/30 (bug#445321)

Modified:
   branches/experimental/www/seamonkey-beta/Makefile
   branches/experimental/www/seamonkey/Makefile

Modified: branches/experimental/www/seamonkey-beta/Makefile
==============================================================================
--- branches/experimental/www/seamonkey-beta/Makefile	Mon Jun 18 13:43:54 2012	(r769)
+++ branches/experimental/www/seamonkey-beta/Makefile	Mon Jun 18 13:57:13 2012	(r770)
@@ -32,7 +32,6 @@
 MAKE_JOBS_SAFE=	yes
 MOZ_PIS_SCRIPTS=	moz_pis_S50cleanhome
 MAKE_ENV=	LD_LIBRARY_PATH=${WRKSRC}/dist/bin
-CPPFLAGS+=	-I${LOCALBASE}/include/cairo
 USE_GCC=	4.2+
 
 CONFIGURE_ENV=	LOCALBASE=${LOCALBASE}
@@ -78,12 +77,6 @@
 MOZ_OPTIONS+=	--disable-gnomeui
 .endif
 
-.if exists(${LOCALBASE}/include/cairo/cairo-glitz.h)
-# Glitz support can only be enabled if cairo is built with glitz support
-MOZ_OPTIONS+=	--enable-glitz
-LIB_DEPENDS+=	glitz.1:${PORTSDIR}/graphics/glitz
-.endif
-
 .if defined(WITHOUT_MAILNEWS)
 EXTRA_PATCHES+=	${FILESDIR}/extra-mailnews-patch-bridge-bridge.mk \
 		${FILESDIR}/extra-patch-configure.in

Modified: branches/experimental/www/seamonkey/Makefile
==============================================================================
--- branches/experimental/www/seamonkey/Makefile	Mon Jun 18 13:43:54 2012	(r769)
+++ branches/experimental/www/seamonkey/Makefile	Mon Jun 18 13:57:13 2012	(r770)
@@ -32,7 +32,6 @@
 MAKE_JOBS_SAFE=	yes
 MOZ_PIS_SCRIPTS=	moz_pis_S50cleanhome
 MAKE_ENV=	LD_LIBRARY_PATH=${WRKSRC}/dist/bin
-CPPFLAGS+=	-I${LOCALBASE}/include/cairo
 USE_GCC=	4.2+
 
 CONFIGURE_ENV=	LOCALBASE=${LOCALBASE}
@@ -78,12 +77,6 @@
 MOZ_OPTIONS+=	--disable-gnomeui
 .endif
 
-.if exists(${LOCALBASE}/include/cairo/cairo-glitz.h)
-# Glitz support can only be enabled if cairo is built with glitz support
-MOZ_OPTIONS+=	--enable-glitz
-LIB_DEPENDS+=	glitz.1:${PORTSDIR}/graphics/glitz
-.endif
-
 .if defined(WITHOUT_MAILNEWS)
 EXTRA_PATCHES+=	${FILESDIR}/extra-mailnews-patch-bridge-bridge.mk \
 		${FILESDIR}/extra-patch-configure.in



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