diff options
author | ahze <ahze@FreeBSD.org> | 2005-11-30 05:12:28 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-11-30 05:12:28 +0800 |
commit | cf3e3c4ca85b04aa2fd05adbbbb61c279ecd8e52 (patch) | |
tree | 636be11a2256fce8fc7906e936b8c0b6270b2f86 /www/firefox/distinfo | |
parent | e749e2199ee9f293c55bd59924f3870e0d15efdf (diff) | |
download | freebsd-ports-gnome-cf3e3c4ca85b04aa2fd05adbbbb61c279ecd8e52.tar.gz freebsd-ports-gnome-cf3e3c4ca85b04aa2fd05adbbbb61c279ecd8e52.tar.zst freebsd-ports-gnome-cf3e3c4ca85b04aa2fd05adbbbb61c279ecd8e52.zip |
- Update firefox to 1.5
- Add Makefile.common
o A new build/install system for gecko ports, Makefile.common
includes many generic routines and common tasks.
o Fix ld-run-path in all gecko's by using -Wl,-rpath,${moz_libdir}
thus removing the need to have a startup script for ports that
depend on gecko. [2]
o Use system libm, nss, nspr in all gecko ports
- Add bsd.gecko.mk
o This is the predecessor to WITH_MOZILLA=[mozilla|firefox|...]
with a more robust way of detecting a gecko a end user wishs to
use.
o bsd.gecko.mk abstracts the selection of gecko-based backends. It
allows users and porters to support any available gecko backend
without needing to build many conditional tests. ${USE_GECKO} is the
list of backends that your port can handle, and ${GECKO} is set by
bsd.gecko.mk to be the chosen backend. Users set ${WITH_GECKO} to the
list of gecko backends they want on their system.
Port Makefile example:
USE_GECKO=firefox mozilla seamonkey thunderbird
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
End user example:
WITH_GECKO=seamonkey firefox
We highly recommend moving away from using WITH_MOZILLA and switching to
USE/WITH_GECKO.
PR: 89052 [2]
Submitted by: vs [2]
Obtained from: www/firefox
Thanks to: adamw, marcus, and mezz for ideas, bug squashing, and more
sajd from irc.freenode.org/#FreeBSD-Gnome for
pointing out many bugs
Diffstat (limited to 'www/firefox/distinfo')
-rw-r--r-- | www/firefox/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo index dc846093ea0d..fcf2eb8bbb61 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -MD5 (firefox-1.0.7-source.tar.bz2) = 5704a8c36de84b408e069afb0c5bc1df -SHA256 (firefox-1.0.7-source.tar.bz2) = 10056021004ae378baed886358dc4468af60eafbaa9fcac93401e4db9b9ef7fd -SIZE (firefox-1.0.7-source.tar.bz2) = 32793876 +MD5 (firefox-1.5-source.tar.bz2) = fa915ddcadecda30ed3e13694f26a779 +SHA256 (firefox-1.5-source.tar.bz2) = 3cdbd0929b1f92c60b3fb27601f621975fefea23465d5253238c6e120360d36b +SIZE (firefox-1.5-source.tar.bz2) = 34491496 |