Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use "$@" to pass arguments to mozilla instead of $*, which is some cases could | sobomax | 2001-07-18 | 1 | -1/+1 |
| | | | | | | be incorrect. Submitted by: Mike Meyer <mwm@mired.org> | ||||
* | Fix a spelling of FreeBSD (FreeBSD --> FREEBSD). | sobomax | 2001-07-17 | 1 | -1/+1 |
| | | | | Submitted by: Ken Lui <klui@cup.hp.com> | ||||
* | Fix a possible crash due to an undefined reference to gethostbyname_r(). | sobomax | 2001-07-17 | 1 | -0/+14 |
| | | | | | PR: 28685 Submitted by: Ken Lui <klui@cup.hp.com> | ||||
* | Update to 0.9.2. | sobomax | 2001-07-02 | 4 | -24/+25 |
| | | | | | PR: 28610 Submitted by: Nick Sayer <nsayer@quack.kfu.com>, sf | ||||
* | Update md5 checksum - no changes in the content of the tarball other than | sobomax | 2001-06-19 | 1 | -1/+1 |
| | | | | in the CVS/* subdirectories, therefore no PORTREVISION bump. | ||||
* | Several cleanups: | sobomax | 2001-06-13 | 2 | -3/+2 |
| | | | | | | | | | - 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 | ||||
* | Upgrade to 0.9.1. | sobomax | 2001-06-11 | 7 | -140/+24 |
| | |||||
* | Add patch that I've missed in my previos commit. | sobomax | 2001-05-22 | 1 | -0/+17 |
| | |||||
* | Update galeon to 0.10.6. | sobomax | 2001-05-22 | 1 | -0/+66 |
| | |||||
* | Correct empty directories pruning code. | sobomax | 2001-05-22 | 1 | -3/+1 |
| | |||||
* | Assign maintainership to gnome@FreeBSD.org, because Jeremy will be unavailable | sobomax | 2001-05-22 | 1 | -1/+1 |
| | | | | | | till August. Submitted by: maintainer (sorta) | ||||
* | Update to 0.9. | sobomax | 2001-05-22 | 6 | -2451/+108 |
| | |||||
* | Downgrade to 0.8.1 until numerous reported problems are fixed. | sobomax | 2001-05-18 | 6 | -267/+65 |
| | |||||
* | Update to 0.9. | sobomax | 2001-05-17 | 6 | -65/+267 |
| | | | | Not objected to by: gnome@FreeBSD.org | ||||
* | Various patches (mainly shared library revision changes) for those | ade | 2001-05-04 | 1 | -1/+2 |
| | | | | ports that depend on GNOME and need to change for 1.4 | ||||
* | Update to 0.8.1. This builds on 4.3-RC, but not on -CURRENT (well not for | reg | 2001-04-10 | 4 | -1251/+765 |
| | | | | me...). | ||||
* | Updated MD5. Just some minor translation chnages it seems... | reg | 2001-02-23 | 2 | -1/+2 |
| | | | | | Submitted by: Clive Lin <clive@CirX.ORG>, sobomax Noticed by: Motoyuki Konno <motoyuki@bsdclub.org> | ||||
* | Update to 0.8. No major changes in the port, only regenerated patches. | reg | 2001-02-16 | 7 | -61/+100 |
| | | | | patch-ao was merged in a slightly different form. | ||||
* | Some spaces -> tabs for ports/www. | olgeni | 2001-02-05 | 1 | -1/+1 |
| | |||||
* | Add PSM support. | reg | 2001-01-22 | 10 | -22/+141 |
| | | | | | | | | | | | | | | | | | | | | | | 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). | ||||
* | Update to 0.7, bumping port epoch to 1, since the version number went | reg | 2001-01-12 | 4 | -101/+207 |
| | | | | | | | | | | | | 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> | ||||
* | #%@#$^... forgot to bump PORTREVISION. | reg | 2000-12-21 | 1 | -0/+1 |
| | |||||
* | Explictly link against libgcc_r, to work around bugs in 4.2-RELEASE onwards | reg | 2000-12-21 | 4 | -12/+54 |
| | | | | | | | | 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. | ||||
* | Disable jar packages - they are duplicate information. | reg | 2000-10-31 | 2 | -2/+4 |
| | | | | | Correct the dependencies: Add jpeg and png. Remove libjpeg.so, since it should not be built now. | ||||
* | Add back missing file (libjpeg.so). | asami | 2000-10-30 | 1 | -0/+1 |
| | | | | Submitted by: obento | ||||
* | ${ENV} --> ${SETENV} | sobomax | 2000-10-27 | 1 | -2/+2 |
| | | | | | PR: 22337 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> | ||||
* | Update to M18. Special thanks Steve Elmer <selmer@netscape.com> and David | reg | 2000-10-25 | 3 | -1932/+2724 |
| | | | | | | 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. | ||||
* | Explain why this port has not been upgraded to M18. | reg | 2000-10-24 | 1 | -0/+4 |
| | |||||
* | Use MASTER_SITE_MOZILLA. | knu | 2000-10-24 | 1 | -1/+2 |
| | |||||
* | Add missing file (lib/mozilla/libjpeg.so). | asami | 2000-09-14 | 1 | -0/+1 |
| | | | | Submitted by: obento- | ||||
* | Add patch for forthcoming mozilla-embedded port (this patch doesn't affect | sobomax | 2000-08-17 | 1 | -0/+15 |
| | | | | mozilla port itself). | ||||
* | Update to M17. | reg | 2000-08-14 | 3 | -45/+753 |
| | |||||
* | Redo the upgrade to M16. | reg | 2000-08-03 | 3 | -1125/+1289 |
| | | | | | | | | | | 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 | ||||
* | Backout M15 --> M16 upgrade. | sobomax | 2000-08-03 | 3 | -1285/+1123 |
| | |||||
* | Update to M16. | sobomax | 2000-08-01 | 3 | -1123/+1285 |
| | |||||
* | Bring the seemingly ever-changing md5 up-to-date with reality. | jim | 2000-04-28 | 1 | -1/+1 |
| | | | | Submitted by: Jon Nelson <chaos@zen.oftheinter.net> | ||||
* | Distfile MD5 changed. | reg | 2000-04-21 | 1 | -1/+1 |
| | | | | Submitted by: "Akinori -Aki- MUSHA" <knu@idaemons.org> | ||||
* | Update to M15. | reg | 2000-04-21 | 4 | -148/+291 |
| | |||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-10 | 1 | -3/+3 |
| | |||||
* | Make M13 work on a post no-thunk-vtable 4.0-CURRENT, and enable using | reg | 2000-02-04 | 6 | -9/+51 |
| | | | | | | | | | | poll(). Enable MathML support. Use bzip2, since it saves 5MB on the distfile. Revamp the port a bit. | ||||
* | Update to M13. Gentlemen, start your T1s. | reg | 2000-01-29 | 4 | -39/+99 |
| | |||||
* | Update from M10->M12, and remove building of idltool, so that this builds | reg | 2000-01-06 | 3 | -830/+965 |
| | | | | | | | | | | with GCC 2.95.2. Add patch-aa to fix a build problem. Reflect my new mail address in maintainer. Update and sort PLIST. | ||||
* | Depend on ORBit. | cpiazza | 1999-11-14 | 1 | -1/+2 |
| | |||||
* | Update to Milestone 10. | jim | 1999-11-11 | 5 | -586/+1038 |
| | | | | | PR: 14272 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> | ||||
* | Bump glib12 's share library version to 3, | vanilla | 1999-10-09 | 1 | -2/+1 |
| | | | | and portlint. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | Change all ports that need a new gcc on 3.x to use USE_NEWGCC. | cpiazza | 1999-08-22 | 1 | -10/+3 |
| | |||||
* | chmod -> ${CHMOD} | mharo | 1999-08-22 | 1 | -3/+3 |
| | | | | chown -> ${CHOWN} | ||||
* | egcc/eg++ have been renamed to gcc295/g++295. Change | cpiazza | 1999-08-17 | 1 | -4/+4 |
| | | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> | ||||
* | Weird things happen when you .include bsd.port.mk when you really meant | steve | 1999-07-24 | 1 | -2/+2 |
| | | | | to .include bsd.port.pre.mk. |