summaryrefslogtreecommitdiff
path: root/www/libxul/files/patch-configure (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-08- Update to 1.9.2.8Beat Gaetzi1-38/+0
PR: ports/149044 Expr-run by: pav@ Thanks to: Andreas Tobler <andreast-list AT fgznet.ch>, decke@ Notes: svn path=/head/; revision=258911
2009-04-10Presenting GNOME 2.26 for FreeBSD. SeeJoe Marcus Clarke1-17/+8
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach. Notes: svn path=/head/; revision=231972
2007-07-20Update to 2.0.0.5Michael Johnson1-9/+9
Notes: svn path=/head/; revision=195944
2006-11-10Restore firefox to 2.0 after slipping the RELEASE_6_2_0 tag.Joe Marcus Clarke1-8/+17
Notes: svn path=/head/; revision=176983
2006-11-10Temporarily roll firefox back to 1.5.0.8 so that we can tag this securityJoe Marcus Clarke1-17/+8
fix release for 6.2. Approved by: secteam portmgr Notes: svn path=/head/; revision=176982
2006-11-01- Update to 2.0Michael Johnson1-8/+17
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! Notes: svn path=/head/; revision=176058
2006-10-14Presenting GNOME 2.16.1 for FreeBSD. This release represents a massiveJoe Marcus Clarke1-8/+1
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) Notes: svn path=/head/; revision=175253
2006-09-19Add a tiny hunk to allow firefox to use our system libz instead ofMikhail Teterin1-1/+8
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 Notes: svn path=/head/; revision=173369
2005-11-29- Update firefox to 1.5Michael Johnson1-8/+8
- 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 Notes: svn path=/head/; revision=149945
2004-02-13Remove the ugly libnspr hack, and be a little more clever when addingJoe Marcus Clarke1-0/+38
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. Notes: svn path=/head/; revision=100824