summaryrefslogtreecommitdiffstats
path: root/www/seamonkey
Commit message (Collapse)AuthorAgeFilesLines
* Fix DEBUG builds by checking for all error states from pthread_mutex_trylock().marcus2004-07-271-0/+11
| | | | | | See http://bugzilla.mozilla.org/show_bug.cgi?id=253080 for more details. Submitted by: green
* Fix build on 4.x.adamw2004-07-252-13/+27
|
* Update to 1.8a2.adamw2004-07-153-17/+17
| | | | Incidentally, this fixes the build problem with epiphany-1.3.
* Remove a bad chunk that broke the build on versions other than -CURRENT.marcus2004-07-111-11/+0
| | | | Reported by: pointyhat via kris
* Fix a build problem with -Bsymbolic on Alpha and ia64.marcus2004-07-081-2/+17
| | | | Reported by: Randy Sato <rsato@mac.com>
* Update to 1.8alpha1.adamw2004-07-067-53/+63
| | | | Use a pkg-install to register chrome stuff.
* * Make MOZ_SUFX overrideable just in casemarcus2004-07-011-10/+1
| | | | * Remove the remaining vestiges of GTK+-1 support
* Mark this guy IGNORE until I get around to bringing in 1.8a1.marcus2004-06-281-0/+2
|
* Update to 1.7.r3 (1.7 Release Candidate 3).marcus2004-06-102-5/+5
|
* Enable optional debugging support by specifying WITH_DEBUG or by enabling itmarcus2004-06-021-3/+9
| | | | | | through OPTIONS. Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Update to 1.7 release candidate 2.marcus2004-05-202-5/+5
|
* Update to 1.7 RC 1. The list of feature in this release can be found at:marcus2004-04-293-59/+16
| | | | http://www.mozilla.org/releases/mozilla1.7rc1/README.html
* Fix the link order of the GSSAPI extension so it uses our libasn1.so beforemarcus2004-04-131-0/+12
| | | | | | Mozilla's. This fixes some unresolved symbols problems during post-build. PR: 65472
* This is also BROKEN on alphakris2004-04-121-2/+2
|
* - Drop dependency on gnomevfs-extras, it went away with GNOME 2.6 upgradepav2004-04-081-1/+0
| | | | Reported by: Robert Huff <roberthuff@rcn.com>
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* This is also broken in a different way on ia64kris2004-04-031-1/+5
|
* BROKEN on amd64: Segfault during buildkris2004-04-031-0/+4
|
* Update to 1.7.bmarcus2004-03-209-135/+146
| | | | | | | | | | * Re-add OPTIONS support reorganizing the Makefile some * Enable Kerberos/GSSAPI support (please test) * Enable optional smb:// URI support through gnomevfs2 For a list of all the changes in 1.7 beta, please see: http://www.mozilla.org/releases/mozilla1.7b/README.html#new
* Borrow from the OpenLDAP ports, and refuse to build if bind has beenmarcus2004-03-191-0/+6
| | | | | | | installed with PORT_REPLACES_BASE_BIND defined. PR: 61756 Obtained from: OpenLDAP ports
* Fix build with freetype2-2.1.7.marcus2004-03-171-0/+12
|
* Chase the new location of libXft.marcus2004-03-161-1/+1
|
* * Backout the OPTIONS commit. This requires more Makefile restructuringmarcus2004-03-111-11/+15
| | | | | * Add macro definitions for ESD_LIB and FREETYPE_LIB to simplify future updates
* Fix the install location for the header files. For those that installedmarcus2004-02-271-8/+8
| | | | | mozilla-devel along side mozilla, they will need to reinstall both to sort out the header problems. Sorry.
* * Actually reference the extra patch on 4.Xmarcus2004-02-261-1/+5
| | | | * s|/usr/bin/sort|${SORT}|
* * Fix a compilation issue on -STABLE [1]marcus2004-02-262-1/+46
| | | | | | | * Correct the path to libfreetype to fix an initialization error in the SVG renderer Reported by: adamw [1]
* Bump PORTEPOCH for mozilla-devel, so that its version number willadamw2004-02-261-1/+1
| | | | | remain higher than that in www/mozilla. The alternate behaviour causes portupgrade et. al to see the upgrade as a downgrade.
* * Update to 1.7.amarcus2004-02-267-167/+81
| | | | | | | | | | | | | | * Fix libiconv support * Fix SVG support by using a newer version of libart_lgpl * Use OPTIONS * Fix some potential lockups related to esound * Clean up a few potential pthread problems * Remove the libical support for calendar (libical is now included with Mozilla) * Allow the JPI_LIST to be overridden For a list of what's new in 1.7.a, checkout: http://www.mozilla.org/releases/mozilla1.7a/
* GTK2 mozilla is now the default, and GTK1 support will be built only if ↵adamw2004-02-183-9/+12
| | | | | | | | | | | | | | | | | | | | | | | explicitly requested. This means that mozilla-gtk2 and mozilla-devel-gtk2 are now mozilla and mozilla-devel, respectively; and the old mozilla and mozilla-devel are now mozilla-gtk1 and mozilla-devel-gtk1. This is done for a whole plethora of reasons, and should please everybody except galeon1 fanatics and uhm... anybody else who it doesn't please. If you have WITH_MOZILLA set in your /etc/make.conf, you'll need to update the value accordingly. GTK2 ports will automatically install GTK2 mozilla, and GTK1 ports will automatically install GTK1 ports, so WITH_MOZILLA need be defined only if you want the development version... which are dormant right now anyway. For now, all ports that honoured WITH_MOZILLA=mozilla-{,-devel}-gtk2 will still honour those values as well as WITH_MOZILLA=mozilla{,-devel}, but future ports reserve the right to ignore the *-gtk2 values.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Sync with www/mozilla. This makes sure that future development portsmarcel2004-02-021-1/+1
| | | | contain the necesary ia64 fixes.
* Sync with www/mozilla. This makes sure future development versionsmarcel2004-02-011-2/+13
| | | | will have the ia64 fixes.
* Sync with www/mozilla. This makes sure that future development versionsmarcel2004-02-011-49/+15
| | | | of mozilla will have the ia64 fixes.
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-2/+2
|
* Remove mozilla-headers.adamw2004-01-181-0/+10
| | | | | This integrates the headers from mozilla-headers and mozilla-headers-devel into mozilla and mozilla-devel.
* Mark this port as IGNORE since www/mozilla has been updated to 1.6.marcus2004-01-171-0/+2
|
* This port should now work on amd64, so remove the NOT_FOR_ARCHS macro.marcus2003-12-161-2/+0
|
* Update to 1.6b, and add Peter's amd64 patches from Firebird. For a listmarcus2003-12-1415-91/+611
| | | | | | of what is changed in 1.6b, checkout the release notes at: http://www.mozilla.org/releases/mozilla1.6b/
* Don't build these ports on amd64.marcus2003-11-241-0/+2
| | | | Approved by: portmgr (implicit)
* Add a new patch-Double.cpp that fixes the recent core dumps during post-buildmarcus2003-11-161-2/+45
| | | | | | on Sparc64. Submitted by: tmm (bless that man)
* Only add the plug-in symlink to the plist if we're actually going to createmarcus2003-11-151-1/+7
| | | | | it. This fixes a packaging problem on bento. Also, break out of the for loop once we find a suitable plug-in.
* . Still look in ${LOCALBASE}/jdk1.4.1 for the plugin so users don't have toglewis2003-11-111-0/+1
| | | | | | upgrade their JDK if they don't want to. Submitted by: Jeremy Messenger <mezz7@cox.net>
* . Look in ${LOCALBASE}/jdk1.4.2 for the JDK 1.4 plugin.glewis2003-11-111-2/+2
| | | | Approved by: marcus
* * Try to auto-detect the best Java plug-in [1]marcus2003-11-111-19/+29
| | | | | | | * Remove all spaces (or convert them to tabs) PR: 58849 [1] Inspired by: glewis [1]
* * Update mozilla-devel to 1.6amarcus2003-11-014-34/+19
| | | | | * Install pkg-config files for both the GTK1 and GTK2 versions of Mozilla * Update dependent browsers accordingly
* Mark as IGNORE on -STABLE Alpha.marcus2003-10-121-1/+1
|
* Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places.marcus2003-09-061-0/+7
| | | | | This should help the KSE and libthr people use these applications (plus it lets them build on -CURRENT).
* Update to 1.5 Beta. For a list of what's new, checkout:marcus2003-08-295-31/+31
| | | | http://www.mozilla.org/releases/mozilla1.5b/
* * Add a knob to optionally build XMLTerm [1]marcus2003-08-123-6/+73
| | | | | | | | | | | | | * 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]
* Update to 1.5a.marcus2003-07-2317-239/+275
|
OpenPOWER on IntegriCloud