aboutsummaryrefslogtreecommitdiffstats
path: root/www/mozilla
Commit message (Expand)AuthorAgeFilesLines
* Borrow from the OpenLDAP ports, and refuse to build if bind has beenmarcus2004-03-191-0/+6
* Fix build with freetype2-2.1.7.marcus2004-03-171-48/+12
* Chase the new location of libXft.marcus2004-03-171-1/+1
* Actually remove libical dependency.marcus2004-03-111-4/+0
* s|/usr/bin/sort|${SORT}|marcus2004-03-111-1/+1
* Merge some fixes from mozilla-devel.marcus2004-03-113-13/+60
* GTK2 mozilla is now the default, and GTK1 support will be built only if expli...adamw2004-02-183-9/+12
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* Like alpha, link against libc when creating a shared library on ia64.marcel2004-02-021-1/+1
* Further partial ia64 build fixes: the xpcom stubs for Linux/ia64marcel2004-02-021-2/+13
* Partially fix build on ia64. The configuration was missingmarcel2004-02-021-49/+15
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-2/+2
* Remove mozilla-headers.adamw2004-01-181-1/+11
* Update to 1.6. For all the juicy details, please see:marcus2004-01-1717-144/+586
* Don't build these ports on amd64.marcus2003-11-241-0/+2
* Add a new patch-Double.cpp that fixes the recent core dumps during post-buildmarcus2003-11-171-2/+45
* Only add the plug-in symlink to the plist if we're actually going to createmarcus2003-11-151-1/+7
* . Still look in ${LOCALBASE}/jdk1.4.1 for the plugin so users don't have toglewis2003-11-121-0/+1
* . Look in ${LOCALBASE}/jdk1.4.2 for the JDK 1.4 plugin.glewis2003-11-121-2/+2
* * Try to auto-detect the best Java plug-in [1]marcus2003-11-111-17/+27
* * Update mozilla-devel to 1.6amarcus2003-11-021-12/+14
* Update Mozilla to 1.5, and adjust the dependent ports accordingly. Note,marcus2003-10-195-35/+43
* * Update to 1.4.1marcus2003-10-125-29/+41
* Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places.marcus2003-09-071-0/+7
* Round 3 of ia64 patches. With these patches, Mozilla builds, but has themarcus2003-07-214-42/+45
* Condense the ia64 patches a bit to avoid dangerously long filenames.marcus2003-07-212-19/+19
* Add the second set of ia64 patches. These actually implement xpcom supportmarcus2003-07-215-18/+82
* First round of ia64 patches. These simply enable the nspr API for ia64.marcus2003-07-203-69/+116
* * Update to 1.4marcus2003-07-018-626/+37
* Add a forgotten patch to fix the build on Sparc64.marcus2003-06-081-0/+11
* Add a better patch to teach nspr that we have socklen_t.marcus2003-06-022-21/+23
* Add [untested] Sparc64 support.marcus2003-06-012-0/+414
* * Add FreeBSD Alpha support! [1]marcus2003-06-014-5/+545
* Update to 1.3.1.marcus2003-05-092-3/+3
* Make sure Xft support is really disabled if one defines WITHOUT_XFT.marcus2003-05-021-0/+2
* Spell PKGNAMESUFFIX with one 'E'.marcus2003-04-171-1/+1
* Add a PKGNAMESUFFIX when building with GTK+-2 support to avoid potentialmarcus2003-04-161-0/+1
* Do not enable -O2 optimization by default. Instead, allow the usermarcus2003-04-151-2/+2
* * Fix a problem where non Xft fonts (such as Helvetica) would cause Mozillamarcus2003-04-143-4/+93
* s/<malloc.h>/<stdlib.h>/gmarcus2003-04-111-0/+2
* * Update to 1.3marcus2003-04-048-993/+588
* Clear moonlight beckons.ade2003-03-072-1/+1
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.anholt2003-02-181-6/+1
* Fix the ${MASTER_SITE_LOCAL} group so that it correctly makes use ofmarcus2003-02-141-1/+1
* Chase gtk20's shared lib version.marcus2003-02-081-2/+1
* Remove the lib/browser_plugins directory.marcus2003-02-021-0/+1
* FreeBSD requires Mozilla components to be linked with -Bsymbolic so to avoidmarcus2003-01-262-0/+16
* Disable Xft support in the master Mozilla port if WITH_GTK2 is defined.marcus2003-01-251-0/+1
* At last, the long awaited update to 1.2.1. Let the bloodbath begin!marcus2003-01-2210-420/+1104
* Fix the startup script so that it can accept option arguments. This fixesmarcus2002-11-282-8/+13
* Make the Mozilla startup scripts a little smarter. Instead of launching amarcus2002-11-242-6/+22
* Remove an extra blank line.marcus2002-10-241-4/+3
* Properly handle if blocks in the Makefile.marcus2002-10-241-6/+6
* * Fix a problem with plugins not actually loadingmarcus2002-10-232-9/+23
* Add a missing '!' to the test for the browser_plugins dir. We only want tomarcus2002-10-221-1/+1
* This commit includes:marcus2002-10-229-737/+236
* Add modified patch from Mozilla CVS to correct the recent security hole.marcus2002-10-182-3/+261
* Mark forbidden due to security hole reported atmarcus2002-10-171-0/+2
* Bump PORTREVISION after last commit.marcus2002-09-271-0/+1
* Disable Chatzilla by default. The old buffer overflow is still present inmarcus2002-09-271-1/+1
* Update the pkg-descrs yet again. Mozilla.org has changed their descriptions.marcus2002-09-151-1/+1
* Update to 1.0.1. This is a massive bugfix release, and all Mozilla 1.0 usersmarcus2002-09-125-87/+8
* Bring the pkg-descr's up-to-date to reflect the current releases.marcus2002-09-071-12/+6
* Add mozilla-*-devel after a repo copy from mozilla.marcus2002-09-046-62/+111
* Fix the build on -CURRENT. The thunks fix did _not_ make it into the 1.1marcus2002-08-291-0/+21
* Fix the checksum.marcus2002-08-291-1/+1
* Update to 1.1. This fixes the font problem as well as the chatzilla bug. Amarcus2002-08-297-132/+61
* Don't use mapped IPv6 address when connecting IPv4 node.sumikawa2002-08-012-1/+23
* * Fix build on -CURRENTmarcus2002-07-232-5/+33
* security fix: correct bugs 115788 and 150339 (Mozilla passestrevor2002-07-143-2/+81
* Forbid because of remote crash.trevor2002-07-141-0/+2
* Update to 1.0. Yay!sobomax2002-06-072-4/+3
* Put back older checksum in addition to the newer one. Sine two versions ofsobomax2002-05-281-0/+1
* Update checksum. Mozilla folks follow their practice of updating alreadysobomax2002-05-271-1/+1
* Update Mozilla to 1.0.rc3 and tweak galeon to compile with it.sobomax2002-05-242-5/+4
* Conditionalize mail, news, and LDAP support. All three are still enabledmarcus2002-05-192-51/+68
* Don't treat the ${WITHOUT_CHATZILLA} (default) build as gratuitouslygreen2002-05-152-13/+15
* Update to 1.0.rc2.marcus2002-05-135-123/+18
* Whoops, commit the patch, not just the skeleton Makefile.marcus2002-05-111-8/+23
* Really prevent Chatzilla from being installed. Seems the extensions weremarcus2002-05-111-1/+1
* Disable Chatzilla since it contains a buffer overflow as described bymarcus2002-05-091-1/+3
* Fix recent security vulnerability in Mozilla, as well as the resultingmarcus2002-05-062-2/+98
* Mark forbidden because of security bug.mbr2002-05-031-0/+2
* Change dist site for libart from sobomax's people page to his local-distfilesmarcus2002-05-011-3/+4
* Add a conditional broken message so that people stop asking why Mozillamarcus2002-04-261-1/+8
* Allow libart to be fetched quickly instead of wading through all themarcus2002-04-231-2/+2
* Until sobomax copies libart_lgpl-1.0 into his ~public_distfiles dir...obrien2002-04-231-2/+2
* Fix up the port to use the 1.0.rc1 version of the libart dist.marcus2002-04-232-5/+4
* Update to 1.0.rc1marcus2002-04-236-136/+18
* Fix the plist when WITHOUT_CHATZILLA is defined.marcus2002-04-162-15/+18
* Allow installed files to have correct permissions when built by a non-rootmarcus2002-04-141-2/+2
* Multiple IP trying works not only when connection resused but alsosumikawa2002-03-293-1/+101
* Fix displaying of bold/italic truetype fonts. Bump PORTREVISION.sobomax2002-03-192-1/+29
* Remove gdk-pixbuf from LIB_DEPENDS - Mozilla doesn't need it anymore.sobomax2002-03-171-1/+0
* - Re-enable Chatzilla;sobomax2002-03-153-2/+31
* Fix a typo in previous commit.sobomax2002-03-131-1/+1
* Quick'n'dirty hack to prevent freetype1 includes from beint picked instead ofsobomax2002-03-131-0/+1
* Long awaited 0.9.9 update. For some reason configure doesn't pick up oursobomax2002-03-1313-573/+51
* Pre-create symlink to a Java plugin, so that the user only needs to installsobomax2002-02-192-1/+4
* Clean up this port, including GCing old configure options and making patchesreg2002-02-1611-205/+533
* Utilize MASTER_SITES grouping.sobomax2002-02-071-4/+5
* Update to 0.9.8.sobomax2002-02-067-132/+28
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-2/+2
* - Install files necessary for viewing pages in Asian languages using portssobomax2002-01-152-5/+23
* Backout addition of en_US.ISO8859-1 locale - it's already there. This committersobomax2002-01-151-1/+1
* Recognize en_GB.ISO_8859-1, en_US.ISO_8859-1 and uk_UA.KOI8-U locales as well.sobomax2002-01-151-2/+6
* Put back several files erroneously deleted during 0.9.7 update.sobomax2002-01-121-3/+6
* Enable Chatzilla (IRC client). It is enabled by default unlesssobomax2002-01-042-1/+6
* Add FreeBSD locales. This solves the problem with Mozilla not starting upsobomax2002-01-032-0/+73
* Add a patch missed in the previous commit.sobomax2001-12-261-0/+25
* Update to 0.9.7.sobomax2001-12-269-56/+122
* Update to 0.9.6. Surprisingly, this update doesn't break Galeon/Nautilus.sobomax2001-11-228-44/+72
* Prevent build from breaking when the user has incompatible version ofsobomax2001-10-251-0/+13
* Update to 0.9.5.sobomax2001-10-223-5/+14
* Fix WWW: entry, add leading /asmodai2001-09-221-1/+1
* Update to 0.9.4.sobomax2001-09-184-16/+21
* Bump png majorache2001-09-111-1/+1
* Forcefully set MALLOC_OPTIONS=j to prevent build from crashing on 5-CURRENTsobomax2001-08-081-1/+2
* Update to 0.9.3.sobomax2001-08-076-28/+18
* Use "$@" to pass arguments to mozilla instead of $*, which is some cases couldsobomax2001-07-181-1/+1
* Fix a spelling of FreeBSD (FreeBSD --> FREEBSD).sobomax2001-07-181-1/+1
* Fix a possible crash due to an undefined reference to gethostbyname_r().sobomax2001-07-181-0/+14
* Update to 0.9.2.sobomax2001-07-024-24/+25
* Update md5 checksum - no changes in the content of the tarball other thansobomax2001-06-191-1/+1
* Several cleanups:sobomax2001-06-132-3/+2
* Upgrade to 0.9.1.sobomax2001-06-127-140/+24
* Add patch that I've missed in my previos commit.sobomax2001-05-221-0/+17
* Update galeon to 0.10.6.sobomax2001-05-221-0/+66
* Correct empty directories pruning code.sobomax2001-05-221-3/+1
* Assign maintainership to gnome@FreeBSD.org, because Jeremy will be unavailablesobomax2001-05-221-1/+1
* Update to 0.9.sobomax2001-05-226-2451/+108
* Downgrade to 0.8.1 until numerous reported problems are fixed.sobomax2001-05-186-267/+65
* Update to 0.9.sobomax2001-05-176-65/+267
* Various patches (mainly shared library revision changes) for thoseade2001-05-051-1/+2
* Update to 0.8.1. This builds on 4.3-RC, but not on -CURRENT (well not forreg2001-04-104-1251/+765
* Updated MD5. Just some minor translation chnages it seems...reg2001-02-232-1/+2
* Update to 0.8. No major changes in the port, only regenerated patches.reg2001-02-177-61/+100
* Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1
* Add PSM support.reg2001-01-2210-22/+141
* Update to 0.7, bumping port epoch to 1, since the version number wentreg2001-01-134-101/+207
* #%@#$^... forgot to bump PORTREVISION.reg2000-12-221-0/+1
* Explictly link against libgcc_r, to work around bugs in 4.2-RELEASE onwardsreg2000-12-224-12/+54
* Disable jar packages - they are duplicate information.reg2000-10-312-2/+4
* Add back missing file (libjpeg.so).asami2000-10-311-0/+1
* ${ENV} --> ${SETENV}sobomax2000-10-271-2/+2
* Update to M18. Special thanks Steve Elmer <selmer@netscape.com> and Davidreg2000-10-253-1932/+2724
* Explain why this port has not been upgraded to M18.reg2000-10-241-0/+4
* Use MASTER_SITE_MOZILLA.knu2000-10-241-1/+2
* Add missing file (lib/mozilla/libjpeg.so).asami2000-09-151-0/+1
* Add patch for forthcoming mozilla-embedded port (this patch doesn't affectsobomax2000-08-171-0/+15
* Update to M17.reg2000-08-143-45/+753
* Redo the upgrade to M16.reg2000-08-043-1125/+1289
* Backout M15 --> M16 upgrade.sobomax2000-08-033-1285/+1123
* Update to M16.sobomax2000-08-013-1123/+1285
* Bring the seemingly ever-changing md5 up-to-date with reality.jim2000-04-291-1/+1
* Distfile MD5 changed.reg2000-04-221-1/+1
* Update to M15.reg2000-04-214-148/+291
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
* Make M13 work on a post no-thunk-vtable 4.0-CURRENT, and enable usingreg2000-02-046-9/+51
* Update to M13. Gentlemen, start your T1s.reg2000-01-294-39/+99
* Update from M10->M12, and remove building of idltool, so that this buildsreg2000-01-063-830/+965
* Depend on ORBit.cpiazza1999-11-141-1/+2
* Update to Milestone 10.jim1999-11-125-586/+1038
* Bump glib12 's share library version to 3,vanilla1999-10-101-2/+1
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.cpiazza1999-08-231-10/+3
* chmod -> ${CHMOD}mharo1999-08-231-3/+3
* egcc/eg++ have been renamed to gcc295/g++295. Changecpiazza1999-08-181-4/+4
* Weird things happen when you .include bsd.port.mk when you really meantsteve1999-07-241-2/+2
* Update to mozilla M8cpiazza1999-07-243-78/+865
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-5/+5
* Mark BROKEN for ELFjseger1998-10-151-1/+3
* Version number part of PKGNAME should be delimited by "." only....asami1998-07-221-2/+2
* Upgrade to the April 29, 1998 snapshot.jseger1998-05-032-6/+6
* Remove the MOTIFLIB= (i.e., defined to be empty) line from config/FreeBSD.mk,asami1998-04-181-3/+1
* Define BUILD_OPT and NO_NETSCAPE_STATIC. This now lets us build mozilla injseger1998-04-171-4/+4
* This is a kludge to make building work again. post-configure now echo's MOTI...jseger1998-04-171-1/+3
* Remove unneccessary NO_INSTALL_MANPAGES line.jseger1998-04-161-2/+1
* Use shared libaries instead of having a 60+MB binary.jseger1998-04-132-4/+48
* Upgrade to 1998-04-08 source snapshot.jseger1998-04-132-8/+8
* Be more verbose in DESCR than "netscape". :-) Warn that this ishoek1998-04-122-2/+4
* Initial import of a mozilla port.jseger1998-04-125-196/+41
* Upgrade to 4.05ache1998-04-033-13/+13
* Fix for the case where USA_RESIDENT is not definedmarkm1998-03-161-4/+5
* Using Fortify, and setting USE_128BIT, Communicator can now use 128 bitmarkm1998-03-152-1/+18
* Add missing @unexec, @dirrmache1998-03-011-0/+17
* Remove RESTRICTED tag.vanilla1998-01-261-3/+1
* Use %B/ instead of bin/ because @cwd /usr/local not really happensache1997-12-081-3/+3
* Tarball changedache1997-12-081-1/+1
* Install symlinks "communicator-4" and "navigator-4". By using theseasami1997-11-202-4/+6
* Remove reference to 'make NAVIGATOR=yes' and update a commentpeter1997-11-151-5/+2
* Split netscape4 into communicator and navigator, so the two maintainersasami1997-11-155-20/+10
* Make these coment lines a little more useful. (Remove redundancy withasami1997-11-151-1/+1
* Update the stand-alone navigator part to 4.04 too. Untangle the messasami1997-11-152-10/+11
* Upgrade to 4.04ache1997-11-143-17/+16
* Make it possible to install the standalone navigator by definingasami1997-09-253-2/+21
* Remove license_accept bug descriptions again, it is fixed in base_installache1997-09-081-6/+0
* Switch back to base_install, light version can't do anything with mailto:ache1997-09-083-3/+49
* Oops, license bug really _not_ fixed, return old text.ache1997-09-081-0/+6
* Remove comment about accept_license bug, it seems to be fixes in this versionache1997-09-081-6/+0
* Upgrade to 4.03b8ache1997-09-083-51/+6
* Change dist site to ftp23 since it is not propogated to all ftps yetache1997-08-041-2/+2
* Add more info to workaroundache1997-08-041-1/+2
* Add Note describing Netscape dead loop workaroundache1997-08-041-0/+5
* Remove note about Java not work in 8bit mode, it work nowache1997-08-041-2/+0
* Upgrade to 4.02b7ache1997-08-044-81/+55
* Add fake @cwd /usr/local to not allow pkg_create to remove nextache1997-07-031-0/+1
* Remove note about LANG variable for Java, it is fixedache1997-06-011-2/+0
* Fix ln commandsache1997-06-011-7/+6
* Upgrade to 4.0b5ache1997-06-014-7/+119
* Fix a typoache1997-05-061-1/+1
* Add note that Java not work in 8bpp mode with suggestionache1997-04-121-0/+2
* Java not started for certain LANG env. variable values, soache1997-04-101-0/+2
* Upgrade to 4.0b3 (note: Java not work for unknown reason)ache1997-04-093-8/+44
* Remove note about GOLD=yes, it already comes with editorache1997-02-261-3/+0
* Netscape4 expired betaache1997-02-255-0/+47