From owner-freebsd-gecko@FreeBSD.ORG Sat Feb 20 13:17:59 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 237851065679 for ; Sat, 20 Feb 2010 13:17:59 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id ABEDA8FC13 for ; Sat, 20 Feb 2010 13:17:58 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o1KDHvmd007018 for ; Sat, 20 Feb 2010 13:17:57 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o1KDHq9j006796 for freebsd-gecko@freebsd.org; Sat, 20 Feb 2010 13:17:52 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 20 Feb 2010 13:17:52 GMT Message-Id: <201002201317.o1KDHq9j006796@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r272 - branches/experimental/Mk X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2010 13:17:59 -0000 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