aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey2
Commit message (Collapse)AuthorAgeFilesLines
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.Eric Anholt2003-02-181-7/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=75774
* Fix the ${MASTER_SITE_LOCAL} group so that it correctly makes use ofJoe Marcus Clarke2003-02-141-1/+1
| | | | | | | | | | ${MASTER_SITE_LOCAL}. This should fix the libart fetch problem with the Taiwan FTP server. Reported by: many Notes: svn path=/head/; revision=75487
* Fix calendar build.Joe Marcus Clarke2003-02-131-0/+11
| | | | | | | | Tested by: Larry Rosenman <ler@lerctr.org> Not tested by: me Notes: svn path=/head/; revision=75477
* Update to 1.3b.Joe Marcus Clarke2003-02-124-42/+15
| | | | Notes: svn path=/head/; revision=75386
* Chase gtk20's shared lib version.Joe Marcus Clarke2003-02-071-2/+1
| | | | Notes: svn path=/head/; revision=75044
* Remove the lib/browser_plugins directory.Joe Marcus Clarke2003-02-021-0/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=74454
* FreeBSD requires Mozilla components to be linked with -Bsymbolic so to avoidJoe Marcus Clarke2003-01-252-1/+16
| | | | | | | | symbol clashes with, for example, libexpat. This will allow Mozilla and more precisely, Galeon 2, to work with GTK 2.2. Notes: svn path=/head/; revision=74000
* Disable Xft if WITH_GTK2 is defined in the master mozilla-devel port.Joe Marcus Clarke2003-01-221-0/+1
| | | | | | | | | This will avoid accidental creation of a non-working Mozilla. Suggested by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=73830
* Replace one more occurrance of Xft.h.Joe Marcus Clarke2003-01-221-1/+2
| | | | | | | Submitted by: Jos Backus <jos@catnook.com> Notes: svn path=/head/; revision=73810
* Remove the extra calendar distfile. It is no longer needed in mozilla-devel.Joe Marcus Clarke2003-01-222-2/+5
| | | | | | | | | Also, mark the port as BROKEN if WITH_CALENDAR is defined and WITHOUT_COMPOSER or WITHOUT_MAILNEWS are also defined. Calendar requires Composer and Mailnews support. Notes: svn path=/head/; revision=73808
* Update the calendar to the official version of the software that comes withJoe Marcus Clarke2003-01-211-1/+1
| | | | | | | | | | Mozilla 1.3a. This should fix the calendar build. Note, it will take some time for the FTP mirrors to catch up with this new tarball. Reported by: Larry Rosenman <ler@lerctr.org> Notes: svn path=/head/; revision=73747
* * Update to 1.3aJoe Marcus Clarke2003-01-216-1049/+53
| | | | | | | | | | | | | * Re-enable optimizations [1] * Disable JavaScript debugger by default [1] Acknowledgement goes to the Phoenix port and alane for a patch that corrects a crash when downloads complete. Suggested by: David Schultz <dschultz@uclink.Berkeley.EDU> [1] Notes: svn path=/head/; revision=73729
* Fix the startup script so that it can accept option arguments. This fixesJoe Marcus Clarke2002-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) Notes: svn path=/head/; revision=71178
* Make the Mozilla startup scripts a little smarter. Instead of launching aJoe Marcus Clarke2002-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 Notes: svn path=/head/; revision=70922
* When using the GTK+-2 version, build with ORBit2.Joe Marcus Clarke2002-11-201-3/+7
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=70615
* Don't tack on an extra '-' in the include dir path.Joe Marcus Clarke2002-11-181-1/+1
| | | | | | | Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com> Notes: svn path=/head/; revision=70409
* Add the pkg-descr for the slave port, mozilla-devel-gtk2.Joe Marcus Clarke2002-11-171-0/+12
| | | | Notes: svn path=/head/; revision=70327
* * Make this port a master port which can support slavesJoe Marcus Clarke2002-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. Notes: svn path=/head/; revision=70324
* Add calendar support to Mozilla. Specify -DWITH_CALENDAR to enableJoe Marcus Clarke2002-11-112-0/+18
| | | | | | | | | | it. PR: 45145 Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net> Notes: svn path=/head/; revision=69870
* * Add support for building the GTK 2 version of Mozilla (define WITH_GTK2Joe Marcus Clarke2002-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] Notes: svn path=/head/; revision=69085
* Mark mozilla-devel BROKEN when Xft2 support is enabled and theAdam Weinberger2002-10-251-0/+4
| | | | | | | | | | mozilla-fonts package is installed. Reviewed by: marcus Approved by: pat Notes: svn path=/head/; revision=68818
* Add one more forgotten '\'.Joe Marcus Clarke2002-10-231-1/+1
| | | | Notes: svn path=/head/; revision=68678
* Properly handle if blocks in the Makefile.Joe Marcus Clarke2002-10-231-9/+9
| | | | | | | Submitted by: daichi Notes: svn path=/head/; revision=68673
* * Add a patch that fixes some localization issues [1]Joe Marcus Clarke2002-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] Notes: svn path=/head/; revision=68631
* Fix the build by adding a dependency on Xft.Joe Marcus Clarke2002-10-221-1/+4
| | | | | | | | Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com> Rob Lahaye <lahaye@snu.ac.kr> Notes: svn path=/head/; revision=68579
* This commit includes:Joe Marcus Clarke2002-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 Notes: svn path=/head/; revision=68562
* Update to 1.2a.Maxim Sobolev2002-10-206-79/+43
| | | | Notes: svn path=/head/; revision=68396
* Add a patch from Mozilla CVS to correct the recent security hole. Un-forbidJoe Marcus Clarke2002-10-182-3/+318
| | | | | | | | | | | the port. Patch link was Submitted by: Jung-uk Kim <jkim@niksun.com> Notes: svn path=/head/; revision=68235
* Mark forbidden due to security hole reported atJoe Marcus Clarke2002-10-171-0/+2
| | | | | | | | | http://www.mozillazine.org/talkback.html?article=2467. Submitted by: trevor Notes: svn path=/head/; revision=68209
* Disable Chatzilla by default. The irc buffer overflow is still present.Joe Marcus Clarke2002-09-291-1/+2
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=67202
* Update the pkg-descrs yet again. Mozilla.org has changed their descriptions.Joe Marcus Clarke2002-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 Notes: svn path=/head/; revision=66342
* Bring the pkg-descr's up-to-date to reflect the current releases.Joe Marcus Clarke2002-09-071-10/+6
| | | | | | | PR: 42485 Notes: svn path=/head/; revision=65773
* Fix the JPI installation.Joe Marcus Clarke2002-09-041-1/+1
| | | | | | | Reported by: Ivanchenko V. I. <webmaster@asiamusic.ru> Notes: svn path=/head/; revision=65585
* Fix the path to exec mozilla.Joe Marcus Clarke2002-09-041-1/+1
| | | | | | | Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com> Notes: svn path=/head/; revision=65581
* Add mozilla-*-devel after a repo copy from mozilla.Joe Marcus Clarke2002-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. Notes: svn path=/head/; revision=65571
* Fix the build on -CURRENT. The thunks fix did _not_ make it into the 1.1Joe Marcus Clarke2002-08-291-0/+21
| | | | | | | | | release. Submitted by: quite a few Notes: svn path=/head/; revision=65232
* Fix the checksum.Joe Marcus Clarke2002-08-291-1/+1
| | | | | | | Reported by: David Magda <dmagda@magda.ca> Notes: svn path=/head/; revision=65198
* Update to 1.1. This fixes the font problem as well as the chatzilla bug. AJoe Marcus Clarke2002-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 Notes: svn path=/head/; revision=65193
* Don't use mapped IPv6 address when connecting IPv4 node.Munechika SUMIKAWA2002-08-012-1/+23
| | | | | | | Submitted by: ume Notes: svn path=/head/; revision=63833
* * Fix build on -CURRENTJoe Marcus Clarke2002-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) Notes: svn path=/head/; revision=63428
* security fix: correct bugs 115788 and 150339 (Mozilla passesTrevor Johnson2002-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 Notes: svn path=/head/; revision=62909
* Forbid because of remote crash.Trevor Johnson2002-07-131-0/+2
| | | | Notes: svn path=/head/; revision=62908
* Update to 1.0. Yay!Maxim Sobolev2002-06-062-4/+3
| | | | Notes: svn path=/head/; revision=60706
* Put back older checksum in addition to the newer one. Sine two versions ofMaxim Sobolev2002-05-281-0/+1
| | | | | | | | | | distfile are virtually equivalent it is unreasonable to require from a user to refetch the distfile. Submitted by: trevor Notes: svn path=/head/; revision=60186
* Update checksum. Mozilla folks follow their practice of updating alreadyMaxim Sobolev2002-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 Notes: svn path=/head/; revision=60123
* Update Mozilla to 1.0.rc3 and tweak galeon to compile with it.Maxim Sobolev2002-05-242-5/+4
| | | | | | | | Special thanks to: Yanko Kaneti <yaneti@indigo.declera.com> for his help in getting Galeon compiling Notes: svn path=/head/; revision=59899
* Conditionalize mail, news, and LDAP support. All three are still enabledJoe Marcus Clarke2002-05-182-51/+68
| | | | | | | by default. Notes: svn path=/head/; revision=59444
* Don't treat the ${WITHOUT_CHATZILLA} (default) build as gratuitouslyBrian Feldman2002-05-152-13/+15
| | | | | | | | different from the one with ChatZilla. This means building otherwise the exact same extensions. Notes: svn path=/head/; revision=59135
* Update to 1.0.rc2.Joe Marcus Clarke2002-05-135-123/+18
| | | | | | | The Chatzilla buffer overflow is still there, so disable Chatzilla by default. Notes: svn path=/head/; revision=58998
* Whoops, commit the patch, not just the skeleton Makefile.Joe Marcus Clarke2002-05-101-8/+23
| | | | Notes: svn path=/head/; revision=58885