Date: Sat, 20 Feb 2010 13:17:52 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r272 - branches/experimental/Mk Message-ID: <201002201317.o1KDHq9j006796@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: beat Date: Sat Feb 20 13:17:51 2010 New Revision: 272 Log: - Remove obsolete gecko providers from bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk ============================================================================== --- branches/experimental/Mk/bsd.gecko.mk Wed Feb 17 22:12:28 2010 (r271) +++ branches/experimental/Mk/bsd.gecko.mk Sat Feb 20 13:17:51 2010 (r272) @@ -11,10 +11,10 @@ # ======================= USERS ================================= # To specify which gecko-based backend you prefer, use something like: # -# WITH_GECKO= firefox +# WITH_GECKO= libxul # # The valid backends are: -# firefox flock seamonkey thunderbird +# libxul seamonkey thunderbird # # See below for more details. # ======================= /USERS ================================ @@ -36,31 +36,31 @@ # Users should use the following syntax: # -# WITH_GECKO= mozilla firefox seamonkey -# Use mozilla whenever a port supports it, falling back on firefox and -# then seamonkey. -# WITH_GECKO= firefox -# Sets your preferred backend. With this example, firefox will always -# be chosen, unless the port doesn't support a firefox backend. In that +# WITH_GECKO= libxul seamonkey thunderbird +# Use libxul whenever a port supports it, falling back on seamonkey and +# then thunderbird. +# WITH_GECKO= libxul +# Sets your preferred backend. With this example, libxul will always +# be chosen, unless the port doesn't support a libxul backend. In that # case, you get whatever the porter chose as the default. Better to use # the first example. # # # Ports should use the following: # -# USE_GECKO= mozilla firefox seamonkey +# USE_GECKO= libxul seamonkey thunderbird # The list of gecko backends that the port supports. Unless the user # overrides it with WITH_GECKO, the first gecko listed in USE_GECKO -# will be the default. In the above example, www/mozilla will be used -# as a gecko backend unless WITH_GECKO=firefox or WITH_GECKO=seamonkey +# will be the default. In the above example, www/libxul will be used +# as a gecko backend unless WITH_GECKO=seamonkey or WITH_GECKO=thunderbird # is defined by the user. # -# USE_GECKO= firefox-devel<->firefox -# This will sed -e 's/firefox/firefox-devel/' on Makefile.in's and configure -# if ${GECKO}=="firefox-devel" +# USE_GECKO= libxul-devel<->libxul +# This will sed -e 's/libxul/libxul-devel/' on Makefile.in's and configure +# if ${GECKO}=="libxul-devel" # # Example: -# USE_GECKO= mozilla firefox seamonkey +# USE_GECKO= libxul seamonkey thunderbird # # post-patch: # @${REINPALCE_CMD} -e 's|mozilla-|${GECKO}-|' \ @@ -70,7 +70,7 @@ # has been chosen. # # Example: -# USE_GECKO= mozilla firefox seamonkey +# USE_GECKO= libxul seamonkey thunderbird # # post-patch: # .if ${GECKO}=="seamonkey" @@ -78,8 +78,7 @@ # ${MOZSRC}/configure # .endif -_GECKO_ALL= firefox seamonkey thunderbird flock mozilla \ - libxul +_GECKO_ALL= seamonkey thunderbird libxul thunderbird_PORTSDIR= mail libxul_PLIST= ${LOCALBASE}/lib/libxul/libxul.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002201317.o1KDHq9j006796>