[SVN-Commit] r726 - in branches/experimental: Mk mail/thunderbird
mail/thunderbird-beta mail/thunderbird-esr mail/thunderbird3
www/firefox www/firefox-beta www/firefox-esr www/firefox36
www/seamonkey www/seamonkey-beta
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Fri Jun 8 14:02:09 UTC 2012
Author: jbeich
Date: Fri Jun 8 14:02:02 2012
New Revision: 726
Log:
remove obsolete xft dependency (post bug#376790)
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
branches/experimental/www/firefox-beta/Makefile
branches/experimental/www/firefox-esr/Makefile
branches/experimental/www/firefox/Makefile
branches/experimental/www/firefox36/Makefile
branches/experimental/www/seamonkey-beta/Makefile
branches/experimental/www/seamonkey/Makefile
Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk Fri Jun 8 14:00:56 2012 (r725)
+++ branches/experimental/Mk/bsd.gecko.mk Fri Jun 8 14:02:02 2012 (r726)
@@ -450,7 +450,7 @@
# Ports can use the following:
#
# USE_MOZILLA By default, it enables the denendencies: cairo, dbm,
-# jpeg, nspr, nss, png, xft and zip. Search for
+# jpeg, nspr, nss, png, and zip. Search for
# '_ALL_DEPENDS' below to see the list. If your port
# doesn't need one of list then you can use '-' like
# 'USE_MOZILLA= -png -zip' to subtract the dependencies.
@@ -573,7 +573,7 @@
.endfor
# Standard depends
-_ALL_DEPENDS= cairo dbm jpeg nspr nss png xft zip
+_ALL_DEPENDS= cairo dbm jpeg nspr nss png zip
cairo_LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
cairo_MOZ_OPTIONS= --enable-system-cairo
@@ -598,7 +598,6 @@
png_LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
png_MOZ_OPTIONS= --with-system-png=${LOCALBASE}
-xft_LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
zip_DEPENDS= zip:${PORTSDIR}/archivers/zip
.for use in ${USE_MOZILLA}
@@ -622,7 +621,6 @@
MOZ_OPTIONS+= --enable-crypto \
--disable-tests \
--enable-default-toolkit=${MOZ_TOOLKIT} \
- --enable-xft \
--with-pthreads
# Configure options for install
MOZ_OPTIONS+= --x-includes=${LOCALBASE}/include \
Modified: branches/experimental/mail/thunderbird-beta/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-beta/Makefile Fri Jun 8 14:00:56 2012 (r725)
+++ branches/experimental/mail/thunderbird-beta/Makefile Fri Jun 8 14:02:02 2012 (r726)
@@ -26,7 +26,7 @@
USE_AUTOTOOLS= autoconf213
USE_GECKO= gecko
CONFLICTS= thunderbird-10.*
-USE_MOZILLA= -png -nss -dbm -jpeg -xft
+USE_MOZILLA= -png -nss -dbm -jpeg
MOZ_TOOLKIT= cairo-gtk2
MAKE_JOBS_SAFE= yes
Modified: branches/experimental/mail/thunderbird-esr/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-esr/Makefile Fri Jun 8 14:00:56 2012 (r725)
+++ branches/experimental/mail/thunderbird-esr/Makefile Fri Jun 8 14:02:02 2012 (r726)
@@ -27,7 +27,7 @@
LATEST_LINK= thunderbird-esr
USE_GECKO= gecko
CONFLICTS= thunderbird-1[1-9].*
-USE_MOZILLA= -png -nss -dbm -jpeg -xft
+USE_MOZILLA= -png -nss -dbm -jpeg
MOZ_TOOLKIT= cairo-gtk2
MAKE_JOBS_SAFE= yes
Modified: branches/experimental/mail/thunderbird/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird/Makefile Fri Jun 8 14:00:56 2012 (r725)
+++ branches/experimental/mail/thunderbird/Makefile Fri Jun 8 14:02:02 2012 (r726)
@@ -26,7 +26,7 @@
USE_AUTOTOOLS= autoconf213
USE_GECKO= gecko
CONFLICTS= thunderbird-10.*
-USE_MOZILLA= -png -nss -dbm -jpeg -xft
+USE_MOZILLA= -png -nss -dbm -jpeg
MOZ_TOOLKIT= cairo-gtk2
MAKE_JOBS_SAFE= yes
Modified: branches/experimental/mail/thunderbird3/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird3/Makefile Fri Jun 8 14:00:56 2012 (r725)
+++ branches/experimental/mail/thunderbird3/Makefile Fri Jun 8 14:02:02 2012 (r726)
@@ -21,7 +21,7 @@
USE_AUTOTOOLS= autoconf213
LATEST_LINK= thunderbird3
USE_GECKO= gecko
-USE_MOZILLA= -png -nss -dbm -jpeg -xft
+USE_MOZILLA= -png -nss -dbm -jpeg
MOZ_TOOLKIT= cairo-gtk2
MAKE_JOBS_SAFE= yes
Modified: branches/experimental/www/firefox-beta/Makefile
==============================================================================
--- branches/experimental/www/firefox-beta/Makefile Fri Jun 8 14:00:56 2012 (r725)
+++ branches/experimental/www/firefox-beta/Makefile Fri Jun 8 14:02:02 2012 (r726)
@@ -29,7 +29,7 @@
USE_GECKO= gecko
CONFLICTS= firefox-10.*
MOZ_PKGCONFIG_FILES= # empty
-USE_MOZILLA= -png -nss -dbm -jpeg -xft
+USE_MOZILLA= -png -nss -dbm -jpeg
MOZILLA_NAME= Firefox
MOZ_TOOLKIT= cairo-gtk2
Modified: branches/experimental/www/firefox-esr/Makefile
==============================================================================
--- branches/experimental/www/firefox-esr/Makefile Fri Jun 8 14:00:56 2012 (r725)
+++ branches/experimental/www/firefox-esr/Makefile Fri Jun 8 14:02:02 2012 (r726)
@@ -29,7 +29,7 @@
USE_GECKO= gecko
CONFLICTS= firefox-1[1-9].*
MOZ_PKGCONFIG_FILES= # empty
-USE_MOZILLA= -png -nss -dbm -jpeg -xft
+USE_MOZILLA= -png -nss -dbm -jpeg
MOZILLA_NAME= Firefox
MOZ_TOOLKIT= cairo-gtk2
Modified: branches/experimental/www/firefox/Makefile
==============================================================================
--- branches/experimental/www/firefox/Makefile Fri Jun 8 14:00:56 2012 (r725)
+++ branches/experimental/www/firefox/Makefile Fri Jun 8 14:02:02 2012 (r726)
@@ -28,7 +28,7 @@
USE_GECKO= gecko
CONFLICTS= firefox-10.*
MOZ_PKGCONFIG_FILES= # empty
-USE_MOZILLA= -png -nss -dbm -jpeg -xft
+USE_MOZILLA= -png -nss -dbm -jpeg
MOZILLA_NAME= Firefox
MOZ_TOOLKIT= cairo-gtk2
Modified: branches/experimental/www/firefox36/Makefile
==============================================================================
--- branches/experimental/www/firefox36/Makefile Fri Jun 8 14:00:56 2012 (r725)
+++ branches/experimental/www/firefox36/Makefile Fri Jun 8 14:02:02 2012 (r726)
@@ -23,7 +23,7 @@
LATEST_LINK= firefox36
USE_GECKO= gecko
MOZ_PKGCONFIG_FILES= # empty
-USE_MOZILLA= -png -nss -dbm -jpeg -xft -cairo
+USE_MOZILLA= -png -nss -dbm -jpeg -cairo
MOZILLA_NAME= Firefox${MOZILLA_SUFX}
MOZILLA_SUFX= 3
MOZILLA= ${PORTNAME}${MOZILLA_SUFX}
Modified: branches/experimental/www/seamonkey-beta/Makefile
==============================================================================
--- branches/experimental/www/seamonkey-beta/Makefile Fri Jun 8 14:00:56 2012 (r725)
+++ branches/experimental/www/seamonkey-beta/Makefile Fri Jun 8 14:02:02 2012 (r726)
@@ -50,7 +50,7 @@
--disable-updater \
--with-system-libevent=${LOCALBASE}
-USE_MOZILLA= -png -nss -dbm -jpeg -xft
+USE_MOZILLA= -png -nss -dbm -jpeg
MOZ_TOOLKIT= cairo-gtk2
MOZILLA_PLIST_DIRS= bin lib
MOZ_PKGCONFIG_FILES=
Modified: branches/experimental/www/seamonkey/Makefile
==============================================================================
--- branches/experimental/www/seamonkey/Makefile Fri Jun 8 14:00:56 2012 (r725)
+++ branches/experimental/www/seamonkey/Makefile Fri Jun 8 14:02:02 2012 (r726)
@@ -50,7 +50,7 @@
--disable-updater \
--with-system-libevent=${LOCALBASE}
-USE_MOZILLA= -png -nss -dbm -jpeg -xft
+USE_MOZILLA= -png -nss -dbm -jpeg
MOZ_TOOLKIT= cairo-gtk2
MOZILLA_PLIST_DIRS= bin lib
MOZ_PKGCONFIG_FILES=
More information about the freebsd-gecko
mailing list