summaryrefslogtreecommitdiff
path: root/www/seamonkey/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Update mozilla-devel to 1.6aJoe Marcus Clarke2003-11-012-16/+5
| | | | | | | | * Install pkg-config files for both the GTK1 and GTK2 versions of Mozilla * Update dependent browsers accordingly Notes: svn path=/head/; revision=92794
* Update to 1.5 Beta. For a list of what's new, checkout:Joe Marcus Clarke2003-08-293-28/+28
| | | | | | | http://www.mozilla.org/releases/mozilla1.5b/ Notes: svn path=/head/; revision=88003
* * Add a knob to optionally build XMLTerm [1]Joe Marcus Clarke2003-08-122-0/+63
| | | | | | | | | | | | | | | | * Add some extra CLI options to the mozilla.sh script [2] * Add a patch to prevent crashes when visiting certain Russian sites [3] * Add a dependency on devel/nspr to avoid problems with Galeon and Epiphany in certain setups [4] PR: 55330 [1] 55412 [2] Submitted by: Alexander Nedotsukov <bland@mail.ru> [1] [2] Sergey Akifyev <asa@gascom.ru> [4] Obtained from: www/mozilla-firebird [3] Notes: svn path=/head/; revision=86840
* Update to 1.5a.Joe Marcus Clarke2003-07-2315-236/+273
| | | | Notes: svn path=/head/; revision=85414
* Add a forgotten patch to fix the build on Sparc64.Joe Marcus Clarke2003-06-071-0/+11
| | | | | | | Reminded (and submitted) by: kris Notes: svn path=/head/; revision=82485
* Add a better patch to teach nspr that we have socklen_t.Joe Marcus Clarke2003-06-012-21/+23
| | | | | | | Submitted by: tmm Notes: svn path=/head/; revision=81915
* Add Sparc64 support! Special thanks to tmm and kris for this work.Joe Marcus Clarke2003-06-012-0/+414
| | | | | | | | Submitted by: tmm kris Notes: svn path=/head/; revision=81839
* * Add [untested] Alpha support [1]Joe Marcus Clarke2003-06-013-0/+542
| | | | | | | | | | * Fix some 64-bit problems in the JavaScript and nspr code [2] Submitted by: Bernd Walter <ticso@cicely.de> [1] tmm [2] Notes: svn path=/head/; revision=81838
* Update to 1.4b.Joe Marcus Clarke2003-05-162-789/+5
| | | | Notes: svn path=/head/; revision=81125
* * Sync recent CONFIGURE_ARGS and optimization changes with www/mozillaJoe Marcus Clarke2003-04-141-0/+55
| | | | | | | | | | * Add patch to prevent crashing with non-Xft fonts * Depend on libIDL instead of ORBit2 Obtained from: www/mozilla Notes: svn path=/head/; revision=78978
* * Update to 1.4a and unbreakJoe Marcus Clarke2003-04-074-47/+800
| | | | | | | * Convert to new GNOME infrastructure Notes: svn path=/head/; revision=78498
* 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-122-32/+8
| | | | Notes: svn path=/head/; revision=75386
* FreeBSD requires Mozilla components to be linked with -Bsymbolic so to avoidJoe Marcus Clarke2003-01-251-0/+15
| | | | | | | | 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
* * Update to 1.3aJoe Marcus Clarke2003-01-214-1039/+42
| | | | | | | | | | | | | * 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-271-7/+12
| | | | | | | | | | | 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-241-4/+20
| | | | | | | | | | | 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
* 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
* * Make this port a master port which can support slavesJoe Marcus Clarke2002-11-172-1/+19
| | | | | | | | | * 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 support for building the GTK 2 version of Mozilla (define WITH_GTK2Joe Marcus Clarke2002-10-291-0/+953
| | | | | | | | | | | | 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
* * Add a patch that fixes some localization issues [1]Joe Marcus Clarke2002-10-232-0/+116
| | | | | | | | | | | | | * 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
* This commit includes:Joe Marcus Clarke2002-10-223-358/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-203-66/+28
| | | | Notes: svn path=/head/; revision=68396
* Add a patch from Mozilla CVS to correct the recent security hole. Un-forbidJoe Marcus Clarke2002-10-181-0/+317
| | | | | | | | | | | the port. Patch link was Submitted by: Jung-uk Kim <jkim@niksun.com> Notes: svn path=/head/; revision=68235
* 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
* 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
* Update to 1.1. This fixes the font problem as well as the chatzilla bug. AJoe Marcus Clarke2002-08-284-112/+8
| | | | | | | | | | | 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-011-0/+22
| | | | | | | Submitted by: ume Notes: svn path=/head/; revision=63833
* * Fix build on -CURRENTJoe Marcus Clarke2002-07-231-0/+21
| | | | | | | | | | | | | | * 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-132-0/+80
| | | | | | | | | | 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
* Update to 1.0.rc2.Joe Marcus Clarke2002-05-132-117/+8
| | | | | | | 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
* Fix recent security vulnerability in Mozilla, as well as the resultingJoe Marcus Clarke2002-05-051-0/+97
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=58593
* Update to 1.0.rc1Joe Marcus Clarke2002-04-223-128/+0
| | | | | | | | Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57991
* Multiple IP trying works not only when connection resused but alsoMunechika SUMIKAWA2002-03-292-0/+100
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=56837
* Fix displaying of bold/italic truetype fonts. Bump PORTREVISION.Maxim Sobolev2002-03-191-0/+28
| | | | | | | | | PR: 36049 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> Obtained from: Mozilla cvs Notes: svn path=/head/; revision=56327
* - Re-enable Chatzilla;Maxim Sobolev2002-03-141-0/+14
| | | | | | | | | | | - remove non-working freetype workaround; - correct name of the freetype library, so that it is easier to get AA fonts working. Bump PORTREVISION. Notes: svn path=/head/; revision=56105
* Long awaited 0.9.9 update. For some reason configure doesn't pick up ourMaxim Sobolev2002-03-1210-562/+23
| | | | | | | | | 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. Notes: svn path=/head/; revision=55943
* Clean up this port, including GCing old configure options and making patchesJeremy Lea2002-02-159-70/+504
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=54761
* Update to 0.9.8.Maxim Sobolev2002-02-054-124/+15
| | | | Notes: svn path=/head/; revision=54242
* - Install files necessary for viewing pages in Asian languages using portsMaxim Sobolev2002-01-152-5/+23
| | | | | | | | | | | | | | | based on mozilla-embedded (galeon, skipstone etc.); - remove commented out line from unixcharset.properties; - add few `@unexec rm -f' into mozilla-embedded plist to ensure complete removal of package even if the port based on mozilla-embedded was executed with root privileges (mozilla has a bad habit of updating files in ${PREFIX}/lib/mozilla* wherever it's possible). Submitted by: Takashi KANAMARU <kanamaru@sekine-lab.ei.tuat.ac.jp> (Asian langs) sobomax (the rest) Notes: svn path=/head/; revision=53116
* Backout addition of en_US.ISO8859-1 locale - it's already there. This committerMaxim Sobolev2002-01-141-1/+1
| | | | | | | | | need a break. *sigh* Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=53070
* Recognize en_GB.ISO_8859-1, en_US.ISO_8859-1 and uk_UA.KOI8-U locales as well.Maxim Sobolev2002-01-141-2/+6
| | | | | | | | | Submitted by: Andriy Gapon <agapon@usa.com> (uk_UA.KOI8-U) Simon 'corecode' Schubert <corecode@corecode.ath.cx> (en_GB.ISO_8859-1) sobomax (en_US.ISO_8859-1) Notes: svn path=/head/; revision=53068
* Add FreeBSD locales. This solves the problem with Mozilla not starting upMaxim Sobolev2002-01-031-0/+72
| | | | | | | | | | properly if locale set to something other than C or en_US. PR: 33498 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=52526
* Add a patch missed in the previous commit.Maxim Sobolev2001-12-261-0/+25
| | | | Notes: svn path=/head/; revision=52193
* Update to 0.9.7.Maxim Sobolev2001-12-266-33/+74
| | | | Notes: svn path=/head/; revision=52192
* Update to 0.9.6. Surprisingly, this update doesn't break Galeon/Nautilus.Maxim Sobolev2001-11-215-33/+64
| | | | Notes: svn path=/head/; revision=50335
* Prevent build from breaking when the user has incompatible version ofMaxim Sobolev2001-10-251-0/+13
| | | | | | | | | openldap installed at the time of build. Reported by: huge number of angry users >:-| Notes: svn path=/head/; revision=49190
* Update to 0.9.4.Maxim Sobolev2001-09-181-10/+17
| | | | Notes: svn path=/head/; revision=47947
* Update to 0.9.3.Maxim Sobolev2001-08-073-22/+8
| | | | | | | Submitted by: sf Notes: svn path=/head/; revision=45921