CVS log for ports/www/firefox15/files/Attic/patch-configure
Up to [FreeBSD] / ports / www / firefox15 / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8
Wed Apr 30 07:20:19 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.7: +0 -0 lines
2008-04-30 www/firefox15: Obsolete version, use Firefox 2.0 or greater instead 2008-04-30 www/phpadsnew: replaced by www/openx 2007-10-27 x11-wm/yawm: project no longer exists 2007-10-27 x11-wm/uwm: Version branch long since retired
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Mar 24 16:38:59 2007 UTC (4 years, 10 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, PRE_XORG_7
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -8 lines
Make apply patches cleaner with PATCH_DEBUG=yes, no function change. PR: ports/110726 Submitted by: Eric P. Scott <eps+pbug0703@ana.com>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Nov 1 20:57:32 2006 UTC (5 years, 3 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -17 lines
- Add firefox15 at version 1.5.0.7 Repocopied from: www/firefox Repocopied by: marcus
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Nov 1 13:20:11 2006 UTC (5 years, 3 months ago) by ahze
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +17 -8 lines
- Update to 2.0 Release notes: http://www.mozilla.com/en-US/firefox/2.0/releasenotes/ Special thanks to marcus and many others for helping test and fixing bugs!
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:35:23 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_6_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -8 lines
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Sep 19 02:41:06 2006 UTC (5 years, 4 months ago) by mi
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -1 lines
Add a tiny hunk to allow firefox to use our system libz instead of building its own. Some years ago there was a security problem with zlib-1.2.2 and firefox' configure checks the system's zlib.h to be 1.2.3 or higher. FreeBSD patched the hole without bumping the version number, which caused Firefox (and, likely, other Mozilla stuff) to build their own versions instead (and install their headers). Maintainers were repeatedly notified -- most recently about a month ago: <200608091216.00510@aldan>, <200601251926.39246.mi+mx@aldan.algebra.com>. Approved by: maintainer timeout
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 29 21:12:28 2005 UTC (6 years, 2 months ago) by ahze
Branches: MAIN
CVS tags: old_RELEASE_6_1_0, old_RELEASE_5_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -8 lines
- 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
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Feb 13 07:30:21 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_6_0_0, old_RELEASE_5_4_0, old_RELEASE_5_3_0, old_RELEASE_4_11_0, old_RELEASE_4_10_0
Remove the ugly libnspr hack, and be a little more clever when adding libiconv support. While this approach adds an extra patch, it insures that the built-in nspr will used without the need for additional messy symlinks.
