CVS log for ports/Mk/bsd.gecko.mk
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Jan 31 21:17:57 2012 UTC (9 days, 15 hours ago) by flo
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +59 -28 lines
update to 10.0 In collaboration with: beat
Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Dec 22 07:17:59 2011 UTC (7 weeks, 1 day ago) by beat
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +8 -8 lines
- Update Thunderbird to 9.0 Approved by: portmgr (erwin, implicit) Security: http://www.vuxml.org/freebsd/e3ff776b-2ba6-11e1-93c6-0011856a6e37.html
Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Dec 21 08:10:16 2011 UTC (7 weeks, 2 days ago) by beat
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +9 -9 lines
- Update SeaMonkey to 2.6 Approved by: portmgr (erwin, implicit) Security: http://www.vuxml.org/freebsd/e3ff776b-2ba6-11e1-93c6-0011856a6e37.html
Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Dec 21 08:02:57 2011 UTC (7 weeks, 2 days ago) by beat
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +9 -9 lines
- Update Firefox to 9.0 In collaboration with: cognet, flo, Jan Beich Approved by: portmgr (erwin, implicit) Security: http://www.vuxml.org/freebsd/e3ff776b-2ba6-11e1-93c6-0011856a6e37.html
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Nov 22 20:52:36 2011 UTC (2 months, 2 weeks ago) by beat
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +9 -9 lines
- Update SeaMonkey to 2.5 Approved by: portmgr (pav) Feature safe: yes
Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Nov 8 17:35:09 2011 UTC (3 months ago) by beat
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +8 -8 lines
- Update Thunderbird to 8.0
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Nov 8 17:25:16 2011 UTC (3 months ago) by beat
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +9 -9 lines
- Update Firefox to 8.0
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Oct 23 18:31:57 2011 UTC (3 months, 2 weeks ago) by beat
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +4 -4 lines
- Remove some vendor optimization for WITHOUT_OPTIMIZED_CFLAGS PR: ports/161463 Submitted by: Nali Toja <nalitoja AT gmail.com>
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Oct 19 16:00:43 2011 UTC (3 months, 3 weeks ago) by beat
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +5 -9 lines
- Remove www/seamonkey2 and www/seamonkey2-i18n: Upstream support dropped and multiple vulnerabilities.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Sep 28 03:14:22 2011 UTC (4 months, 1 week ago) by beat
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +9 -9 lines
- Update to 2.4 Thanks to: flo@ for preparing the www/seamonkey update
Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Sep 27 22:24:02 2011 UTC (4 months, 1 week ago) by beat
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +8 -8 lines
- Chase Thunderbird update to 7.0
Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Sep 27 18:44:33 2011 UTC (4 months, 2 weeks ago) by beat
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +9 -9 lines
- Update Firefox to 7.0 Thanks to: flo@ for preparing the www/firefox update
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Sep 10 12:39:34 2011 UTC (5 months ago) by flo
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +7 -7 lines
- only grep for firefox version in stdout [1], do the same for thunderbird and seamonkey - limit output to the first line by using head -1, this fixes -i18n ports installation, if the parent port was build with DEBUG PR: ports/160365 [1] Submitted by: amdmi3 [1]
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Aug 20 00:09:08 2011 UTC (5 months, 3 weeks ago) by flo
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
${ECHO} should have been ${ECHO_CMD}
Reported by: <ttsestt@gmail.com>
Pointyhat to: flo (who really needs some sleep)
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Aug 19 23:16:47 2011 UTC (5 months, 3 weeks ago) by flo
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +8 -1 lines
fix installation of gecko ports after 1.34. On FreeBSD versions < 800081 libarchive has a bug in the s modifier of -s where it would not rewrite symlinks e.g. /usr/local/bin/firefox would still point to /usr/ports/www/firefox/work/fake/lib/firefox/firefox Instead of forcing a dependency on archivers/libarchive use a creative workaround and rewrite the symlinks. This workaround should be removed once we drop support for FreeBSD 7 Reported by: naddy Submitted by: <ttsestt@gmail.com>
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Aug 18 10:05:44 2011 UTC (5 months, 3 weeks ago) by ale
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +11 -7 lines
Fix paths for mozilla ports. Approved by: flo
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Aug 16 18:36:09 2011 UTC (5 months, 3 weeks ago) by flo
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -2 lines
retire GECKO_PTHREAD_LIBS just use PTHREAD_LIBS. this will enable compilation with clang. firefox 6 and thunderbid 6 now build fine with clang. other gecko ports should become compilable as soon as they are based on the same gecko version as firefox and thunderbird 6
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Aug 16 18:13:58 2011 UTC (5 months, 3 weeks ago) by flo
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +28 -30 lines
- add support for seamonkey 2.3, firefox and thunderbird 6 - use tar instead of cpio for installing files from the fake root, this is in preparation of firefox 7 [1] Submitted by: Pan Tsu <inyaoo@gmail.com> [1]
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Aug 3 22:33:41 2011 UTC (6 months, 1 week ago) by flo
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -7 lines
remove firefox35 support from bsd.gecko.mk
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Aug 1 23:31:53 2011 UTC (6 months, 1 week ago) by flo
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +23 -19 lines
update to 2.2 and make this the default seamonkey version Much of the work was done by beat for the 2.1 update, i update everything to 2.2
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Jul 21 05:02:23 2011 UTC (6 months, 3 weeks ago) by linimon
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon, remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Jun 30 18:19:47 2011 UTC (7 months, 1 week ago) by flo
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +10 -10 lines
update thunderbird to 5.0
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jun 28 16:34:23 2011 UTC (7 months, 1 week ago) by flo
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -1 lines
- disable debug symbols for the gecko ports and enable striping of libraries and binaries otherwise firefox and thunderbird >= 5 will install a libxul.so which can be as big as 500MB PR: ports/158380 Submitted by: Pan Tsu <inyaoo@gmail.com>
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Jun 21 21:12:30 2011 UTC (7 months, 2 weeks ago) by flo
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +9 -9 lines
- update to 5.0 - enable ipc, based on a patch by Pan Tsu <inyaoo@gmail.com> Security: http://www.vuxml.org/freebsd/dfe40cff-9c3f-11e0-9bec-6c626dd55a41.html
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Mar 22 15:26:35 2011 UTC (10 months, 2 weeks ago) by beat
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +10 -8 lines
- Add Firefox 4.0 and make Firefox 4.0 the default version.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Dec 18 11:15:33 2010 UTC (13 months, 3 weeks ago) by beat
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +256 -1 lines
- Add new variables to define buildtime and runtime dependencies on Mozilla ports: USE_FIREFOX: Add runtime dependency on Firefox. Available values: yes 36+ 35+ 36 35 NOTE: Default value 36 is used in case of USE_FIREFOX=yes USE_FIREFOX_BUILD: Add buildtime dependency on Firefox. Available values: see USE_FIREFOX USE_SEAMONKEY: Add runtime dependency on SeaMonkey. Available values: yes 11+ 20+ 11 20 NOTE: Default value 20 is used in case of USE_SEAMONKEY=yes. SeaMonkey 1.1 is obsolete and will be replaced with SeaMonkey 2.1 soon. USE_SEAMONKEY_BUILD: Add buildtime dependency on SeaMonkey. Available values: see USE_SEAMONKEY USE_THUNDERBIRD: Add runtime dependency on Thunderbird. Available values: yes 31+ 30+ 31 30 NOTE: Default value 31 is used in case of USE_THUNDERBIRD=yes USE_THUNDERBIRD_BUILD: Add buildtime dependency on Thunderbird. Available values: see USE_THUNDERBIRD PR: ports/153018 Exp-run by: erwin Approved by: portmgr (erwin)
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Nov 30 13:03:10 2010 UTC (14 months, 1 week ago) by beat
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -7 lines
- Change gecko master port from www/mozilla to www/seamonkey. - Switch substitution example to libxul-devel<->libxul although this functionality is not used as the ports tree does not have libxul-devel at the moment.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Nov 23 19:28:02 2010 UTC (14 months, 2 weeks ago) by beat
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +14 -18 lines
- Remove obsolete gecko providers. There are only two valid gecko backends left: libxul and seamonkey. Nevertheless the seamonkey provider is also obsolete and will be removed once www/seamonkey is updated to 2.1.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Nov 23 15:34:52 2010 UTC (14 months, 2 weeks ago) by beat
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +8 -5 lines
- Respect STRIP to allow for debugging builds [1] - Fix build of upcoming Firefox 4 with recent gcc versions [2] PR: ports/152043 [1] Submitted by: Anonymous <swell.k AT gmail.com> [1,2]
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Aug 29 15:16:20 2010 UTC (17 months, 1 week ago) by beat
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +14 -4 lines
- Prepare bsd.gecko.mk to unbreak gecko ports with recent versions of GCC PR: ports/142736 Submitted by: bf <bf1783 AT gmail.com>
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jul 29 11:37:03 2010 UTC (18 months, 1 week ago) by beat
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -1 lines
- Prepare for upcoming Firefox 4
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:30:26 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:33:44 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
- update to jpeg-8
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jan 21 20:26:16 2010 UTC (2 years ago) by beat
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
- Fix installation of ports where MOZSRC is not the same directory as WRKSRC (like www/seamonkey2 and mail/thunderbird3).
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jan 17 19:29:06 2010 UTC (2 years ago) by marcel
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
revision 1.8 fixed sparc64, but accidentally reverted the change made in revision 1.7 that fixed the powerpc build. Re-apply revision 1.7. PR: powerpc/131490 Approved by: beat
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Dec 2 13:03:42 2009 UTC (2 years, 2 months ago) by beat
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
- Remove obsolete gecko providers Reviewed by: miwi
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Nov 28 10:38:01 2009 UTC (2 years, 2 months ago) by beat
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +16 -16 lines
- Introduce MOZSRC variable in bsd.gecko.mk. This change is needed for the
upcoming update of SeaMonkey 2 and Thunderbird 3 because they changed
the distribution format. By default MOZSRC is equal to WRKSRC which is
set to ${WRKDIR}/mozilla and reflect the old behaviour.
In SeaMonkey 2 and Thunderbird 3 MOZSRC is set to the mozilla directory
which is a subdirectory of WRKSRC.
- Remove MCom header.
Submitted by: Florian Smeets <flo AT kasimir.com> (via private mail. Thanks!)
Exp-run by: miwi
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jul 18 11:10:10 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
- update to jpeg7 Tested by: pav on pointyhat
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jul 11 06:41:55 2009 UTC (2 years, 7 months ago) by beat
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -5 lines
- Remove obsolete check if BIND port was installed with WITH_REPLACE_BASE. These ports used to cause linker errors but this is not longer the case with current BIND ports. Tested with dns/bind9 and dns/bind96. PR: ports/136111 Submitted by: Rob Austein <sra AT hactrn.net> With hat: gecko
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon May 4 19:23:41 2009 UTC (2 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
- Give Maintainership up to the Gecko Gang (gecko@)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Apr 13 01:38:03 2009 UTC (2 years, 9 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
One more instance of gnome -> miwi.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Apr 12 19:27:11 2009 UTC (2 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Take maintainership. The first of two steps is to take all Gecko Stuff from the Gnome team. I'd like to say thanks a lot for all the work in the past years.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Apr 10 05:55:44 2009 UTC (2 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -6 lines
Presenting GNOME 2.26 for FreeBSD. See 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.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Apr 4 11:46:58 2009 UTC (2 years, 10 months ago) by marius
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -1 lines
Resurrect www/mozilla/Makefile.common rev. 1.30 and associated changes, which got lost with the switch to bsd.gecko.mk: Work around the miscompilation/mislinkage problem of the sCanonicalVTable hacks in the XPCOM string code on sparc64 by omitting the code in question and bump PORTREVISIONs accordingly. Approved by: marcus
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Mar 21 18:51:50 2009 UTC (2 years, 10 months ago) by marcel
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
grep for 'pthread:' in the compiler's spec file to avoid matching random references of 'pthread'. On powerpc the mfwrap production mentions "pthread_create", which matched the RE. Ok'd by: marcus (thanks!)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 23 16:27:14 2009 UTC (3 years ago) by flz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
- Update X.org ports to 7.4+ (few ports are more recent than the katamari). - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 10 02:45:37 2009 UTC (3 years, 1 month ago) by mezz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -16 lines
Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo plugins support one of web browsers and can take care of plist (depend on how you use it) at the same time. I have written a complete document and even show how it works in the www/firefox/Makefile.webplugins so be sure to read in there. If there is anything that isn't clear in the document, please feel free to ask and I will try my best to improvement it. FYI: GNOME 2.24 depends on this, so it's coming. BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified. Approved by: portmgr
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Aug 6 16:26:17 2008 UTC (3 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Remove firefox3 from USE_GECKO; it does not work and wait for xulrunner 1.9 comes in. The xulrunner 1.9 is current in MC ports. It's clear about that Mozilla folks want us to use xulrunner for SDK/build.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jul 22 09:21:16 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -7 lines
- Remove special treatment of ia64 [1], 4.x, and sparc 64 5.x Requested by: marcel
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jul 4 08:14:21 2008 UTC (3 years, 7 months ago) by adamw
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +12 -1 lines
Add a quick-reference comment block at the beginning directing end-users how to use the WITH_GECKO mechanism.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 30 20:16:17 2008 UTC (3 years, 7 months ago) by mezz
Branches: MAIN
First all, ahze did most of work. Thanks ahze! Last week or so, I am just merely pick up and help him. Thanks to many testers in both private and mailing list emails for report a few of build and dependencies problems. Also, thanks to marcus and Chess Griffin for test in their tinderboxes. x11/pixman: Update to 0.10.0 ------------------------------------------------------- Firefox 3 needs it. Orignal, the shared library was bumped and ahze has added a new feature in our USE_GNOME=ltverhack by can control the number of shared library. To control the number of shared library, add the ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your port, you need to make sure the ABI doesn't change to use it.. ------------------------------------------------------- graphics/cairo: Update to 1.6.4 ------------------------------------------------------- Firefox 3 needs it. We have updated most cairo binding ports too. ------------------------------------------------------- graphics/poppler: Update to 0.8.3 ------------------------------------------------------- The shared libraries version have been changed. All ports that depend on poppler have PORTREVISION bump. The graphics/py-poppler has been updated to 0.8.1 to work with newer poppler better. As for the poppler-qt, there is no shared library version change. ------------------------------------------------------- www/firefox3 and gecko ports related: Update to 3.0 final ------------------------------------------------------- The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it in backward compatibility, so the rest ports won't be break. We haven't add some other ports to have Firefox 3 support yet, so feel free to send us patch or commit it by yourself (to committers). However, view in bsd.gecko.mk for document. ------------------------------------------------------- Approved by: portmgr (marcus)
