[SVN-Commit] r735 - in branches/experimental: Mk www/firefox36 www/seamonkey www/seamonkey-beta

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Fri Jun 8 14:14:35 UTC 2012


Author: jbeich
Date: Fri Jun  8 14:14:28 2012
New Revision: 735

Log:
move SMB option to bsd.gecko.mk

Modified:
   branches/experimental/Mk/bsd.gecko.mk
   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:13:46 2012	(r734)
+++ branches/experimental/Mk/bsd.gecko.mk	Fri Jun  8 14:14:28 2012	(r735)
@@ -559,6 +559,7 @@
 
 JAVA_DESC?=		Enable JAVA xpcom
 LOGGING_DESC?=	Enable additional log messages
+SMB?=			Enable smb:// URI support using gnomevfs
 
 OPTIONS_DEFAULT+=DBUS
 

Modified: branches/experimental/www/firefox36/Makefile
==============================================================================
--- branches/experimental/www/firefox36/Makefile	Fri Jun  8 14:13:46 2012	(r734)
+++ branches/experimental/www/firefox36/Makefile	Fri Jun  8 14:14:28 2012	(r735)
@@ -24,6 +24,7 @@
 USE_GECKO=	gecko
 MOZ_PKGCONFIG_FILES=	# empty
 USE_MOZILLA=	-nss -dbm -cairo -event -ffi -vpx
+USE_GECKO_OPTIONS=+smb
 MOZILLA_NAME=	Firefox${MOZILLA_SUFX}
 MOZILLA_SUFX=	3
 MOZILLA=	${PORTNAME}${MOZILLA_SUFX}
@@ -49,8 +50,6 @@
 		--enable-canvas --enable-libxul --disable-necko-wifi \
 		--disable-ipc
 
-OPTIONS=	SMB "Enable smb:// URI support using gnomevfs" off
-
 .include <bsd.port.pre.mk>
 
 EXTRA_PATCHES=	${FILESDIR}/libsydney_oss

Modified: branches/experimental/www/seamonkey-beta/Makefile
==============================================================================
--- branches/experimental/www/seamonkey-beta/Makefile	Fri Jun  8 14:13:46 2012	(r734)
+++ branches/experimental/www/seamonkey-beta/Makefile	Fri Jun  8 14:14:28 2012	(r735)
@@ -49,6 +49,7 @@
 		--disable-updater
 
 USE_MOZILLA=	-nss -dbm -vpx
+USE_GECKO_OPTIONS=+smb
 MOZ_TOOLKIT=	cairo-gtk2
 MOZILLA_PLIST_DIRS=	bin lib
 MOZ_PKGCONFIG_FILES=
@@ -59,8 +60,7 @@
 	COMPOSER "Enable the HTML Composer module" on \
 	LDAP "Enable LDAP support for Mailnews" on \
 	CHATZILLA "Enable the Chatzilla IRC module" on \
-	LIGHTNING "Enable calendar extension" off \
-	SMB "Enable smb:// URI support using gnomevfs" off
+	LIGHTNING "Enable calendar extension" off
 
 .include <bsd.port.pre.mk>
 

Modified: branches/experimental/www/seamonkey/Makefile
==============================================================================
--- branches/experimental/www/seamonkey/Makefile	Fri Jun  8 14:13:46 2012	(r734)
+++ branches/experimental/www/seamonkey/Makefile	Fri Jun  8 14:14:28 2012	(r735)
@@ -49,6 +49,7 @@
 		--disable-updater
 
 USE_MOZILLA=	-nss -dbm -vpx
+USE_GECKO_OPTIONS=+smb
 MOZ_TOOLKIT=	cairo-gtk2
 MOZILLA_PLIST_DIRS=	bin lib
 MOZ_PKGCONFIG_FILES=
@@ -59,8 +60,7 @@
 	COMPOSER "Enable the HTML Composer module" on \
 	LDAP "Enable LDAP support for Mailnews" on \
 	CHATZILLA "Enable the Chatzilla IRC module" on \
-	LIGHTNING "Enable calendar extension" off \
-	SMB "Enable smb:// URI support using gnomevfs" off
+	LIGHTNING "Enable calendar extension" off
 
 .include <bsd.port.pre.mk>
 


More information about the freebsd-gecko mailing list