summaryrefslogtreecommitdiffstats
path: root/www/seamonkey2
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.8.1. This builds on 4.3-RC, but not on -CURRENT (well not forreg2001-04-104-1251/+765
| | | | me...).
* Updated MD5. Just some minor translation chnages it seems...reg2001-02-232-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.reg2001-02-167-61/+100
| | | | patch-ao was merged in a slightly different form.
* Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1
|
* Add PSM support.reg2001-01-2210-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 wentreg2001-01-124-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.reg2000-12-211-0/+1
|
* Explictly link against libgcc_r, to work around bugs in 4.2-RELEASE onwardsreg2000-12-214-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.reg2000-10-312-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).asami2000-10-301-0/+1
| | | | Submitted by: obento
* ${ENV} --> ${SETENV}sobomax2000-10-271-2/+2
| | | | | PR: 22337 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Update to M18. Special thanks Steve Elmer <selmer@netscape.com> and Davidreg2000-10-253-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.reg2000-10-241-0/+4
|
* Use MASTER_SITE_MOZILLA.knu2000-10-241-1/+2
|
* Add missing file (lib/mozilla/libjpeg.so).asami2000-09-141-0/+1
| | | | Submitted by: obento-
* Add patch for forthcoming mozilla-embedded port (this patch doesn't affectsobomax2000-08-171-0/+15
| | | | mozilla port itself).
* Update to M17.reg2000-08-143-45/+753
|
* Redo the upgrade to M16.reg2000-08-033-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.sobomax2000-08-033-1285/+1123
|
* Update to M16.sobomax2000-08-013-1123/+1285
|
* Bring the seemingly ever-changing md5 up-to-date with reality.jim2000-04-281-1/+1
| | | | Submitted by: Jon Nelson <chaos@zen.oftheinter.net>
* Distfile MD5 changed.reg2000-04-211-1/+1
| | | | Submitted by: "Akinori -Aki- MUSHA" <knu@idaemons.org>
* Update to M15.reg2000-04-214-148/+291
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Make M13 work on a post no-thunk-vtable 4.0-CURRENT, and enable usingreg2000-02-046-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.reg2000-01-294-39/+99
|
* Update from M10->M12, and remove building of idltool, so that this buildsreg2000-01-063-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.cpiazza1999-11-141-1/+2
|
* Update to Milestone 10.jim1999-11-115-586/+1038
| | | | | PR: 14272 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Bump glib12 's share library version to 3,vanilla1999-10-091-2/+1
| | | | and portlint.
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.cpiazza1999-08-221-10/+3
|
* chmod -> ${CHMOD}mharo1999-08-221-3/+3
| | | | chown -> ${CHOWN}
* egcc/eg++ have been renamed to gcc295/g++295. Changecpiazza1999-08-171-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 meantsteve1999-07-241-2/+2
| | | | to .include bsd.port.pre.mk.
* Update to mozilla M8cpiazza1999-07-243-78/+865
| | | | | PR: 12740 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* #4/4 enforcing Caps, no periodhoek1999-06-261-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-5/+5
| | | | | | | | 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.)
* Mark BROKEN for ELFjseger1998-10-151-1/+3
| | | | bad library numbers
* Version number part of PKGNAME should be delimited by "." only....asami1998-07-221-2/+2
|
* Upgrade to the April 29, 1998 snapshot.jseger1998-05-022-6/+6
|
* Remove the MOTIFLIB= (i.e., defined to be empty) line from config/FreeBSD.mk,asami1998-04-171-3/+1
| | | | and remove hacks to work around it.
* Define BUILD_OPT and NO_NETSCAPE_STATIC. This now lets us build mozilla injseger1998-04-171-4/+4
| | | | | 100MB of disk space. The size of a package created from make package is now 3MB!
* This is a kludge to make building work again. post-configure now echo's ↵jseger1998-04-171-1/+3
| | | | | | | | 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.
* Remove unneccessary NO_INSTALL_MANPAGES line.jseger1998-04-161-2/+1
| | | | Submitted by: asami
* Use shared libaries instead of having a 60+MB binary.jseger1998-04-132-4/+48
|
* Upgrade to 1998-04-08 source snapshot.jseger1998-04-122-8/+8
|
* Be more verbose in DESCR than "netscape". :-) Warn that this ishoek1998-04-122-2/+4
| | | | intended for developers.
* Initial import of a mozilla port.jseger1998-04-125-196/+41
|
* Upgrade to 4.05ache1998-04-023-13/+13
|
OpenPOWER on IntegriCloud