CVS log for ports/www/mozilla/Attic/Makefile
Up to [FreeBSD] / ports / www / mozilla
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.235
Sat Jan 1 14:09:08 2011 UTC (13 months, 1 week ago) by beat
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.234: +1 -1 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.234: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:44:56 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.233: preferred, colored
Changes since revision 1.233: +1 -1 lines
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
Revision 1.233: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:45:00 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.232: preferred, colored
Changes since revision 1.232: +1 -1 lines
- update to jpeg-8
Revision 1.232: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:56:30 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.231: preferred, colored
Changes since revision 1.231: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated Requested by: edwin
Revision 1.231: 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.230: preferred, colored
Changes since revision 1.230: +1 -1 lines
- Give Maintainership up to the Gecko Gang (gecko@)
Revision 1.230: 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
CVS tags: RELEASE_7_2_0
Diff to: previous 1.229: preferred, colored
Changes since revision 1.229: +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.229: download - view: text, markup, annotated - select for diffs
Fri Apr 10 05:56:10 2009 UTC (2 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.228: preferred, colored
Changes since revision 1.228: +3 -2 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.228: download - view: text, markup, annotated - select for diffs
Sat Jan 10 02:45:43 2009 UTC (3 years, 1 month ago) by mezz
Branches: MAIN
Diff to: previous 1.227: preferred, colored
Changes since revision 1.227: +2 -19 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.227: download - view: text, markup, annotated - select for diffs
Mon Jun 30 20:16:22 2008 UTC (3 years, 7 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.226: preferred, colored
Changes since revision 1.226: +2 -2 lines
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)
Revision 1.226: 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.225: preferred, colored
Changes since revision 1.225: +1 -1 lines
Restore previous PORTREVISIONs that were decremented as part of the gettext bump. Reported by: iKris
Revision 1.225: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:07:02 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.224: preferred, colored
Changes since revision 1.224: +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.224: download - view: text, markup, annotated - select for diffs
Wed Apr 23 05:52:45 2008 UTC (3 years, 9 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.223: preferred, colored
Changes since revision 1.223: +1 -1 lines
Mask FP_X_DNML not only on i386, but also on amd64. Bump the PORTREVISION. Obtained from: delphij's committed on thunderbird.
Revision 1.223: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:54:10 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.222: preferred, colored
Changes since revision 1.222: +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.222: download - view: text, markup, annotated - select for diffs
Mon Jan 21 22:19:52 2008 UTC (4 years ago) by marius
Branches: MAIN
Diff to: previous 1.221: preferred, colored
Changes since revision 1.221: +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.221: download - view: text, markup, annotated - select for diffs
Sat Sep 29 08:33:40 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +5 -2 lines
Mark this as broken on amd64-current and sparc64-current. It's deprecated, anyways. While here, hush up complaints from conditional bsd.perl.mk install.
Revision 1.220: download - view: text, markup, annotated - select for diffs
Sat May 19 20:25:13 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.219: preferred, colored
Changes since revision 1.219: +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.219: download - view: text, markup, annotated - select for diffs
Tue Mar 20 18:12:47 2007 UTC (4 years, 10 months ago) by ahze
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +1 -1 lines
- Back PORTREVISION back to 2 from GNOME 2.18 merge Spotted by: Scott Allendorf <scott-allendorf@uiowa.edu>
Revision 1.218: download - view: text, markup, annotated - select for diffs
Mon Mar 19 05:13:49 2007 UTC (4 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +2 -3 lines
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico.
Revision 1.217: download - view: text, markup, annotated - select for diffs
Fri Mar 16 15:29:02 2007 UTC (4 years, 10 months ago) by ahze
Branches: MAIN
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +4 -0 lines
- Mark DEPRECATED with no expression date
Revision 1.216: download - view: text, markup, annotated - select for diffs
Thu Jan 18 22:37:11 2007 UTC (5 years ago) by mezz
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +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.215: download - view: text, markup, annotated - select for diffs
Wed Nov 1 13:20:10 2006 UTC (5 years, 3 months ago) by ahze
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +1 -1 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.214: 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: RELEASE_6_2_0
Diff to: previous 1.213: preferred, colored
Changes since revision 1.213: +2 -4 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.213: download - view: text, markup, annotated - select for diffs
Sat Apr 22 20:55:12 2006 UTC (5 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.212: preferred, colored
Changes since revision 1.212: +2 -2 lines
* Update to 1.7.13 * Do not run mozilla -register during installation
Revision 1.212: 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.211: preferred, colored
Changes since revision 1.211: +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.211: download - view: text, markup, annotated - select for diffs
Wed Mar 15 11:43:57 2006 UTC (5 years, 10 months ago) by ahze
Branches: MAIN
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +2 -3 lines
- Add support for USE_GECKO=xulrunner - Remove quotes around BROKEN - Remove USE_REINPLACE
Revision 1.210: download - view: text, markup, annotated - select for diffs
Sun Jan 8 19:44:29 2006 UTC (6 years, 1 month ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.209: preferred, colored
Changes since revision 1.209: +2 -0 lines
Mark not for ia64 since regchrome (and the application itself) dumps core. Reported by: pointyhat via kris
Revision 1.209: download - view: text, markup, annotated - select for diffs
Mon Dec 5 18:55:34 2005 UTC (6 years, 2 months ago) by ahze
Branches: MAIN
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +8 -1 lines
- Remove isp stuff if build with mail
Revision 1.208: download - view: text, markup, annotated - select for diffs
Fri Dec 2 05:30:00 2005 UTC (6 years, 2 months ago) by mezz
Branches: MAIN
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +1 -1 lines
Fix all those ports to find libnssckbi.so in the correct place to allow those SSL certificates work again. Somehow, this patch was lost in the big change, so bring it back. Bump PORTREVISION on all of those ports. PR: ports/89796 Reported by: Christoph Moench-Tegeder <cmt@burggraben.net>
Revision 1.207: 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
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +35 -264 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.206: download - view: text, markup, annotated - select for diffs
Sat Nov 5 06:20:20 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +20 -19 lines
* Chase the glib20 shared lib version * Disable cairo support as the new cairo API does not work with mozilla
Revision 1.205: download - view: text, markup, annotated - select for diffs
Thu Oct 27 00:06:23 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +2 -1 lines
Replace /usr/X11R6 with ${X11BASE} to fix the build with non-default
base paths.
Reported by: pointyhat via kris
Revision 1.204: download - view: text, markup, annotated - select for diffs
Sun Sep 25 00:59:25 2005 UTC (6 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +2 -2 lines
Update to 1.7.12. See http://www.mozilla.org/releases/mozilla1.7.12/README.html#new for a list of the fixes in this release. Security: Many important security bugs were fixed. See the URL above for more details.
Revision 1.203: download - view: text, markup, annotated - select for diffs
Fri Sep 23 20:42:37 2005 UTC (6 years, 4 months ago) by mezz
Branches: MAIN
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +4 -7 lines
- Fix the sed for libesd and kill the major version of library (libesd.so.2 -> libesd.so). [1] - Update Java plugins by remove old and correct Java 1.5 plugin path. [2] - Bump the PORTREVISION. PR: ports/86430 [1] Submitted by: Mark Hobden <markhobden@gmail.com> [1] glewis [2]
Revision 1.202: download - view: text, markup, annotated - select for diffs
Sat Sep 10 17:24:30 2005 UTC (6 years, 5 months ago) by pav
Branches: MAIN
Diff to: previous 1.201: preferred, colored
Changes since revision 1.201: +1 -1 lines
- Patch a security vulnerability (DoS, remote execution) in IDN (internationalized domain names) subsystem, also known as "hyphen domain name bug" Submitted by: Marcus Grando Obtained from: Mozilla Project CVS, https://bugzilla.mozilla.org/show_bug.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&id=307259 Security: CAN-2005-2871 http://secunia.com/advisories/16764/
Revision 1.201: download - view: text, markup, annotated - select for diffs
Sun Aug 28 19:04:20 2005 UTC (6 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +4 -2 lines
* Update to 1.7.11 * Fix IDL installation * Correct a crash that can occur when closing windows with newer versions of GTK+
Revision 1.200: download - view: text, markup, annotated - select for diffs
Tue Jul 26 04:12:36 2005 UTC (6 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +11 -0 lines
Install IDL files into ${PREFIX}/share/idl/mozilla.
PR: 84022
Submitted by: thierry (with modifications by jylefort)
Revision 1.199: download - view: text, markup, annotated - select for diffs
Thu Jul 21 23:57:10 2005 UTC (6 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +3 -4 lines
Update to 1.7.10 which fixes a number of security vulnerabilities. Submitted by: Matthew Luckie <mjl@luckie.org.nz> Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html#Mozilla for the list of fixed security issues
Revision 1.198: download - view: text, markup, annotated - select for diffs
Thu May 12 07:55:52 2005 UTC (6 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.197: preferred, colored
Changes since revision 1.197: +2 -2 lines
- Update to 1.7.8 This release fixes 2 critical vulnerabilities Release notes: http://www.mozilla.org/releases/mozilla1.7.8/ Security notes: http://www.mozilla.org/projects/security/known-vulnerabilities.html#Mozilla
Revision 1.197: download - view: text, markup, annotated - select for diffs
Thu Apr 28 22:46:29 2005 UTC (6 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +1 -1 lines
- Quote line to fix build on pointyhat Repointed by: pointyhat via kris
Revision 1.196: download - view: text, markup, annotated - select for diffs
Tue Apr 26 19:30:54 2005 UTC (6 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.195: preferred, colored
Changes since revision 1.195: +6 -16 lines
- Install .desktop file in share/applications instead of share/gnome/applications so we can remove the gnomehier dependency so non-gnome users don't have to install a bunch of un-needed gnome directories. - Remove WITH_MENU option from mozilla[-devel], .desktop file will always be installed now.
Revision 1.195: download - view: text, markup, annotated - select for diffs
Sat Apr 16 17:37:36 2005 UTC (6 years, 9 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +4 -3 lines
- Move "DISTFILES+=libart_lgpl-1${EXTRACT_SUFX}:local" below bsd.port.pre.mk
so it will work with OPTIONS.
Revision 1.194: download - view: text, markup, annotated - select for diffs
Sat Apr 16 05:46:14 2005 UTC (6 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +7 -7 lines
- Update to 1.7.7 - Re-enable cups
Revision 1.193: download - view: text, markup, annotated - select for diffs
Wed Apr 6 19:02:24 2005 UTC (6 years, 10 months ago) by ahze
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +4 -3 lines
- Add WITH_CAIRO_RENDER to OPTIONS, off by default This option uses cairo for SVG rendering instead of libart - Re-word one option that doesn't fit in dialog window. PR: ports/79590 Submitted by: danfe
Revision 1.192: download - view: text, markup, annotated - select for diffs
Mon Apr 4 05:44:15 2005 UTC (6 years, 10 months ago) by ahze
Branches: MAIN
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +1 -1 lines
Switch one last WITH_MENU_ENTRY to !WITHOUT_MENU_ENTRY
Revision 1.191: download - view: text, markup, annotated - select for diffs
Sat Apr 2 16:52:53 2005 UTC (6 years, 10 months ago) by ahze
Branches: MAIN
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +33 -51 lines
- cleanup and remove pre-everything line since calendar has been in freebsd for over two years. - Remove mng support, this has'nt worked in a long long time
Revision 1.190: download - view: text, markup, annotated - select for diffs
Fri Mar 25 06:01:48 2005 UTC (6 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +25 -13 lines
* Update to 1.7.6 to fix security issues (see http://www.vuxml.org/freebsd/7d2aac52-9c6b-11d9-99a7-000a95bc6fae.html for more details) * Add a better startup script [1] Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Approved by: portmgr (implicit)
Revision 1.189: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:53:10 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared lib version change.
Revision 1.188: download - view: text, markup, annotated - select for diffs
Thu Mar 10 18:50:30 2005 UTC (6 years, 11 months ago) by ahze
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +1 -0 lines
_ Add redundant BUILD_DEPENDS for graphics/cairo to check for cairo-xlib.h since cairo can be installed without X11.
Revision 1.187: download - view: text, markup, annotated - select for diffs
Thu Mar 10 00:43:23 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +2 -0 lines
Update freetype2 to 2.1.9, and patch Mozilla and friends accordingly. Note: since 2.1.9 is ABI compatible with 2.1.7, no recompilation is necessary. PR: 78385 Submitted by: lesi
Revision 1.186: download - view: text, markup, annotated - select for diffs
Sun Feb 13 07:20:57 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +0 -1 lines
The pkg-message is no longer appropriate, so remove it.
Revision 1.185: download - view: text, markup, annotated - select for diffs
Sun Feb 13 07:17:23 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +4 -0 lines
Use gnomehier when installing the GNOME desktop item to fix plist problems. Reported by: pointyhat via kris
Revision 1.184: download - view: text, markup, annotated - select for diffs
Fri Dec 24 18:25:44 2004 UTC (7 years, 1 month ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +1 -0 lines
* Fix external URI loaders by loading the correct version of the GNOME libraries. This means Mozilla's GNOME integration (i.e. GConf) should now work [1] * Fix i18n support when invoking Mozilla, and add atsdsp support [2] * Port all fixes to mozilla-devel PR: 75428 [2] Reported by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1] Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [2]
Revision 1.183: download - view: text, markup, annotated - select for diffs
Thu Dec 23 02:23:45 2004 UTC (7 years, 1 month ago) by adamw
Branches: MAIN
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +2 -1 lines
Enable installation of the .desktop file by default, and
ensure that ${PREFIX}/share/gnome/applications exists.
Revision 1.182: download - view: text, markup, annotated - select for diffs
Thu Dec 23 01:53:11 2004 UTC (7 years, 1 month ago) by adamw
Branches: MAIN
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +12 -1 lines
Add an OPTIONS entry that installs a .desktop entry for mozilla. I used the contents of epiphany.desktop to generate the translations. I hope none of my fellow GNOME Translation Project team members object to having their translations bastardized like this. I don't know whether .desktop entries can contain comments, so there's nothing attributing their work in there right now. I'll let this percolate in here for a bit, and if successful, I'll add it to moz-devel, firefox, and thunderbird.
Revision 1.181: download - view: text, markup, annotated - select for diffs
Sun Dec 19 20:02:25 2004 UTC (7 years, 1 month ago) by marcus
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +10 -16 lines
* Update to 1.7.5 * Add i18n support [1] * Don't delete lib/browser_plugins if it was installed by another instance of Mozilla [2] PR: 73841 [1] Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1] ahze [2]
Revision 1.180: download - view: text, markup, annotated - select for diffs
Sat Dec 4 09:47:25 2004 UTC (7 years, 2 months ago) by marcus
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +2 -1 lines
Be sure to create the browser_plugins during package install as well. Some ports (e.g. www/ump) depend on this directory being there. Reported by: pointyhat via kris
Revision 1.179: download - view: text, markup, annotated - select for diffs
Wed Nov 10 11:59:14 2004 UTC (7 years, 3 months ago) by ahze
Branches: MAIN
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +2 -0 lines
Don't install movemail fix if built with WITHOUT_MAILNEWS Pointed out by: pav Approved by: pav (co mentor)
Revision 1.178: download - view: text, markup, annotated - select for diffs
Tue Nov 9 07:48:41 2004 UTC (7 years, 3 months ago) by ahze
Branches: MAIN
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +20 -7 lines
- Install isp directory to fix Movemail support [1] - Add WITH_CAIRO_RENDER knob that uses cairo for SVG rendering that replaces SVG rendering from libart. Pointed out by: marcus [1] Approved by: marcus (co mentor)
Revision 1.177: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:24:21 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +12 -11 lines
Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact). This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson <ahze@FreeBSD.org>). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer <klammer@webonaut.com> Piotr Smyrak <piotr.smyrak@heron.pl> Radek Kozlowski <radek@raadradd.com> Khairil Yusof <kaeru@pd.jaring.my> Yasuda Keisuke <kysd@po.harenet.ne.jp> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Vladimir Grebenschikov <vova@fbsd.ru> GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer <klammer@webonaut.com> and Radek Kozlowski <radek@raadradd.com>. As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY!
Revision 1.176: download - view: text, markup, annotated - select for diffs
Mon Oct 25 16:17:08 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +2 -2 lines
Fix a botched patch on my part. Now that we're doing the substitution in pre-install, we need to do it to different files. Reported by: nork
Revision 1.175: download - view: text, markup, annotated - select for diffs
Sun Oct 24 02:38:40 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +3 -3 lines
Move REINPLACE_CMD up from do-install to pre-install so no .bak files are left behind after pkg_delete. PR: 73054 Submitted by: Michael Johnson <ahze@ahze.net>
Revision 1.174: download - view: text, markup, annotated - select for diffs
Thu Oct 21 03:35:24 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +4 -4 lines
Don't add -gtk1 twice to the pkg-config files. Spotted by: Michael Johnson <ahze@ahze.net>
Revision 1.173: download - view: text, markup, annotated - select for diffs
Tue Oct 12 20:32:34 2004 UTC (7 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +2 -2 lines
Fix some more installation-blocking typos missed in the back-port from 1.7.3. PR: 72594 Submitted by: Nicolas Rachinsky <nr@rachinsky.de>
Revision 1.172: download - view: text, markup, annotated - select for diffs
Tue Oct 12 16:45:45 2004 UTC (7 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +6 -4 lines
Fix a bug with installation. Somehow I forgot to do the install step during pre-install. This patch was taken from mozilla-devel. PR: 72571
Revision 1.171: download - view: text, markup, annotated - select for diffs
Tue Oct 12 00:07:10 2004 UTC (7 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +18 -9 lines
Adapt the "fake" installation system from Firefox to create a more supportable Mozilla installation hierarchy. This will be needed to reliably build newer versions of Galeon and Epiphany. Thanks to adamw for helping debug and fix the mozilla-devel version.
Revision 1.170: download - view: text, markup, annotated - select for diffs
Tue Sep 28 03:18:41 2004 UTC (7 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +1 -1 lines
Patch the various recently reported security vulnerabilities in Mozilla. This is being done instead of the update to 1.7.3 since the update breaks all dependent ports, and that many changes is not a good thing to do during a freeze. This update covers the following Mozilla bugs: 245066 226669 250862 255067 256316 257317 258005 Thanks to nectar for scraping all of these patches together. Obtained from: Mozilla CVS Approved by: portmgr (implicit)
Revision 1.169: download - view: text, markup, annotated - select for diffs
Thu Sep 2 18:22:33 2004 UTC (7 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +1 -1 lines
Fix a problem where passing a URL without a trailing slash can stop Mozilla from launching. See http://bugzilla.mozilla.org/show_bug.cgi?id=242123 for more details. PR: 69937 Sbumitted by: Sean Farley <sean-freebsd@farley.org>
Revision 1.168: download - view: text, markup, annotated - select for diffs
Sun Aug 8 07:07:35 2004 UTC (7 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +4 -1 lines
Update to 1.7.2 to fix a few security vulnerabilities, and add a pkg-deinstall script to clean up left over automatically-generated files.
Revision 1.167: download - view: text, markup, annotated - select for diffs
Sun Jul 18 19:12:00 2004 UTC (7 years, 6 months ago) by adamw
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +1 -1 lines
Update to 1.7.1.
Revision 1.166: download - view: text, markup, annotated - select for diffs
Thu Jul 1 21:17:02 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +1 -1 lines
Allow MOZ_SUFX to be overridden to fix the build of galeon. Reported by: pointyhat via kris
Revision 1.165: 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
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +102 -78 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.164: download - view: text, markup, annotated - select for diffs
Mon Apr 5 03:30:58 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +1 -1 lines
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Revision 1.163: download - view: text, markup, annotated - select for diffs
Fri Mar 19 03:45:20 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +0 -0 lines
Forced commit to note why we don't build with a bind port that has overridden the base. To quote from eik: [Bind] overwrites /usr/include/netdb.h and give a wrong definition for `h_errno' when _REENTRANT is defined. This causes link errors where `__h_errno' is undefined. Requested by: linimon
Revision 1.162: download - view: text, markup, annotated - select for diffs
Fri Mar 19 03:14:55 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +6 -0 lines
Borrow from the OpenLDAP ports, and refuse to build if bind has been installed with PORT_REPLACES_BASE_BIND defined. PR: 61756 Obtained from: OpenLDAP ports
Revision 1.161: download - view: text, markup, annotated - select for diffs
Tue Mar 16 22:54:02 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +1 -1 lines
Chase the new location of libXft.
Revision 1.160: download - view: text, markup, annotated - select for diffs
Thu Mar 11 06:38:55 2004 UTC (7 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +0 -4 lines
Actually remove libical dependency.
Revision 1.159: download - view: text, markup, annotated - select for diffs
Thu Mar 11 06:38:26 2004 UTC (7 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +1 -1 lines
s|/usr/bin/sort|${SORT}|
Revision 1.158: download - view: text, markup, annotated - select for diffs
Thu Mar 11 06:37:23 2004 UTC (7 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +22 -11 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.157: download - view: text, markup, annotated - select for diffs
Wed Feb 18 03:50:36 2004 UTC (7 years, 11 months ago) by adamw
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +7 -7 lines
GTK2 mozilla is now the default, and GTK1 support will be built only if explicitly
requested.
This means that mozilla-gtk2 and mozilla-devel-gtk2 are now mozilla and
mozilla-devel, respectively; and the old mozilla and mozilla-devel are now
mozilla-gtk1 and mozilla-devel-gtk1.
This is done for a whole plethora of reasons, and should please everybody
except galeon1 fanatics and uhm... anybody else who it doesn't please.
If you have WITH_MOZILLA set in your /etc/make.conf, you'll need to update
the value accordingly. GTK2 ports will automatically install GTK2 mozilla,
and GTK1 ports will automatically install GTK1 ports, so WITH_MOZILLA need
be defined only if you want the development version... which are dormant
right now anyway.
For now, all ports that honoured WITH_MOZILLA=mozilla-{,-devel}-gtk2 will
still honour those values as well as WITH_MOZILLA=mozilla{,-devel}, but
future ports reserve the right to ignore the *-gtk2 values.
Revision 1.156: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:09:31 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
Revision 1.155: download - view: text, markup, annotated - select for diffs
Thu Jan 22 12:18:41 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +2 -2 lines
Use the CPIO macro defined in bsd.port.mk.
Revision 1.154: download - view: text, markup, annotated - select for diffs
Sun Jan 18 07:27:02 2004 UTC (8 years ago) by adamw
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +11 -1 lines
Remove mozilla-headers. This integrates the headers from mozilla-headers and mozilla-headers-devel into mozilla and mozilla-devel.
Revision 1.153: 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.152: preferred, colored
Changes since revision 1.152: +22 -24 lines
Update to 1.6. For all the juicy details, please see: http://www.mozilla.org/releases/mozilla1.6/
Revision 1.152: download - view: text, markup, annotated - select for diffs
Mon Nov 24 01:20:39 2003 UTC (8 years, 2 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +2 -0 lines
Don't build these ports on amd64. Approved by: portmgr (implicit)
Revision 1.151: download - view: text, markup, annotated - select for diffs
Sat Nov 15 02:18:30 2003 UTC (8 years, 2 months ago) by marcus
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +7 -1 lines
Only add the plug-in symlink to the plist if we're actually going to create it. This fixes a packaging problem on bento. Also, break out of the for loop once we find a suitable plug-in.
Revision 1.150: download - view: text, markup, annotated - select for diffs
Tue Nov 11 22:59:38 2003 UTC (8 years, 3 months ago) by glewis
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +1 -0 lines
. Still look in ${LOCALBASE}/jdk1.4.1 for the plugin so users don't have to
upgrade their JDK if they don't want to.
Submitted by: Jeremy Messenger <mezz7@cox.net>
Revision 1.149: download - view: text, markup, annotated - select for diffs
Tue Nov 11 22:51:26 2003 UTC (8 years, 3 months ago) by glewis
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +2 -2 lines
. Look in ${LOCALBASE}/jdk1.4.2 for the JDK 1.4 plugin.
Approved by: marcus
Revision 1.148: download - view: text, markup, annotated - select for diffs
Tue Nov 11 04:10:19 2003 UTC (8 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +27 -17 lines
* Try to auto-detect the best Java plug-in [1] * Remove all spaces (or convert them to tabs) PR: 58849 [1] Inspired by: glewis [1]
Revision 1.147: download - view: text, markup, annotated - select for diffs
Sat Nov 1 21:51:07 2003 UTC (8 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +14 -12 lines
* Update mozilla-devel to 1.6a * Install pkg-config files for both the GTK1 and GTK2 versions of Mozilla * Update dependent browsers accordingly
Revision 1.146: download - view: text, markup, annotated - select for diffs
Sun Oct 19 03:44:14 2003 UTC (8 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +3 -2 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.145: 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.144: preferred, colored
Changes since revision 1.144: +13 -7 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.144: download - view: text, markup, annotated - select for diffs
Sat Sep 6 18:34:37 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +7 -0 lines
Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places.
This should help the KSE and libthr people use these applications (plus it
lets them build on -CURRENT).
Revision 1.143: 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
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +4 -4 lines
* Update to 1.4 * Mark IGNORE on Alpha -STABLE
Revision 1.142: download - view: text, markup, annotated - select for diffs
Sun Jun 1 01:18:48 2003 UTC (8 years, 8 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +3 -5 lines
* Add FreeBSD Alpha support! [1] * Fix some 64-bit problems with the nspr and JavaScript code [2] Special thanks to Bernd Walter <ticso@cicely.de> for [1] who put together the patch set based on work from gallatin. Submitted by: Bernd Walter <ticso@cicely.de> [1] tmm [2]
Revision 1.141: download - view: text, markup, annotated - select for diffs
Thu May 8 19:44:40 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +2 -2 lines
Update to 1.3.1.
Revision 1.140: download - view: text, markup, annotated - select for diffs
Thu May 1 16:01:10 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +2 -0 lines
Make sure Xft support is really disabled if one defines WITHOUT_XFT. PR: 51595 Submitted by: Seva Gluschenko <gvs@rinet.ru>
Revision 1.139: download - view: text, markup, annotated - select for diffs
Wed Apr 16 17:03:28 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +1 -1 lines
Spell PKGNAMESUFFIX with one 'E'.
Revision 1.138: download - view: text, markup, annotated - select for diffs
Wed Apr 16 03:40:36 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +1 -0 lines
Add a PKGNAMESUFFIX when building with GTK+-2 support to avoid potential INDEX duplication.
Revision 1.137: download - view: text, markup, annotated - select for diffs
Mon Apr 14 19:48:00 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +2 -2 lines
Do not enable -O2 optimization by default. Instead, allow the user to enable it by specifying -DWITH_OPTIMIZED_CFLAGS or definining WITH_OPTIMIZED_CFLAGS in /etc/make.conf. Note, this is the same flag mplayer users. Requested by: sobomax
Revision 1.136: download - view: text, markup, annotated - select for diffs
Mon Apr 14 14:01:03 2003 UTC (8 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +9 -4 lines
* Fix a problem where non Xft fonts (such as Helvetica) would cause Mozilla to crash [1] * Fix a problem connecting to certain IPv6 sites [2] * Disable more tests to speed compilation Submitted by: Alexander N. Kabaev <ak03@gte.com> [1] Hiroharu Tamaru <tamaru@myn.rcast.u-tokyo.ac.jp> [2] Obtained from: http://bugzilla.mozilla.org/show_bug.cgi?id=186745 [2]
Revision 1.135: download - view: text, markup, annotated - select for diffs
Thu Apr 10 21:09:06 2003 UTC (8 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +2 -0 lines
s/<malloc.h>/<stdlib.h>/g Reported by: scottl
Revision 1.134: 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
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +32 -14 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.133: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:12:45 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +1 -0 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.132: download - view: text, markup, annotated - select for diffs
Tue Feb 18 04:51:27 2003 UTC (8 years, 11 months ago) by anholt
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +1 -6 lines
Remove the renaming of Xft headers and library from the Xft (Xft2) port. Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus
Revision 1.131: download - view: text, markup, annotated - select for diffs
Fri Feb 14 04:26:39 2003 UTC (8 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +1 -1 lines
Fix the ${MASTER_SITE_LOCAL} group so that it correctly makes use of
${MASTER_SITE_LOCAL}. This should fix the libart fetch problem with
the Taiwan FTP server.
Reported by: many
Revision 1.130: download - view: text, markup, annotated - select for diffs
Fri Feb 7 19:21:08 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +1 -2 lines
Chase gtk20's shared lib version.
Revision 1.129: download - view: text, markup, annotated - select for diffs
Sun Feb 2 04:45:47 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +1 -0 lines
Remove the lib/browser_plugins directory. Reported by: bento
Revision 1.128: download - view: text, markup, annotated - select for diffs
Sat Jan 25 21:53:38 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +1 -0 lines
FreeBSD requires Mozilla components to be linked with -Bsymbolic so to avoid symbol clashes with, for example, libexpat. This will allow Mozilla and more precisely, Galeon 2, to work with GTK 2.2.
Revision 1.127: download - view: text, markup, annotated - select for diffs
Sat Jan 25 07:48:35 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +1 -0 lines
Disable Xft support in the master Mozilla port if WITH_GTK2 is defined. This is consistent with the behavior in mozilla-devel.
Revision 1.126: download - view: text, markup, annotated - select for diffs
Tue Jan 21 16:36:12 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +107 -25 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.125: download - view: text, markup, annotated - select for diffs
Wed Nov 27 22:48:53 2002 UTC (9 years, 2 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +1 -1 lines
Fix the startup script so that it can accept option arguments. This fixes a problem with starting Mozilla from the KDE dock if another instance of Mozilla is already running. Tested by: Vivek Khera <vivek@khera.org> Approved by: portmgr (kris)
Revision 1.124: download - view: text, markup, annotated - select for diffs
Sun Nov 24 00:24:03 2002 UTC (9 years, 2 months ago) by marcus
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2 lines
Make the Mozilla startup scripts a little smarter. Instead of launching a new Mozilla instance each time, check to see if one already exists, and if so, spawn a new browser tab in the current window. PR: 45610 Submitted by: Nick Jennings
Revision 1.123: download - view: text, markup, annotated - select for diffs
Wed Oct 23 18:25:37 2002 UTC (9 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +3 -4 lines
Remove an extra blank line. PR: 44418 Submitted by: Eric J. Christeson <echriste@ndsuext.nodak.edu>
Revision 1.122: download - view: text, markup, annotated - select for diffs
Wed Oct 23 16:13:29 2002 UTC (9 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +6 -6 lines
Properly handle if blocks in the Makefile. Submitted by: daichi
Revision 1.121: download - view: text, markup, annotated - select for diffs
Wed Oct 23 04:43:14 2002 UTC (9 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +11 -6 lines
* Fix a problem with plugins not actually loading * Hopefully correct some issues with installs erroring out with Error 1
Revision 1.120: download - view: text, markup, annotated - select for diffs
Tue Oct 22 06:54:45 2002 UTC (9 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +1 -1 lines
Add a missing '!' to the test for the browser_plugins dir. We only want to create the directory if one doesn't exist. PR: 44373
Revision 1.119: download - view: text, markup, annotated - select for diffs
Tue Oct 22 03:42:20 2002 UTC (9 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +34 -17 lines
This commit includes:
* mozilla-*vendor ports (currently for Mozilla 1.0.1)
* mozilla* ports (currently for Mozilla 1.1)
* mozilla-*devel ports (currently for Mozilla 1.2b)
Special thanks goes to trevor for auto-generating plist patches, cy for
pointing out that the Mozilla startup scripts need to be tailored for
each version of Mozilla, grog for suggesting that some verbage needs to
be added to explain the Java plugin messages at startup, and John
Merryweather Cooper for suggesting a common plugin directory. Of course,
thanks also goes to the user community for suggestions and support.
These ports offer:
* Complete coexistence with each other
* A universal ${PREFIX}/lib/browser_plugins directory
* Auto-generated plists for ease of maintenance
* More accurate pkg-descr's
* A pkg-message pointing users to java/jdk13 for the Java plugin
PR: 42870 42941
Reviewed by: ports gnome
Revision 1.118: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:48:07 2002 UTC (9 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +1 -3 lines
Add modified patch from Mozilla CVS to correct the recent security hole. Un-forbid the port.
Revision 1.117: download - view: text, markup, annotated - select for diffs
Thu Oct 17 14:44:55 2002 UTC (9 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +2 -0 lines
Mark forbidden due to security hole reported at http://www.mozillazine.org/talkback.html?article=2467. Submitted by: trevor
Revision 1.116: download - view: text, markup, annotated - select for diffs
Fri Sep 27 05:56:59 2002 UTC (9 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +1 -0 lines
Bump PORTREVISION after last commit.
Revision 1.115: download - view: text, markup, annotated - select for diffs
Fri Sep 27 05:56:23 2002 UTC (9 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +1 -1 lines
Disable Chatzilla by default. The old buffer overflow is still present in 1.0.1. Submitted by: trevor
Revision 1.114: download - view: text, markup, annotated - select for diffs
Wed Sep 11 21:09:03 2002 UTC (9 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +4 -4 lines
Update to 1.0.1. This is a massive bugfix release, and all Mozilla 1.0 users are suggested to upgrade. The full set of release notes can be found at: http://www.mozilla.org/releases/mozilla1.0.1/
Revision 1.113: download - view: text, markup, annotated - select for diffs
Tue Sep 3 20:45:49 2002 UTC (9 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +9 -7 lines
Add mozilla-*-devel after a repo copy from mozilla. NOTE: mozilla-*-devel is now Mozilla 1.1. mozilla-* (without the -devel) is back to Mozilla 1.0. mozilla.org states that 1.1 is their new bleeding edge release, and 1.0 is still the stable release. The release cycle diagram also indicates that a Mozilla 1.0.1 is coming. For all users that upgraded from Mozilla 1.0 to 1.1, be aware that running a blind portupgrade on mozilla will give you mozilla-1.0! If you want to keep Mozilla 1.1, you will have to change the origin of you mozilla ports to point to their -devel counterparts. The -devel ports will install files into -devel directories. Therefore, both mozilla and mozilla-devel can coexist.
Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Aug 28 22:11:36 2002 UTC (9 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +6 -9 lines
Update to 1.1. This fixes the font problem as well as the chatzilla bug. A full list of changes can be found in the Mozilla 1.1 release notes from: http://www.mozilla.org/releases/mozilla1.1/ PR: 42068
Revision 1.111: download - view: text, markup, annotated - select for diffs
Thu Aug 1 05:04:37 2002 UTC (9 years, 6 months ago) by sumikawa
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +1 -1 lines
Don't use mapped IPv6 address when connecting IPv4 node. Submitted by: ume
Revision 1.110: download - view: text, markup, annotated - select for diffs
Tue Jul 23 06:58:38 2002 UTC (9 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +12 -5 lines
* Fix build on -CURRENT * Silence a portlint nit wrt to the order of PORTREVISION in the Makefile * Don't use --enable-reorder on non-i386 archs * Mark BROKEN for now on alpha as there is still a core dump during post-build * Use USE_GNOMENG Submitted by: Peter Kostouros <kpeter@melbpc.org.au> (patch for -CURRENT) me (everything else)
Revision 1.109: download - view: text, markup, annotated - select for diffs
Sat Jul 13 23:49:18 2002 UTC (9 years, 7 months ago) by trevor
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +1 -2 lines
security fix: correct bugs 115788 and 150339 (Mozilla passes requests for huge fonts, leading to loss of X (and probably VNC) session) Obtained from: attachment 87432 on bugzilla.mozilla.org
Revision 1.108: download - view: text, markup, annotated - select for diffs
Sat Jul 13 21:43:47 2002 UTC (9 years, 7 months ago) by trevor
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -0 lines
Forbid because of remote crash.
Revision 1.107: download - view: text, markup, annotated - select for diffs
Thu Jun 6 18:52:31 2002 UTC (9 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +1 -1 lines
Update to 1.0. Yay!
Revision 1.106: download - view: text, markup, annotated - select for diffs
Fri May 24 14:14:53 2002 UTC (9 years, 8 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -3 lines
Update Mozilla to 1.0.rc3 and tweak galeon to compile with it. Special thanks to: Yanko Kaneti <yaneti@indigo.declera.com> for his help in getting Galeon compiling
Revision 1.105: download - view: text, markup, annotated - select for diffs
Sat May 18 22:10:32 2002 UTC (9 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +0 -0 lines
Forced commit. Previous commit was: Submitted by: David Magda <dmagda@magda.ca>
Revision 1.104: download - view: text, markup, annotated - select for diffs
Sat May 18 22:09:26 2002 UTC (9 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +20 -3 lines
Conditionalize mail, news, and LDAP support. All three are still enabled by default.
Revision 1.103: download - view: text, markup, annotated - select for diffs
Wed May 15 03:57:17 2002 UTC (9 years, 9 months ago) by green
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -0 lines
Don't treat the ${WITHOUT_CHATZILLA} (default) build as gratuitously
different from the one with ChatZilla. This means building otherwise
the exact same extensions.
Revision 1.102: download - view: text, markup, annotated - select for diffs
Mon May 13 07:08:29 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +3 -4 lines
Update to 1.0.rc2. The Chatzilla buffer overflow is still there, so disable Chatzilla by default.
Revision 1.101: download - view: text, markup, annotated - select for diffs
Fri May 10 21:03:22 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +1 -1 lines
Really prevent Chatzilla from being installed. Seems the extensions were changed in RC 1. Prompted by: parv <parv@pair.com> Tested by: parv <parv@pair.com>
Revision 1.100: download - view: text, markup, annotated - select for diffs
Thu May 9 01:16:03 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +3 -1 lines
Disable Chatzilla since it contains a buffer overflow as described by http://online.securityfocus.com/archive/1/270249. Reported by: trevor
Revision 1.99: download - view: text, markup, annotated - select for diffs
Sun May 5 20:00:20 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -2 lines
Fix recent security vulnerability in Mozilla, as well as the resulting segmentation fault after the initial patch was applied. See http://sec.greymagic.com/adv/gm001-ns/ for more details on the vulnerability. Obtained from: Mozilla's Bugzilla database (bugs 141061 and 137644)
Revision 1.98: download - view: text, markup, annotated - select for diffs
Fri May 3 14:57:33 2002 UTC (9 years, 9 months ago) by mbr
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -0 lines
Mark forbidden because of security bug. Approved by: no response from: maintainer
Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed May 1 15:02:27 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +4 -3 lines
Change dist site for libart from sobomax's people page to his local-distfiles directory. Prompted by: obrien (and FreeBSD.org admins)
Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Apr 26 04:17:52 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +8 -1 lines
Add a conditional broken message so that people stop asking why Mozilla fails to build when they have freetype 1.x installed. Reviewed by: sobomax Approved by: sobomax
Revision 1.95: download - view: text, markup, annotated - select for diffs
Mon Apr 22 22:26:14 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
Allow libart to be fetched quickly instead of wading through all the MOZILLA dist sites' timeouts.
Revision 1.94: download - view: text, markup, annotated - select for diffs
Mon Apr 22 21:22:49 2002 UTC (9 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -2 lines
Until sobomax copies libart_lgpl-1.0 into his ~public_distfiles dir...
Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Apr 22 17:19:10 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +3 -4 lines
Fix up the port to use the 1.0.rc1 version of the libart dist.
Revision 1.92: download - view: text, markup, annotated - select for diffs
Mon Apr 22 16:58:24 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +3 -4 lines
Update to 1.0.rc1 Reviewed by: sobomax Approved by: sobomax
Revision 1.91: download - view: text, markup, annotated - select for diffs
Mon Apr 15 21:44:48 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +3 -0 lines
Fix the plist when WITHOUT_CHATZILLA is defined. PR: 36193 Reviewed by: sobomax Approved by: sobomax
Revision 1.90: download - view: text, markup, annotated - select for diffs
Sat Apr 13 17:06:28 2002 UTC (9 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -2 lines
Allow installed files to have correct permissions when built by a non-root user. PR: 35980 Submitted by: Alan Eldridge <ports@geeksrus.net> Reviewed by: sobomax Approved by: sobomax
Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Mar 29 07:03:57 2002 UTC (9 years, 10 months ago) by sumikawa
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -1 lines
Multiple IP trying works not only when connection resused but also when timeout. This patch was already commited in mozilla-current and will appear in mozilla-1.0. Obtained from: Bugzilla/126755 http://bugzilla.mozilla.org/show_bug.cgi?id=126755
Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Mar 19 08:41:44 2002 UTC (9 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
Fix displaying of bold/italic truetype fonts. Bump PORTREVISION. PR: 36049 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> Obtained from: Mozilla cvs
Revision 1.87: download - view: text, markup, annotated - select for diffs
Sun Mar 17 14:39:43 2002 UTC (9 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +0 -1 lines
Remove gdk-pixbuf from LIB_DEPENDS - Mozilla doesn't need it anymore. Submitted by: Szilveszter Adam <sziszi@bsd.hu>
Revision 1.86: download - view: text, markup, annotated - select for diffs
Thu Mar 14 20:21:05 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -2 lines
- Re-enable Chatzilla; - remove non-working freetype workaround; - correct name of the freetype library, so that it is easier to get AA fonts working. Bump PORTREVISION.
Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Mar 13 15:45:37 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -1 lines
Fix a typo in previous commit.
Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Mar 13 15:44:41 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -0 lines
Quick'n'dirty hack to prevent freetype1 includes from beint picked instead of freetype2 ones. Reported by: many
Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue Mar 12 18:16:06 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +5 -4 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.82: download - view: text, markup, annotated - select for diffs
Mon Feb 18 20:04:06 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +3 -1 lines
Pre-create symlink to a Java plugin, so that the user only needs to install jdk1.3.1 to make it working. Bump PORTREVISION.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Feb 15 18:44:07 2002 UTC (9 years, 11 months ago) by reg
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +26 -25 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.80: download - view: text, markup, annotated - select for diffs
Thu Feb 7 10:56:05 2002 UTC (10 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +5 -4 lines
Utilize MASTER_SITES grouping.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Feb 5 17:24:00 2002 UTC (10 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -2 lines
Update to 0.9.8.
Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Jan 29 12:08:31 2002 UTC (10 years ago) by knu
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Jan 4 14:18:26 2002 UTC (10 years, 1 month ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +4 -1 lines
Enable Chatzilla (IRC client). It is enabled by default unless WITHOUT_CHATZILLA is defined. PR: 33521 Submitted by: Steve Wills <steve@stevenwills.com> Joe Clarke <marcus@marcuscom.com>
Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Jan 3 12:09:51 2002 UTC (10 years, 1 month ago) by sobomax
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -0 lines
Add FreeBSD locales. This solves the problem with Mozilla not starting up properly if locale set to something other than C or en_US. PR: 33498 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Dec 26 10:21:20 2001 UTC (10 years, 1 month ago) by sobomax
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +10 -5 lines
Update to 0.9.7.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Nov 21 16:27:41 2001 UTC (10 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
Update to 0.9.6. Surprisingly, this update doesn't break Galeon/Nautilus.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Oct 22 11:46:00 2001 UTC (10 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
Update to 0.9.5. PR: 31396 Submitted by: Nuzrin Yaapar <p9711422@mmu.edu.my>
Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Sep 18 08:12:08 2001 UTC (10 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
Update to 0.9.4.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Sep 11 02:38:25 2001 UTC (10 years, 5 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
Bump png major
Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Aug 8 06:54:31 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -1 lines
Forcefully set MALLOC_OPTIONS=j to prevent build from crashing on 5-CURRENT due to bug in libIDL's parser. Obtained from: mozilla+ipv6
Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Aug 7 11:52:14 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +5 -4 lines
Update to 0.9.3. Submitted by: sf
Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Jul 2 13:55:41 2001 UTC (10 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +3 -2 lines
Update to 0.9.2. PR: 28610 Submitted by: Nick Sayer <nsayer@quack.kfu.com>, sf
Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Jun 13 09:15:58 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -2 lines
Several cleanups: - remove local hack used to build PSM and use vendor-supplied procedure instead; - remove superfluous chmod; - remove several leftovers from mozilla-headers/Makefile. Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>, sobomax
Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Jun 11 20:34:55 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
Upgrade to 0.9.1.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue May 22 10:37:32 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -3 lines
Correct empty directories pruning code.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue May 22 10:04:37 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
Assign maintainership to gnome@FreeBSD.org, because Jeremy will be unavailable till August. Submitted by: maintainer (sorta)
Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue May 22 08:11:37 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +13 -5 lines
Update to 0.9.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri May 18 05:43:15 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +5 -8 lines
Downgrade to 0.8.1 until numerous reported problems are fixed.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu May 17 08:15:35 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +9 -6 lines
Update to 0.9. Not objected to by: gnome@FreeBSD.org
Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri May 4 21:41:23 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -2 lines
Various patches (mainly shared library revision changes) for those ports that depend on GNOME and need to change for 1.4
Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Apr 10 09:05:42 2001 UTC (10 years, 10 months ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -3 lines
Update to 0.8.1. This builds on 4.3-RC, but not on -CURRENT (well not for me...).
Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Feb 23 07:41:46 2001 UTC (10 years, 11 months ago) by reg
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -1 lines
Updated MD5. Just some minor translation chnages it seems... Submitted by: Clive Lin <clive@CirX.ORG>, sobomax Noticed by: Motoyuki Konno <motoyuki@bsdclub.org>
Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Feb 16 17:29:18 2001 UTC (10 years, 11 months ago) by reg
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -3 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.56: download - view: text, markup, annotated - select for diffs
Mon Feb 5 15:33:32 2001 UTC (11 years ago) by olgeni
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
Some spaces -> tabs for ports/www.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Jan 22 01:23:14 2001 UTC (11 years ago) by reg
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +8 -6 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.54: download - view: text, markup, annotated - select for diffs
Fri Jan 12 16:59:52 2001 UTC (11 years, 1 month ago) by reg
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +4 -4 lines
Update to 0.7, bumping port epoch to 1, since the version number went backwards. This may still not work on 4-stable, but see -hackers, <200101110441.f0B4fe008116@wartch.sapros.com> for the reason. Also, I've not yet managed to look into getting the PSM code to build, but I'm updating this now, before more people send patches. Submitted by: reg, sobomax, Yoichi ASAI <yatt@msc.biglobe.ne.jp>
Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Dec 21 19:43:28 2000 UTC (11 years, 1 month ago) by reg
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -1 lines
#%@#$^... forgot to bump PORTREVISION.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Dec 21 19:40:39 2000 UTC (11 years, 1 month ago) by reg
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 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.51: download - view: text, markup, annotated - select for diffs
Tue Oct 31 07:16:00 2000 UTC (11 years, 3 months ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +5 -2 lines
Disable jar packages - they are duplicate information. Correct the dependencies: Add jpeg and png. Remove libjpeg.so, since it should not be built now.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Oct 27 09:24:08 2000 UTC (11 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -3 lines
${ENV} --> ${SETENV}
PR: 22337
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Oct 25 05:15:45 2000 UTC (11 years, 3 months ago) by reg
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +7 -14 lines
Update to M18. Special thanks Steve Elmer <selmer@netscape.com> and David Hyatt <hyatt@netscape.com> for pointing me at Bug 51677: http://bugzilla.mozilla.org/show_bug.cgi?id=51677 from where the secret spells were obtained to get the chrome installed properly.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Oct 24 15:58:52 2000 UTC (11 years, 3 months ago) by reg
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +5 -1 lines
Explain why this port has not been upgraded to M18.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Oct 24 12:36:31 2000 UTC (11 years, 3 months ago) by knu
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -2 lines
Use MASTER_SITE_MOZILLA.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Aug 14 00:04:10 2000 UTC (11 years, 6 months ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +4 -3 lines
Update to M17.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Aug 3 17:37:31 2000 UTC (11 years, 6 months ago) by reg
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +4 -4 lines
Redo the upgrade to M16. Use one of the test programs to perform component registration in post-build, so that the port no longer requires world writeability. If you have an earlier version installed, component.reg could be a security risk: chmod 644 /usr/X11R6/lib/mozilla/component.reg chmod 644 /usr/X11R6/lib/mozilla/components/*.dat
Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Aug 3 14:39:06 2000 UTC (11 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Backout M15 --> M16 upgrade.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Aug 1 06:30:14 2000 UTC (11 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Update to M16.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Apr 21 02:36:44 2000 UTC (11 years, 9 months ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -4 lines
Update to M15.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Apr 10 00:05:57 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -4 lines
Update with the new PORTNAME/PORTVERSION variables
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Feb 4 07:45:24 2000 UTC (12 years ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +9 -1 lines
Make M13 work on a post no-thunk-vtable 4.0-CURRENT, and enable using poll(). Enable MathML support. Use bzip2, since it saves 5MB on the distfile. Revamp the port a bit.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Jan 29 08:51:27 2000 UTC (12 years ago) by reg
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +7 -7 lines
Update to M13. Gentlemen, start your T1s.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Jan 6 03:51:58 2000 UTC (12 years, 1 month ago) by reg
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +10 -11 lines
Update from M10->M12, and remove building of idltool, so that this builds with GCC 2.95.2. Add patch-aa to fix a build problem. Reflect my new mail address in maintainer. Update and sort PLIST.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Nov 14 02:34:50 1999 UTC (12 years, 3 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -2 lines
Depend on ORBit.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Nov 11 20:16:12 1999 UTC (12 years, 3 months ago) by jim
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +11 -8 lines
Update to Milestone 10. PR: 14272 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Oct 9 18:42:09 1999 UTC (12 years, 4 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -3 lines
Bump glib12 's share library version to 3, and portlint.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Aug 31 02:43:01 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Aug 22 19:46:44 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -10 lines
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Aug 22 19:00:43 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3 lines
chmod -> ${CHMOD}
chown -> ${CHOWN}
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Aug 17 19:37:10 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -4 lines
egcc/eg++ have been renamed to gcc295/g++295. Change all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com>
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Jul 24 15:33:04 1999 UTC (12 years, 6 months ago) by steve
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Weird things happen when you .include bsd.port.mk when you really meant to .include bsd.port.pre.mk.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jul 24 02:26:21 1999 UTC (12 years, 6 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +50 -27 lines
Update to mozilla M8 PR: 12740 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Nov 11 05:37:32 1998 UTC (13 years, 3 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0, RELEASE_2_2_8
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -5 lines
Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Oct 15 01:16:23 1998 UTC (13 years, 4 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -1 lines
Mark BROKEN for ELF bad library numbers
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jul 22 11:50:31 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Version number part of PKGNAME should be delimited by "." only....
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat May 2 17:49:09 1998 UTC (13 years, 9 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +5 -5 lines
Upgrade to the April 29, 1998 snapshot.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Apr 17 21:52:17 1998 UTC (13 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -3 lines
Remove the MOTIFLIB= (i.e., defined to be empty) line from config/FreeBSD.mk, and remove hacks to work around it.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Apr 17 10:36:45 1998 UTC (13 years, 9 months ago) by jseger
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -4 lines
Define BUILD_OPT and NO_NETSCAPE_STATIC. This now lets us build mozilla in 100MB of disk space. The size of a package created from make package is now 3MB!
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Apr 17 09:29:25 1998 UTC (13 years, 9 months ago) by jseger
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines
This is a kludge to make building work again. post-configure now echo's MOTIFLIB to work/ns/MOTIFLIB and in the linker line there is a `cat ../../MOTIFLIB'. The MOTIFLIB variable is being passed to work/ns/Makefile, but not beyond it. If anyone figures out how to fix this properly, please email a new patch to me.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Apr 16 02:05:31 1998 UTC (13 years, 9 months ago) by jseger
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -2 lines
Remove unneccessary NO_INSTALL_MANPAGES line. Submitted by: asami
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Apr 13 10:59:30 1998 UTC (13 years, 10 months ago) by jseger
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Use shared libaries instead of having a 60+MB binary.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Apr 12 17:58:37 1998 UTC (13 years, 10 months ago) by jseger
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +7 -7 lines
Upgrade to 1998-04-08 source snapshot.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Apr 12 12:47:02 1998 UTC (13 years, 10 months ago) by jseger
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +33 -46 lines
Initial import of a mozilla port.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Apr 2 20:26:34 1998 UTC (13 years, 10 months ago) by ache
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +10 -10 lines
Upgrade to 4.05
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Mar 16 15:05:03 1998 UTC (13 years, 10 months ago) by markm
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -4 lines
Fix for the case where USA_RESIDENT is not defined
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Mar 15 15:13:53 1998 UTC (13 years, 11 months ago) by markm
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +17 -1 lines
Using Fortify, and setting USE_128BIT, Communicator can now use 128 bit crypto legally.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jan 26 09:56:31 1998 UTC (14 years ago) by vanilla
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -3 lines
Remove RESTRICTED tag. Submitted by: jkh
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Nov 20 15:48:15 1997 UTC (14 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -3 lines
Install symlinks "communicator-4" and "navigator-4". By using these names instead of the single "netscape" link, these two installations can coexist on a single machine (at least they appear to on mine).
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Nov 15 13:35:35 1997 UTC (14 years, 2 months ago) by peter
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -5 lines
Remove reference to 'make NAVIGATOR=yes' and update a comment
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Nov 15 13:09:11 1997 UTC (14 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -10 lines
Split netscape4 into communicator and navigator, so the two maintainers shall never run into each other again.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Nov 15 01:10:45 1997 UTC (14 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +10 -9 lines
Update the stand-alone navigator part to 4.04 too. Untangle the mess that the previous commit created by trying to make the Makefile more complicated than necessary.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Nov 14 13:45:39 1997 UTC (14 years, 3 months ago) by ache
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +13 -16 lines
Upgrade to 4.04
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Sep 25 08:25:24 1997 UTC (14 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +14 -2 lines
Make it possible to install the standalone navigator by defining
${NAVIGATOR}.
Requested by: so many people I can't remember them all
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Sep 7 20:26:58 1997 UTC (14 years, 5 months ago) by ache
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Switch back to base_install, light version can't do anything with mailto: tags.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Sep 7 18:33:09 1997 UTC (14 years, 5 months ago) by ache
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
Upgrade to 4.03b8
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 4 09:20:48 1997 UTC (14 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Change dist site to ftp23 since it is not propogated to all ftps yet
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Aug 4 00:04:22 1997 UTC (14 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -15 lines
Upgrade to 4.02b7
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jun 1 00:06:17 1997 UTC (14 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -6 lines
Upgrade to 4.0b5
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 9 15:12:05 1997 UTC (14 years, 10 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +29 -6 lines
Upgrade to 4.0b3 (note: Java not work for unknown reason)
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Feb 24 19:00:29 1997 UTC (14 years, 11 months ago) by ache
CVS tags: ache, RELEASE_2_2_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Netscape4 expired beta
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 24 19:00:29 1997 UTC (14 years, 11 months ago) by ache
Branches: MAIN
Initial revision
