summaryrefslogtreecommitdiffstats
path: root/www/seamonkey
Commit message (Collapse)AuthorAgeFilesLines
* Fix the startup script so that it can accept option arguments. This fixesmarcus2002-11-272-8/+13
| | | | | | | | 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)
* Make the Mozilla startup scripts a little smarter. Instead of launching amarcus2002-11-242-6/+22
| | | | | | | | 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
* When using the GTK+-2 version, build with ORBit2.marcus2002-11-201-3/+7
| | | | Submitted by: bento
* Don't tack on an extra '-' in the include dir path.marcus2002-11-181-1/+1
| | | | Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Add the pkg-descr for the slave port, mozilla-devel-gtk2.marcus2002-11-171-0/+12
|
* * Make this port a master port which can support slavesmarcus2002-11-173-23/+62
| | | | | | * Install .pc files when built with WITH_GTK2 * Don't play with Xft stuff in source files unless we're building with with Xft support enabled.
* Add calendar support to Mozilla. Specify -DWITH_CALENDAR to enablemarcus2002-11-112-0/+18
| | | | | | | it. PR: 45145 Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net>
* * Add support for building the GTK 2 version of Mozilla (define WITH_GTK2marcus2002-10-292-2/+971
| | | | | | | | | to do this). This feature will be used for the upcoming Galeon 1.3.0 port. [1] * Allow users to disable Composer (define WITHOUT_COMPOSER to do this) [2] Submitted by: David Magda <dmagda@magda.ca> [2] Obtained from: Galeon 1.3.0 tarball (with some modification) [1]
* Mark mozilla-devel BROKEN when Xft2 support is enabled and theadamw2002-10-251-0/+4
| | | | | | | mozilla-fonts package is installed. Reviewed by: marcus Approved by: pat
* Add one more forgotten '\'.marcus2002-10-231-1/+1
|
* Properly handle if blocks in the Makefile.marcus2002-10-231-9/+9
| | | | Submitted by: daichi
* * Add a patch that fixes some localization issues [1]marcus2002-10-233-13/+142
| | | | | | | | | | * Fix a problem with plugins not actually loading * Hopefully correct some issues with installs erroring out with Error 1 * Conditionalize Xft support (by default it's enabled, but can be disabled by defined WITHOUT_XFT) Submitted by: Jung-uk Kim <jkim@niksun.com> [1] Obtained from: Mozilla's Bugzilla bug 174989 [1]
* Fix the build by adding a dependency on Xft.marcus2002-10-221-1/+4
| | | | | Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com> Rob Lahaye <lahaye@snu.ac.kr>
* This commit includes:marcus2002-10-228-1013/+61
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update to 1.2a.sobomax2002-10-206-79/+43
|
* Add a patch from Mozilla CVS to correct the recent security hole. Un-forbidmarcus2002-10-182-3/+318
| | | | | | | | the port. Patch link was Submitted by: Jung-uk Kim <jkim@niksun.com>
* Mark forbidden due to security hole reported atmarcus2002-10-171-0/+2
| | | | | | http://www.mozillazine.org/talkback.html?article=2467. Submitted by: trevor
* Disable Chatzilla by default. The irc buffer overflow is still present.marcus2002-09-291-1/+2
| | | | Submitted by: trevor
* Update the pkg-descrs yet again. Mozilla.org has changed their descriptions.marcus2002-09-151-6/+3
| | | | | | | Indicate that the mozilla port reflects the most stable venor (or API) release, while the -devel port is the latest official release of Mozilla. PR: 42706
* Bring the pkg-descr's up-to-date to reflect the current releases.marcus2002-09-071-10/+6
| | | | PR: 42485
* Fix the JPI installation.marcus2002-09-041-1/+1
| | | | Reported by: Ivanchenko V. I. <webmaster@asiamusic.ru>
* Fix the path to exec mozilla.marcus2002-09-041-1/+1
| | | | Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Add mozilla-*-devel after a repo copy from mozilla.marcus2002-09-032-632/+634
| | | | | | | | | | | | | | | 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.
* Fix the build on -CURRENT. The thunks fix did _not_ make it into the 1.1marcus2002-08-291-0/+21
| | | | | | release. Submitted by: quite a few
* Fix the checksum.marcus2002-08-291-1/+1
| | | | Reported by: David Magda <dmagda@magda.ca>
* Update to 1.1. This fixes the font problem as well as the chatzilla bug. Amarcus2002-08-287-132/+61
| | | | | | | | full list of changes can be found in the Mozilla 1.1 release notes from: http://www.mozilla.org/releases/mozilla1.1/ PR: 42068
* Don't use mapped IPv6 address when connecting IPv4 node.sumikawa2002-08-012-1/+23
| | | | Submitted by: ume
* * Fix build on -CURRENTmarcus2002-07-232-5/+33
| | | | | | | | | | | * 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)
* security fix: correct bugs 115788 and 150339 (Mozilla passestrevor2002-07-133-2/+81
| | | | | | | requests for huge fonts, leading to loss of X (and probably VNC) session) Obtained from: attachment 87432 on bugzilla.mozilla.org
* Forbid because of remote crash.trevor2002-07-131-0/+2
|
* Update to 1.0. Yay!sobomax2002-06-062-4/+3
|
* Put back older checksum in addition to the newer one. Sine two versions ofsobomax2002-05-281-0/+1
| | | | | | | distfile are virtually equivalent it is unreasonable to require from a user to refetch the distfile. Submitted by: trevor
* Update checksum. Mozilla folks follow their practice of updating alreadysobomax2002-05-271-1/+1
| | | | | | | released tarball without version bump. The diff between old and new version didn'y revealed anything that might be worth PORTREVISION bump. Submitted by: Mark Knight <markk@knigma.org>, kris
* Update Mozilla to 1.0.rc3 and tweak galeon to compile with it.sobomax2002-05-242-5/+4
| | | | | Special thanks to: Yanko Kaneti <yaneti@indigo.declera.com> for his help in getting Galeon compiling
* Conditionalize mail, news, and LDAP support. All three are still enabledmarcus2002-05-182-51/+68
| | | | by default.
* Don't treat the ${WITHOUT_CHATZILLA} (default) build as gratuitouslygreen2002-05-152-13/+15
| | | | | different from the one with ChatZilla. This means building otherwise the exact same extensions.
* Update to 1.0.rc2.marcus2002-05-135-123/+18
| | | | The Chatzilla buffer overflow is still there, so disable Chatzilla by default.
* Whoops, commit the patch, not just the skeleton Makefile.marcus2002-05-101-8/+23
|
* Really prevent Chatzilla from being installed. Seems the extensions weremarcus2002-05-101-1/+1
| | | | | | | changed in RC 1. Prompted by: parv <parv@pair.com> Tested by: parv <parv@pair.com>
* Disable Chatzilla since it contains a buffer overflow as described bymarcus2002-05-091-1/+3
| | | | | | http://online.securityfocus.com/archive/1/270249. Reported by: trevor
* Fix recent security vulnerability in Mozilla, as well as the resultingmarcus2002-05-052-2/+98
| | | | | | | | | 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)
* Mark forbidden because of security bug.mbr2002-05-031-0/+2
| | | | Approved by: no response from: maintainer
* Change dist site for libart from sobomax's people page to his local-distfilesmarcus2002-05-011-3/+4
| | | | | | directory. Prompted by: obrien (and FreeBSD.org admins)
* Add a conditional broken message so that people stop asking why Mozillamarcus2002-04-261-1/+8
| | | | | | | fails to build when they have freetype 1.x installed. Reviewed by: sobomax Approved by: sobomax
* Allow libart to be fetched quickly instead of wading through all themarcus2002-04-221-2/+2
| | | | MOZILLA dist sites' timeouts.
* Until sobomax copies libart_lgpl-1.0 into his ~public_distfiles dir...obrien2002-04-221-2/+2
|
* Fix up the port to use the 1.0.rc1 version of the libart dist.marcus2002-04-222-5/+4
|
* Update to 1.0.rc1marcus2002-04-226-136/+18
| | | | | Reviewed by: sobomax Approved by: sobomax
* Fix the plist when WITHOUT_CHATZILLA is defined.marcus2002-04-152-15/+18
| | | | | | PR: 36193 Reviewed by: sobomax Approved by: sobomax
* Allow installed files to have correct permissions when built by a non-rootmarcus2002-04-131-2/+2
| | | | | | | | | user. PR: 35980 Submitted by: Alan Eldridge <ports@geeksrus.net> Reviewed by: sobomax Approved by: sobomax
OpenPOWER on IntegriCloud