CVS log for ports/www/xulrunner/Attic/Makefile
Up to [FreeBSD] / ports / www / xulrunner
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.25
Wed Dec 2 13:00:04 2009 UTC (2 years, 2 months ago) by beat
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.24: +1 -1 lines
- Remove www/xulrunner: Superseded by www/libxul Reviewed by: miwi
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Nov 27 09:09:08 2009 UTC (2 years, 2 months ago) by beat
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -3 lines
- Remove obsolete inclusion of www/mozilla/Makefile.common Approved by: portmgr (miwi) Exp-run by: miwi
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:56:37 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated Requested by: edwin
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon May 4 19:23:44 2009 UTC (2 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
- Give Maintainership up to the Gecko Gang (gecko@)
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Apr 12 19:27:12 2009 UTC (2 years, 10 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 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.20: download - view: text, markup, annotated - select for diffs
Sat Apr 4 11:47:00 2009 UTC (2 years, 10 months ago) by marius
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -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.19: download - view: text, markup, annotated - select for diffs
Sat Jan 10 02:45:46 2009 UTC (3 years, 1 month ago) by mezz
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 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.18: download - view: text, markup, annotated - select for diffs
Fri Jul 25 14:34:49 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +0 -1 lines
- Remove USE_GCC where it can be satisfied with base compiler on following FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jun 10 04:57:45 2008 UTC (3 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Restore previous PORTREVISIONs that were decremented as part of the gettext bump. Reported by: iKris
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:07:23 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:54:14 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
- Remove unneeded dependency from gtk12/gtk20 [1] - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Feb 28 04:39:23 2008 UTC (3 years, 11 months ago) by mezz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -3 lines
- Add "--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA}" to fix other
applications in the runtime. Some applications required to have set
MOZILLA_FIVE_HOME or/and LD_LIBRARY_PATH to make it works in the runtime. Now,
it's no longer need to set these variables, which this flag takes care of it.
The MOZILLA_FIVE_HOME still works with this flag if someone need to use
different one. I have learned about this flag from RPM, Debian, Gentoo ebuild
and other packages.
- Bump the PORTREVISION.
Have been tested in MC CVS since Dec.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jan 21 22:19:53 2008 UTC (4 years ago) by marius
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
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.12: download - view: text, markup, annotated - select for diffs
Wed Oct 10 00:15:32 2007 UTC (4 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
* Workaround a bug which can cause applications embedding Gecko to crash on exit [1] * Use the correct size for a JavaScript object on 64-bit platforms which will help get the Java plug-in working on those platforms [2] Test by: mezz [1] Submitted by: jkim [2] Obtained from: Firefox trunk [2]
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Oct 7 05:45:04 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Oct 4 06:21:46 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +0 -5 lines
Remove always-false/true conditions based on OSVERSION 500000
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat May 19 20:25:39 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jan 18 22:37:10 2007 UTC (5 years ago) by mezz
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Fix the gtk2 dnd implementation broken, see more details in the bugzilla. This patch[1] was created by Matthias Clasen <mclasen@redhat.com>. This bug was started to reproduce with least 2.10.7 version of gtk2. PR: ports/107689 Reported by: a few users Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=355248 https://bugzilla.mozilla.org/show_bug.cgi?id=367203 [1] http://bugzilla.gnome.org/show_bug.cgi?id=394525
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Dec 15 22:14:31 2006 UTC (5 years, 1 month ago) by ahze
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Fix a double-free while performing print operations which could trigger a segmentation fault if malloc debugging was enabled. Submitted by: marcus Reported by: dougb
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:53:37 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -5 lines
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 12 19:28:13 2006 UTC (5 years, 4 months ago) by ahze
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
- Install nsISidebar to fix build with galeon Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=315346 Approved by: portmgr (marcus)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jul 14 15:28:29 2006 UTC (5 years, 6 months ago) by ahze
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
- Update to 1.8.0.4
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 29 18:29:45 2006 UTC (5 years, 10 months ago) by ahze
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
- Convert all gecko pkg-[de]install scripts into a generic pkg-[de]install script - Always use pkg-install to create missing dir's [1] Requested by: marcus [1]
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 27 14:33:27 2006 UTC (5 years, 10 months ago) by ahze
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -0 lines
- Mark broken on 4.x Reported by: kris via pointyhat
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Mar 15 11:35:32 2006 UTC (5 years, 10 months ago) by ahze
Branches: MAIN
- Add xulrunner Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications that are as rich as Firefox and Thunderbird. It will provide mechanisms for installing, upgrading, and uninstalling these applications. XULRunner will also provide libxul, a solution which allows the embedding of Mozilla technologies in other projects and products. WWW: http://developer.mozilla.org/en/docs/XULRunner Most patches obtained from: www/seamonkey
