summaryrefslogtreecommitdiffstats
path: root/www/seamonkey2
Commit message (Collapse)AuthorAgeFilesLines
* - Add WITH_CAIRO_RENDER to OPTIONS, off by defaultahze2005-04-061-4/+5
| | | | | | | | This option uses cairo for SVG rendering instead of libart - Re-word one option that doesn't fit in dialog window. PR: ports/79590 Submitted by: danfe
* - Remove pkg-[de]install scripts and remove all chrome registering fromahze2005-04-024-135/+49
| | | | | | | | | | | Makefile since the privilege bug seems to be fixed. - Remove WITH_XFT option and make it default since mozilla with gtk2 won't compile without Xft. - Remvoe mng support, it hasn't worked in a long time. - Lots of misc cleanup, consolidation, and removal of dupe lines. - Change WITH_MENU_ENTRY to !WITHOUT_MENU_ENTRY since it's on by default. - Add new OPTION (off by default), WITH_CAIRO that enables cairo-specific canvas features.
* Make the mozilla-devel desktop file run mozilla-devel, not mozilla.adamw2005-03-211-1/+1
| | | | Oosp.
* Add support for adding a .desktop menu entry.adamw2005-03-202-1/+187
| | | | As requested by: Christopher Nehren
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
|
* Fix the startup script so that arguments are passed correctly to the browsermarcus2005-03-022-57/+62
| | | | | | | | binary. PR: 78175 (firefox) 78217 (mozilla-devel) Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
* - Update to 1.8b1ahze2005-02-284-28/+483
| | | | | | | | | | (Release notes: http://www.mozilla.org/releases/mozilla1.8b1/ ) - Add new launch script [1] - Sanitize CFLAGS [1] - Add Mozilla Plugable Init Scripts (PIS) to handle upgrades with ease [1] PR: ports/77744 [1] Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1]
* The pkg-message is no longer appropriate so remove it.marcus2005-02-132-10/+0
|
* Unbreak with 4.x by setting USE_GCC=3.4.adamw2005-01-211-1/+1
| | | | | PR: ports/76452 Submitted by: oliver
* Remove unneeded patch.adamw2005-01-212-46/+0
|
* Update to 1.8a6. They merged a bunch of FreeBSD changes. Neat.adamw2005-01-167-195/+38
|
* * Fix external URI loaders by loading the correct version of the GNOMEmarcus2004-12-243-8/+89
| | | | | | | | | | | libraries. This means Mozilla's GNOME integration (i.e. GConf) should now work [1] * Fix i18n support when invoking Mozilla, and add atsdsp support [2] * Port all fixes to mozilla-devel PR: 75428 [2] Reported by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1] Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [2]
* Fix build with upcoming X.Org 6.8.1.marcus2004-12-131-0/+10
| | | | Submitted by: lesi
* BROKEN on 4.x: Does not compilekris2004-12-111-0/+4
|
* - Fix plist in firefox [1]ahze2004-12-111-2/+4
| | | | | | - Touch lib/browser_plugins/.${PORTNAME}.keep so this directory will not be removed durring deinstall of mozilla[-devel] or firefox if you still have mozilla[-devel] or firefox installed. Pointed out by: pointy hat [1]
* Be sure to create the browser_plugins during package install as well. Somemarcus2004-12-042-1/+6
| | | | | | ports (e.g. www/ump) depend on this directory being there. Reported by: pointyhat via kris
* Update to 1.8a5.adamw2004-11-302-14/+7
|
* Don't install movemail fix if built with WITHOUT_MAILNEWSahze2004-11-101-0/+2
| | | | | Pointed out by: pav Approved by: pav (co mentor)
* - Install isp directory to fix Movemail support [1]ahze2004-11-092-10/+23
| | | | | | | | - Add WITH_CAIRO_RENDER knob that uses cairo for SVG rendering that replaces SVG rendering from libart. Pointed out by: marcus [1] Approved by: marcus (co mentor)
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-071-1/+1
| | | | big upgrade.
* * Add a pkg-deinstall script to remove left-over dynamically generatedmarcus2004-10-242-7/+32
| | | | | | | | | | files [1] * Move REINPLACE_CMD up from do-install to pre-install so no .bak files are left behind after pkg_delete [2] PR: 71313 [1] 73054 [2] Submitted by: Michael Johnson <ahze@ahze.net> [2]
* Revert the previous change. That wasn't the droid^Wsolutionadamw2004-10-231-3/+3
| | | | I was looking for.
* The pkgconfig files all end in '-devel'. Training the port toadamw2004-10-231-2/+4
| | | | | | | | | | | | | | recognize this causes not only a plist change, it also changes the contents of the pkgconfig files, as the s|${FAKEDIR}|${PREFIX}| substitution was not taking place. Because the latter prevents any mozilla-dependent port from building (looking for headers/libs under ${FAKEDIR}), I have bumped PORTVERSION. Galeon2 still won't build against mozilla-devel, however, and if somebody better than I with C++ wants to take a whack at fixing it, that'd be just super.
* Update to 1.8a4. For now, if you're building with Xft2 support,adamw2004-10-229-433/+19
| | | | an explicit --disable-freetype2 is passed to the configure script.
* Adapt the "fake" installation system from Firefox to create a moremarcus2004-10-121-9/+20
| | | | | | | supportable Mozilla installation hierarchy. This will be needed to reliably build newer versions of Galeon and Epiphany. Thanks to adamw for helping debug and fix the mozilla-devel version.
* Now builds on amd64kris2004-09-291-4/+0
| | | | Approved by: portmgr (self)
* Patch the various recently reported security vulnerabilities in Mozilla.marcus2004-09-286-1/+410
| | | | | | | | | | | | | | | | | This update covers the following Mozilla bugs: 245066 226669 250862 255067 256316 257317 258005 Thanks to nectar for scraping all of these patches together. Obtained from: Mozilla CVS Approved by: portmgr (implicit)
* Update to 1.8a3.adamw2004-08-312-6/+9
| | | | | This includes a second distfile for libart_lgpl, which didn't make it into the moz tarball.
* 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
|
OpenPOWER on IntegriCloud