aboutsummaryrefslogtreecommitdiff
path: root/www/mozilla
Commit message (Collapse)AuthorAgeFilesLines
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* 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-48/+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
* Actually remove libical dependency.Joe Marcus Clarke2004-03-111-4/+0
| | | | Notes: svn path=/head/; revision=103610
* s|/usr/bin/sort|${SORT}|Joe Marcus Clarke2004-03-111-1/+1
| | | | Notes: svn path=/head/; revision=103609
* Merge some fixes from mozilla-devel.Joe Marcus Clarke2004-03-113-13/+60
| | | | | | | | | | | | | * Allow one to override JPI_LIST * Fix some potential lock-ups related to esound * Fix some potential pthread problems * Fix libiconv support * Use built-in libical * Use included libart_lgpl * Use SIZE Notes: svn path=/head/; revision=103608
* 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
* Like alpha, link against libc when creating a shared library on ia64.Marcel Moolenaar2004-02-021-1/+1
| | | | | | | The compiler does not automaticly does that. Notes: svn path=/head/; revision=99766
* Further partial ia64 build fixes: the xpcom stubs for Linux/ia64Marcel Moolenaar2004-02-011-2/+13
| | | | | | | are valid on FreeBSD/ia64 unmodified. Notes: svn path=/head/; revision=99747
* Partially fix build on ia64. The configuration was missingMarcel Moolenaar2004-02-011-49/+15
| | | | | | | | | | | | | HAVE_LONG_LONG, HAVE_ALIGNED_DOUBLES and HAVE_ALIGNED_LONGLONGS for ia64. The build for ia64 breaks later for xptcall. While here, remove the duplicate definitions for __sparc__ that were identical to the definitions for __sparc64__. This was due to the patch adding __sparc64__ when __sparc__ already existed. Normalize on __sparc64__ like for devel/nspr. Notes: svn path=/head/; revision=99739
* 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-1/+11
| | | | | | | | This integrates the headers from mozilla-headers and mozilla-headers-devel into mozilla and mozilla-devel. Notes: svn path=/head/; revision=98452
* Update to 1.6. For all the juicy details, please see:Joe Marcus Clarke2004-01-1717-144/+586
| | | | | | | http://www.mozilla.org/releases/mozilla1.6/ Notes: svn path=/head/; revision=98369
* Don't build these ports on amd64.Joe Marcus Clarke2003-11-241-0/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94751
* Add a new patch-Double.cpp that fixes the recent core dumps during post-buildJoe Marcus Clarke2003-11-161-2/+45
| | | | | | | | | on Sparc64. Submitted by: tmm (bless that man) Notes: svn path=/head/; revision=94115
* Only add the plug-in symlink to the plist if we're actually going to createJoe Marcus Clarke2003-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. Notes: svn path=/head/; revision=93986
* . Still look in ${LOCALBASE}/jdk1.4.1 for the plugin so users don't have toGreg Lewis2003-11-111-0/+1
| | | | | | | | | upgrade their JDK if they don't want to. Submitted by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=93759
* . Look in ${LOCALBASE}/jdk1.4.2 for the JDK 1.4 plugin.Greg Lewis2003-11-111-2/+2
| | | | | | | Approved by: marcus Notes: svn path=/head/; revision=93757
* * Try to auto-detect the best Java plug-in [1]Joe Marcus Clarke2003-11-111-17/+27
| | | | | | | | | | * Remove all spaces (or convert them to tabs) PR: 58849 [1] Inspired by: glewis [1] Notes: svn path=/head/; revision=93715
* * Update mozilla-devel to 1.6aJoe Marcus Clarke2003-11-011-12/+14
| | | | | | | | * Install pkg-config files for both the GTK1 and GTK2 versions of Mozilla * Update dependent browsers accordingly Notes: svn path=/head/; revision=92794
* Update Mozilla to 1.5, and adjust the dependent ports accordingly. Note,Joe Marcus Clarke2003-10-195-35/+43
| | | | | | | | mozilla-devel has not been updated since it would cause INDEX conflicts with the GTK2 port. Notes: svn path=/head/; revision=91618
* * Update to 1.4.1Joe Marcus Clarke2003-10-115-29/+41
| | | | | | | | | | | | | | * Add new CLI options to mozilla startup script [1] * Make XMLTerm optional [2] * Don't accidentally include mozilla in the plist twice [3] PR: 55412 [1] 55330 [2] 56210 [3] Submitted by: bland [1] [2] Notes: svn path=/head/; revision=90864
* Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places.Joe Marcus Clarke2003-09-061-0/+7
| | | | | | | | This should help the KSE and libthr people use these applications (plus it lets them build on -CURRENT). Notes: svn path=/head/; revision=88641
* Round 3 of ia64 patches. With these patches, Mozilla builds, but has theJoe Marcus Clarke2003-07-214-42/+45
| | | | | | | | | core dump problem running regchrome. Submitted by: marcel Notes: svn path=/head/; revision=85269
* Condense the ia64 patches a bit to avoid dangerously long filenames.Joe Marcus Clarke2003-07-202-19/+19
| | | | Notes: svn path=/head/; revision=85254
* Add the second set of ia64 patches. These actually implement xpcom supportJoe Marcus Clarke2003-07-205-18/+82
| | | | | | | | | for ia64. Still more to come. Submitted by: marcel Notes: svn path=/head/; revision=85252
* First round of ia64 patches. These simply enable the nspr API for ia64.Joe Marcus Clarke2003-07-203-69/+116
| | | | | | | | | They do not yet add FreeBSD support to xpcom. Submitted by: marcel Notes: svn path=/head/; revision=85223
* * Update to 1.4Joe Marcus Clarke2003-07-018-626/+37
| | | | | | | * Mark IGNORE on Alpha -STABLE Notes: svn path=/head/; revision=83943
* 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 [untested] Sparc64 support.Joe Marcus Clarke2003-06-012-0/+414
| | | | | | | | Submitted by: tmm kris Notes: svn path=/head/; revision=81837
* * Add FreeBSD Alpha support! [1]Joe Marcus Clarke2003-06-014-5/+545
| | | | | | | | | | | | | * Fix some 64-bit problems with the nspr and JavaScript code [2] Special thanks to Bernd Walter <ticso@cicely.de> for [1] who put together the patch set based on work from gallatin. Submitted by: Bernd Walter <ticso@cicely.de> [1] tmm [2] Notes: svn path=/head/; revision=81818
* Update to 1.3.1.Joe Marcus Clarke2003-05-082-3/+3
| | | | Notes: svn path=/head/; revision=80467
* Make sure Xft support is really disabled if one defines WITHOUT_XFT.Joe Marcus Clarke2003-05-011-0/+2
| | | | | | | | PR: 51595 Submitted by: Seva Gluschenko <gvs@rinet.ru> Notes: svn path=/head/; revision=79947
* Spell PKGNAMESUFFIX with one 'E'.Joe Marcus Clarke2003-04-161-1/+1
| | | | Notes: svn path=/head/; revision=79093
* Add a PKGNAMESUFFIX when building with GTK+-2 support to avoid potentialJoe Marcus Clarke2003-04-161-0/+1
| | | | | | | INDEX duplication. Notes: svn path=/head/; revision=79051
* Do not enable -O2 optimization by default. Instead, allow the userJoe Marcus Clarke2003-04-141-2/+2
| | | | | | | | | | | to enable it by specifying -DWITH_OPTIMIZED_CFLAGS or definining WITH_OPTIMIZED_CFLAGS in /etc/make.conf. Note, this is the same flag mplayer users. Requested by: sobomax Notes: svn path=/head/; revision=78977
* * Fix a problem where non Xft fonts (such as Helvetica) would cause MozillaJoe Marcus Clarke2003-04-143-4/+93
| | | | | | | | | | | | | to crash [1] * Fix a problem connecting to certain IPv6 sites [2] * Disable more tests to speed compilation Submitted by: Alexander N. Kabaev <ak03@gte.com> [1] Hiroharu Tamaru <tamaru@myn.rcast.u-tokyo.ac.jp> [2] Obtained from: http://bugzilla.mozilla.org/show_bug.cgi?id=186745 [2] Notes: svn path=/head/; revision=78959
* s/<malloc.h>/<stdlib.h>/gJoe Marcus Clarke2003-04-101-0/+2
| | | | | | | Reported by: scottl Notes: svn path=/head/; revision=78714
* * Update to 1.3Joe Marcus Clarke2003-04-048-993/+588
| | | | | | | | | | | | * Default to building with -O2 optimizations [1] * Fix a bug where dead keys could not be used [2] PR: 49010 [2] Obtained from: www/phoenix [1] http://bugzilla.mozilla.org/show_bug.cgi?id=176713 [2] Notes: svn path=/head/; revision=78102
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.Eric Anholt2003-02-181-6/+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
* 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-0/+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 support in the master Mozilla port if WITH_GTK2 is defined.Joe Marcus Clarke2003-01-251-0/+1
| | | | | | | This is consistent with the behavior in mozilla-devel. Notes: svn path=/head/; revision=73976
* At last, the long awaited update to 1.2.1. Let the bloodbath begin!Joe Marcus Clarke2003-01-2110-420/+1104
| | | | | | | | | | | | | | | * Update to 1.2.1 * Add optional GTK2 and Xft support * Re-enable optimizations [1] * Disable JavaScript debugger by default [1] * Add calendar support [2] PR: 45789, 45969 [2] Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net> [2] Suggested by: David Schultz <dschultz@uclink.Berkeley.EDU> Notes: svn path=/head/; revision=73726