From 25b72e4357594691dd303d6f9638e0c22a4e453d Mon Sep 17 00:00:00 2001 From: ahze Date: Wed, 23 Nov 2005 04:54:59 +0000 Subject: - Convert the rest of mozconfig.in to port vars. - Add support for optional extensions in mozilla and seamonkey - Add support for in firefox [1] - Add 3 new vars MOZ_EXTENSIONS Override "default" extensions MOZ_GRAPHICS Override "default" graphics decoders MOZ_PROTOCOLS Override "default" protocol [1] I hesitated adding this but it is default on for fedora, suse, gentoo see http://developer.mozilla.org/en/docs/Category:HTML:Canvas for more details git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5189 df743ca5-7f9a-e211-a948-0013205c9059 --- www/firefox10/Makefile | 7 ++++++- www/firefox10/files/mozconfig.in | 10 ---------- 2 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 www/firefox10/files/mozconfig.in (limited to 'www/firefox10') diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 89a5992cb..70cb812b3 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -3,7 +3,7 @@ # Whom: Alan Eldridge # # $FreeBSD$ -# $MCom: ports/www/firefox/Makefile,v 1.21 2005/11/19 07:34:00 marcus Exp $ +# $MCom: ports/www/firefox/Makefile,v 1.22 2005/11/22 21:29:14 ahze Exp $ # PORTNAME= firefox @@ -30,6 +30,11 @@ USE_GCC= 3.4+ FIREFOX_ICON= ${MOZILLA}.xpm FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/icons/default.xpm +MOZ_OPTIONS= --enable-application=browser \ + --enable-svg-renderer=cairo \ + --enable-system-cairo \ + --enable-official-branding \ + --enable-canvas SYSTEM_PREFS= ${FAKEDIR}/lib/${MOZILLA}/defaults/pref/firefox.js MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome diff --git a/www/firefox10/files/mozconfig.in b/www/firefox10/files/mozconfig.in deleted file mode 100644 index c4e584980..000000000 --- a/www/firefox10/files/mozconfig.in +++ /dev/null @@ -1,10 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -# $MCom: ports/www/firefox/files/mozconfig.in,v 1.9 2005/11/12 02:06:57 ahze Exp $ -###################################################################### -ac_add_options --enable-application=browser -ac_add_options --enable-svg-renderer=cairo -ac_add_options --enable-system-cairo -# See the following URL for approval email for using official branding -# http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt -ac_add_options --enable-official-branding -- cgit v1.2.3