From owner-freebsd-gecko@FreeBSD.ORG Fri May 13 18:44:41 2011 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 C618D106564A for ; Fri, 13 May 2011 18:44:41 +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 556968FC08 for ; Fri, 13 May 2011 18:44:40 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id p4DIid4R082076 for ; Fri, 13 May 2011 18:44:39 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id p4DIiYwY081734 for freebsd-gecko@freebsd.org; Fri, 13 May 2011 18:44:34 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 13 May 2011 18:44:34 GMT Message-Id: <201105131844.p4DIiYwY081734@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] r549 - 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: Fri, 13 May 2011 18:44:41 -0000 Author: beat Date: Fri May 13 18:44:34 2011 New Revision: 549 Log: - Remove seamonkey gecko provider - Add SeaMonkey 2.1 - Make SeaMonkey 2.1 the default version Approved by: decke Modified: branches/experimental/Mk/bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk ============================================================================== --- branches/experimental/Mk/bsd.gecko.mk Fri May 13 18:43:06 2011 (r548) +++ branches/experimental/Mk/bsd.gecko.mk Fri May 13 18:44:34 2011 (r549) @@ -14,7 +14,7 @@ # WITH_GECKO= libxul # # The valid backends are: -# libxul seamonkey +# libxul # # See below for more details. # ======================= /USERS ================================ @@ -36,8 +36,9 @@ # Users should use the following syntax: # -# WITH_GECKO= libxul seamonkey -# Use libxul whenever a port supports it, falling back on seamonkey. +# WITH_GECKO= libxul libxul-devel +# Use libxul whenever a port supports it, falling back on libxul-devel. +# Note: libxul-devel does not exist at the moment! # 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 @@ -47,19 +48,21 @@ # # Ports should use the following: # -# USE_GECKO= libxul seamonkey +# USE_GECKO= libxul libxul-devel # 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/libxul will be used -# as a gecko backend unless WITH_GECKO=seamonkey is defined by the user. +# as a gecko backend unless WITH_GECKO=libxul-devel is defined by the +# user. Note: libxul-devel does not exist at the moment! # # 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= libxul seamonkey -# +# USE_GECKO= libxul libxul-devel +# Note: libxul-devel does not exist at the moment! +# # post-patch: # @${REINPALCE_CMD} -e 's|mozilla-|${GECKO}-|' \ # ${MOZSRC}/configure @@ -68,15 +71,16 @@ # has been chosen. # # Example: -# USE_GECKO= libxul seamonkey +# USE_GECKO= libxul libxul-devel +# Note: libxul-devel does not exist at the moment! # # post-patch: -# .if ${GECKO}=="seamonkey" -# @${REINPLACE_CMD} -e 's|mozilla-|seamonkey-|' \ +# .if ${GECKO}=="libxul-devel" +# @${REINPLACE_CMD} -e 's|mozilla-|libxul-|' \ # ${MOZSRC}/configure # .endif -_GECKO_ALL= seamonkey libxul +_GECKO_ALL= libxul libxul_PLIST= ${LOCALBASE}/lib/libxul/libxul.so @@ -188,9 +192,9 @@ # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. -# Available values: yes 11+ 20+ 11 20 +# Available values: yes 21+ 20+ 21 20 # NOTE: -# default value 20 is used in case of USE_SEAMONKEY=yes +# default value 21 is used in case of USE_SEAMONKEY=yes # # USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY @@ -293,12 +297,12 @@ _SEAMONKEY_BUILD_DEPENDS= yes .endif -_SEAMONKEY_DEFAULT_VERSION= 20 -_SEAMONKEY_VERSIONS= 11 20 -_SEAMONKEY_RANGE_VERSIONS= 11+ 20+ +_SEAMONKEY_DEFAULT_VERSION= 21 +_SEAMONKEY_VERSIONS= 21 20 +_SEAMONKEY_RANGE_VERSIONS= 21+ 20+ -# For specifying [20, 11, ..]+ -_SEAMONKEY_11P= 11 ${_SEAMONKEY_20P} +# For specifying [21, 20, ..]+ +_SEAMONKEY_21P= 21 ${_SEAMONKEY_20P} _SEAMONKEY_20P= 20 # Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given