CVS log for ports/www/mozilla/files/Attic/patch-qt
Up to [FreeBSD] / ports / www / mozilla / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.27
Sat Jan 1 14:09:09 2011 UTC (13 months, 1 week ago) by beat
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.26: +0 -0 lines
- Finally remove www/mozilla as no other port longer depends on Mozilla. Mozilla is unmaintained upstream for years, broken and has security issues. Please consider using www/seamonkey2 or www/firefox instead. Happy New Year!
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Nov 29 21:12:27 2005 UTC (6 years, 2 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +24 -9 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.25: download - view: text, markup, annotated - select for diffs
Mon Jun 28 02:18:58 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +11 -11 lines
* Update to 1.7 * Build the chrome and component registries in a pkg-install script so that the resulting paths are correct [1] For a list of all the changes in 1.7, see http://www.mozilla.org/releases/mozilla1.7. This port features support for the GSSAPI extension as well as optional gnome-vfs support. PR: 65590 [1] Submitted by: thierry [1]
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Mar 11 06:37:24 2004 UTC (7 years, 11 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +37 -1 lines
Merge some fixes from mozilla-devel. * Allow one to override JPI_LIST * Fix some potential lock-ups related to esound * Fix some potential pthread problems * Fix libiconv support * Use built-in libical * Use included libart_lgpl * Use SIZE
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Jan 17 05:24:17 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -5 lines
Update to 1.6. For all the juicy details, please see: http://www.mozilla.org/releases/mozilla1.6/
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Oct 19 03:44:15 2003 UTC (8 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -5 lines
Update Mozilla to 1.5, and adjust the dependent ports accordingly. Note, mozilla-devel has not been updated since it would cause INDEX conflicts with the GTK2 port.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Oct 11 20:30:54 2003 UTC (8 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +5 -5 lines
* Update to 1.4.1 * Add new CLI options to mozilla startup script [1] * Make XMLTerm optional [2] * Don't accidentally include mozilla in the plist twice [3] PR: 55412 [1] 55330 [2] 56210 [3] Submitted by: bland [1] [2]
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jul 1 06:14:02 2003 UTC (8 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +7 -16 lines
* Update to 1.4 * Mark IGNORE on Alpha -STABLE
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Apr 4 07:04:20 2003 UTC (8 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +8 -8 lines
* Update to 1.3 * Default to building with -O2 optimizations [1] * Fix a bug where dead keys could not be used [2] PR: 49010 [2] Obtained from: www/phoenix [1] http://bugzilla.mozilla.org/show_bug.cgi?id=176713 [2]
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jan 21 16:36:12 2003 UTC (9 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +9 -22 lines
At last, the long awaited update to 1.2.1. Let the bloodbath begin! * Update to 1.2.1 * Add optional GTK2 and Xft support * Re-enable optimizations [1] * Disable JavaScript debugger by default [1] * Add calendar support [2] PR: 45789, 45969 [2] Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net> [2] Suggested by: David Schultz <dschultz@uclink.Berkeley.EDU>
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon May 13 07:08:34 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +8 -20 lines
Update to 1.0.rc2. The Chatzilla buffer overflow is still there, so disable Chatzilla by default.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri May 10 21:08:15 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +23 -8 lines
Whoops, commit the patch, not just the skeleton Makefile.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Mar 12 18:16:07 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -17 lines
Long awaited 0.9.9 update. For some reason configure doesn't pick up our request to enable chatzilla, therefore it is not enabled now - the issue is under investigation, but anybody is free to smash maintainers with a relevant patch.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Feb 15 18:44:15 2002 UTC (9 years, 11 months ago) by reg
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -9 lines
Clean up this port, including GCing old configure options and making patches more acceptable to mozilla.org. Hopefully these will make it into 0.9.9. Add a hack to minimise the number of files extracted. Merge in the patches from the mozilla+ipv6 port. Submitted by: sumikawa (mozilla+ipv6)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 26 10:21:21 2001 UTC (10 years, 1 month ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +11 -19 lines
Update to 0.9.7.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Nov 21 16:27:43 2001 UTC (10 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +23 -15 lines
Update to 0.9.6. Surprisingly, this update doesn't break Galeon/Nautilus.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Aug 7 11:52:15 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -7 lines
Update to 0.9.3. Submitted by: sf
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jul 2 13:55:42 2001 UTC (10 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +10 -10 lines
Update to 0.9.2. PR: 28610 Submitted by: Nick Sayer <nsayer@quack.kfu.com>, sf
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue May 22 08:11:38 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +21 -10 lines
Update to 0.9.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri May 18 05:43:16 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -21 lines
Downgrade to 0.8.1 until numerous reported problems are fixed.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 17 08:15:36 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +21 -10 lines
Update to 0.9. Not objected to by: gnome@FreeBSD.org
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Feb 16 17:29:24 2001 UTC (10 years, 11 months ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
Update to 0.8. No major changes in the port, only regenerated patches. patch-ao was merged in a slightly different form.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jan 22 01:23:18 2001 UTC (11 years ago) by reg
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Add PSM support. Submitted by: nsayer Remove use of libgcc_r, since it was so uncerimoniously removed. If this doesn't work on -stable, then -stable is broken, and someone needs to fix it... Submitted by: Roman Shterenzon <roman@xpert.com> Use sched_getpriority_max(), instead of hard coded value. Submitted by: Peter Haight <peterh@sapros.com>, dufault Revise pkg-comment and pkg-descr. PR: 24296 Submitted by: roam Enable SVG support, and disable C++ exceptions (since they will only slow things down).
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Dec 21 19:40:44 2000 UTC (11 years, 1 month ago) by reg
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +26 -8 lines
Explictly link against libgcc_r, to work around bugs in 4.2-RELEASE onwards and -CURRENT. I'm still not sure why the bug was exposed only recently, but it is due to libstdc++ being linked without the -nostdlib option (causing it to be statically linked against libgcc even for the threaded case). Thanks to Andrew Bliznak <andrew@ort.lviv.net> for testing this.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 21 02:36:51 2000 UTC (11 years, 9 months ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +13 -11 lines
Update to M15.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jan 29 08:51:37 2000 UTC (12 years ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +17 -6 lines
Update to M13. Gentlemen, start your T1s.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Nov 11 20:16:20 1999 UTC (12 years, 3 months ago) by jim
Branches: MAIN
CVS tags: RELEASE_3_4_0
Update to Milestone 10. PR: 14272 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
