Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2012 23:43:07 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r755 - in branches/experimental: Mk mail/thunderbird mail/thunderbird-beta mail/thunderbird-esr mail/thunderbird3
Message-ID:  <201206132343.q5DNh7RT098084@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Jun 13 23:43:06 2012
New Revision: 755

Log:
--enable-image-decoders obsolete since 2010/08/22 (bug#513681)

Modified:
   branches/experimental/Mk/bsd.gecko.mk
   branches/experimental/mail/thunderbird-beta/Makefile
   branches/experimental/mail/thunderbird-esr/Makefile
   branches/experimental/mail/thunderbird/Makefile
   branches/experimental/mail/thunderbird3/Makefile

Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk	Wed Jun 13 23:42:13 2012	(r754)
+++ branches/experimental/Mk/bsd.gecko.mk	Wed Jun 13 23:43:06 2012	(r755)
@@ -489,8 +489,6 @@
 #
 # MOZ_EXTENSIONS		A list of extensions to build
 #
-# MOZ_GRAPHICS			A list of image decoders to build
-#
 # MOZ_PROTOCOLS			A list of protocols to build (http, ftp, etc.)
 #
 # PORT_MOZCONFIG		Defaults to ${FILESDIR}/mozconfig.in, but can be
@@ -648,11 +646,6 @@
 .else
 MOZ_OPTIONS+=	--enable-extensions=${MOZ_EXTENSIONS}
 .endif
-.if !defined(MOZ_GRAPHICS)
-MOZ_OPTIONS+=	--enable-image-decoders=default
-.else
-MOZ_OPTIONS+=	--enable-image-decoders=${MOZ_GRAPHICS}
-.endif
 .if !defined(MOZ_PROTOCOLS)
 MOZ_OPTIONS+=	--enable-necko-protocols=default
 .else

Modified: branches/experimental/mail/thunderbird-beta/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-beta/Makefile	Wed Jun 13 23:42:13 2012	(r754)
+++ branches/experimental/mail/thunderbird-beta/Makefile	Wed Jun 13 23:43:06 2012	(r755)
@@ -39,7 +39,6 @@
 USE_GL=		gl
 
 MOZ_PROTOCOLS=	http,ftp,file,viewsource,res,data,wyciwyg,websocket
-MOZ_GRAPHICS=	default,-xbm
 MOZ_OPTIONS=	--program-transform-name='s/thunderbird/${MOZILLA}/' \
 	--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
 	--enable-single-profile --disable-profilesharing \

Modified: branches/experimental/mail/thunderbird-esr/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-esr/Makefile	Wed Jun 13 23:42:13 2012	(r754)
+++ branches/experimental/mail/thunderbird-esr/Makefile	Wed Jun 13 23:43:06 2012	(r755)
@@ -40,7 +40,6 @@
 USE_GL=		gl
 
 MOZ_PROTOCOLS=	http,ftp,file,viewsource,res,data,wyciwyg,websocket
-MOZ_GRAPHICS=	default,-xbm
 MOZ_OPTIONS=	--program-transform-name='s/thunderbird/${MOZILLA}/' \
 	--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
 	--enable-single-profile --disable-profilesharing \

Modified: branches/experimental/mail/thunderbird/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird/Makefile	Wed Jun 13 23:42:13 2012	(r754)
+++ branches/experimental/mail/thunderbird/Makefile	Wed Jun 13 23:43:06 2012	(r755)
@@ -39,7 +39,6 @@
 USE_GL=		gl
 
 MOZ_PROTOCOLS=	http,ftp,file,viewsource,res,data,wyciwyg,websocket
-MOZ_GRAPHICS=	default,-xbm
 MOZ_OPTIONS=	--program-transform-name='s/thunderbird/${MOZILLA}/' \
 	--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
 	--enable-single-profile --disable-profilesharing \

Modified: branches/experimental/mail/thunderbird3/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird3/Makefile	Wed Jun 13 23:42:13 2012	(r754)
+++ branches/experimental/mail/thunderbird3/Makefile	Wed Jun 13 23:43:06 2012	(r755)
@@ -34,13 +34,13 @@
 USE_GMAKE=	yes
 
 MOZ_PROTOCOLS=	http,ftp,file,viewsource,res,data
-MOZ_GRAPHICS=	default,-xbm
 MOZILLA_SUFX=	3
 MOZILLA=	${PORTNAME}${MOZILLA_SUFX}
 MOZ_OPTIONS=	--program-transform-name='s/thunderbird/${MOZILLA}/' \
 	--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
 	--enable-single-profile --disable-profilesharing \
 	--enable-application=mail --enable-official-branding \
+	--enable-image-decoders=default,-xbm \
 	--disable-updater --disable-necko-wifi
 MOZ_MK_OPTIONS=	MOZ_MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
 MOZ_EXPORT=		MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1



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