Date: Sun, 19 Jun 2011 13:29:02 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r565 - branches/experimental/Mk trunk/Mk Message-ID: <201106191329.p5JDT28X081404@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: flo Date: Sun Jun 19 13:29:02 2011 New Revision: 565 Log: - complete/fix r563, forgot to rename 40 to 50 in some places Modified: branches/experimental/Mk/bsd.gecko.mk trunk/Mk/bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk ============================================================================== --- branches/experimental/Mk/bsd.gecko.mk Sun Jun 19 13:25:02 2011 (r564) +++ branches/experimental/Mk/bsd.gecko.mk Sun Jun 19 13:29:02 2011 (r565) @@ -181,9 +181,9 @@ # 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 40+ 36+ 35+ 40 36 35 +# Available values: yes 50+ 36+ 35+ 50 36 35 # NOTE: -# default value 40 is used in case of USE_FIREFOX=yes +# default value 50 is used in case of USE_FIREFOX=yes # # USE_FIREFOX_BUILD Add buildtime dependency on Firefox. # Available values: see USE_FIREFOX @@ -229,7 +229,7 @@ # For specifying [36, 35, ..]+ _FIREFOX_35P= 35 ${_FIREFOX_36P} _FIREFOX_36P= 36 ${_FIREFOX_50P} -_FIREFOX_40P= 50 +_FIREFOX_50P= 50 # Set the default Firefox version and check if USE_FIREFOX=yes was given .if ${USE_FIREFOX} == "yes" @@ -273,7 +273,7 @@ .endif # Dependence lines for different Firefox versions -40_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +50_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox 36_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox36 35_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox35 Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Sun Jun 19 13:25:02 2011 (r564) +++ trunk/Mk/bsd.gecko.mk Sun Jun 19 13:29:02 2011 (r565) @@ -177,9 +177,9 @@ # 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 40+ 36+ 35+ 40 36 35 +# Available values: yes 50+ 36+ 35+ 50 36 35 # NOTE: -# default value 40 is used in case of USE_FIREFOX=yes +# default value 50 is used in case of USE_FIREFOX=yes # # USE_FIREFOX_BUILD Add buildtime dependency on Firefox. # Available values: see USE_FIREFOX @@ -269,7 +269,7 @@ .endif # Dependence lines for different Firefox versions -40_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +50_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox 36_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox36 35_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox35
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106191329.p5JDT28X081404>