aboutsummaryrefslogtreecommitdiff
path: root/www/mozilla-devel
Commit message (Collapse)AuthorAgeFilesLines
* Don't install movemail fix if built with WITHOUT_MAILNEWSMichael Johnson2004-11-101-0/+2
| | | | | | | | Pointed out by: pav Approved by: pav (co mentor) Notes: svn path=/head/; revision=121300
* - Install isp directory to fix Movemail support [1]Michael Johnson2004-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) Notes: svn path=/head/; revision=121170
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* * Add a pkg-deinstall script to remove left-over dynamically generatedJoe Marcus Clarke2004-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] Notes: svn path=/head/; revision=120054
* Revert the previous change. That wasn't the droid^WsolutionAdam Weinberger2004-10-231-3/+3
| | | | | | | I was looking for. Notes: svn path=/head/; revision=120044
* The pkgconfig files all end in '-devel'. Training the port toAdam Weinberger2004-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. Notes: svn path=/head/; revision=119985
* Update to 1.8a4. For now, if you're building with Xft2 support,Adam Weinberger2004-10-229-433/+19
| | | | | | | an explicit --disable-freetype2 is passed to the configure script. Notes: svn path=/head/; revision=119949
* Adapt the "fake" installation system from Firefox to create a moreJoe Marcus Clarke2004-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. Notes: svn path=/head/; revision=118705
* Now builds on amd64Kris Kennaway2004-09-291-4/+0
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118489
* Patch the various recently reported security vulnerabilities in Mozilla.Joe Marcus Clarke2004-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) Notes: svn path=/head/; revision=118475
* Update to 1.8a3.Adam Weinberger2004-08-312-6/+9
| | | | | | | | This includes a second distfile for libart_lgpl, which didn't make it into the moz tarball. Notes: svn path=/head/; revision=117731
* Fix DEBUG builds by checking for all error states from pthread_mutex_trylock().Joe Marcus Clarke2004-07-271-0/+11
| | | | | | | | | See http://bugzilla.mozilla.org/show_bug.cgi?id=253080 for more details. Submitted by: green Notes: svn path=/head/; revision=114879
* Fix build on 4.x.Adam Weinberger2004-07-252-13/+27
| | | | Notes: svn path=/head/; revision=114608
* Update to 1.8a2.Adam Weinberger2004-07-153-17/+17
| | | | | | | Incidentally, this fixes the build problem with epiphany-1.3. Notes: svn path=/head/; revision=113741
* Remove a bad chunk that broke the build on versions other than -CURRENT.Joe Marcus Clarke2004-07-111-11/+0
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=113425
* Fix a build problem with -Bsymbolic on Alpha and ia64.Joe Marcus Clarke2004-07-081-2/+17
| | | | | | | Reported by: Randy Sato <rsato@mac.com> Notes: svn path=/head/; revision=113225
* Update to 1.8alpha1.Adam Weinberger2004-07-067-53/+63
| | | | | | | Use a pkg-install to register chrome stuff. Notes: svn path=/head/; revision=113099
* * Make MOZ_SUFX overrideable just in caseJoe Marcus Clarke2004-07-011-10/+1
| | | | | | | * Remove the remaining vestiges of GTK+-1 support Notes: svn path=/head/; revision=112695
* Mark this guy IGNORE until I get around to bringing in 1.8a1.Joe Marcus Clarke2004-06-281-0/+2
| | | | Notes: svn path=/head/; revision=112435
* Update to 1.7.r3 (1.7 Release Candidate 3).Joe Marcus Clarke2004-06-102-5/+5
| | | | Notes: svn path=/head/; revision=111220
* Enable optional debugging support by specifying WITH_DEBUG or by enabling itJoe Marcus Clarke2004-06-021-3/+9
| | | | | | | | | through OPTIONS. Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=110625
* Update to 1.7 release candidate 2.Joe Marcus Clarke2004-05-202-5/+5
| | | | Notes: svn path=/head/; revision=109544
* Update to 1.7 RC 1. The list of feature in this release can be found at:Joe Marcus Clarke2004-04-293-59/+16
| | | | | | | http://www.mozilla.org/releases/mozilla1.7rc1/README.html Notes: svn path=/head/; revision=107985
* Fix the link order of the GSSAPI extension so it uses our libasn1.so beforeJoe Marcus Clarke2004-04-131-0/+12
| | | | | | | | | Mozilla's. This fixes some unresolved symbols problems during post-build. PR: 65472 Notes: svn path=/head/; revision=106919
* This is also BROKEN on alphaKris Kennaway2004-04-121-2/+2
| | | | Notes: svn path=/head/; revision=106766
* - Drop dependency on gnomevfs-extras, it went away with GNOME 2.6 upgradePav Lucistnik2004-04-081-1/+0
| | | | | | | Reported by: Robert Huff <roberthuff@rcn.com> Notes: svn path=/head/; revision=106516
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* This is also broken in a different way on ia64Kris Kennaway2004-04-031-1/+5
| | | | Notes: svn path=/head/; revision=106044
* BROKEN on amd64: Segfault during buildKris Kennaway2004-04-031-0/+4
| | | | Notes: svn path=/head/; revision=106043
* Update to 1.7.bJoe Marcus Clarke2004-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 Notes: svn path=/head/; revision=104709
* Borrow from the OpenLDAP ports, and refuse to build if bind has beenJoe Marcus Clarke2004-03-191-0/+6
| | | | | | | | | | installed with PORT_REPLACES_BASE_BIND defined. PR: 61756 Obtained from: OpenLDAP ports Notes: svn path=/head/; revision=104577
* Fix build with freetype2-2.1.7.Joe Marcus Clarke2004-03-171-0/+12
| | | | Notes: svn path=/head/; revision=104255
* Chase the new location of libXft.Joe Marcus Clarke2004-03-161-1/+1
| | | | Notes: svn path=/head/; revision=104228
* * Backout the OPTIONS commit. This requires more Makefile restructuringJoe Marcus Clarke2004-03-111-11/+15
| | | | | | | | * Add macro definitions for ESD_LIB and FREETYPE_LIB to simplify future updates Notes: svn path=/head/; revision=103607
* Fix the install location for the header files. For those that installedJoe Marcus Clarke2004-02-271-8/+8
| | | | | | | | mozilla-devel along side mozilla, they will need to reinstall both to sort out the header problems. Sorry. Notes: svn path=/head/; revision=102265
* * Actually reference the extra patch on 4.XJoe Marcus Clarke2004-02-261-1/+5
| | | | | | | * s|/usr/bin/sort|${SORT}| Notes: svn path=/head/; revision=102216
* * Fix a compilation issue on -STABLE [1]Joe Marcus Clarke2004-02-262-1/+46
| | | | | | | | | | * Correct the path to libfreetype to fix an initialization error in the SVG renderer Reported by: adamw [1] Notes: svn path=/head/; revision=102175
* Bump PORTEPOCH for mozilla-devel, so that its version number willAdam Weinberger2004-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. Notes: svn path=/head/; revision=102156
* * Update to 1.7.aJoe Marcus Clarke2004-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/ Notes: svn path=/head/; revision=102154
* GTK2 mozilla is now the default, and GTK1 support will be built only if ↵Adam Weinberger2004-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. Notes: svn path=/head/; revision=101293
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Sync with www/mozilla. This makes sure that future development portsMarcel Moolenaar2004-02-021-1/+1
| | | | | | | contain the necesary ia64 fixes. Notes: svn path=/head/; revision=99767
* Sync with www/mozilla. This makes sure future development versionsMarcel Moolenaar2004-02-011-2/+13
| | | | | | | will have the ia64 fixes. Notes: svn path=/head/; revision=99748
* Sync with www/mozilla. This makes sure that future development versionsMarcel Moolenaar2004-02-011-49/+15
| | | | | | | of mozilla will have the ia64 fixes. Notes: svn path=/head/; revision=99743
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-2/+2
| | | | Notes: svn path=/head/; revision=98793
* Remove mozilla-headers.Adam Weinberger2004-01-181-0/+10
| | | | | | | | This integrates the headers from mozilla-headers and mozilla-headers-devel into mozilla and mozilla-devel. Notes: svn path=/head/; revision=98452
* Mark this port as IGNORE since www/mozilla has been updated to 1.6.Joe Marcus Clarke2004-01-171-0/+2
| | | | Notes: svn path=/head/; revision=98371
* This port should now work on amd64, so remove the NOT_FOR_ARCHS macro.Joe Marcus Clarke2003-12-161-2/+0
| | | | Notes: svn path=/head/; revision=95929
* Update to 1.6b, and add Peter's amd64 patches from Firebird. For a listJoe Marcus Clarke2003-12-1415-91/+611
| | | | | | | | | of what is changed in 1.6b, checkout the release notes at: http://www.mozilla.org/releases/mozilla1.6b/ Notes: svn path=/head/; revision=95803
* Don't build these ports on amd64.Joe Marcus Clarke2003-11-241-0/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94751