aboutsummaryrefslogtreecommitdiffstats
path: root/www/mozilla/Makefile
Commit message (Expand)AuthorAgeFilesLines
* * Update to 1.7.13marcus2006-04-231-2/+2
* - Convert all gecko pkg-[de]install scripts into a genericahze2006-03-301-1/+1
* - Add support for USE_GECKO=xulrunnerahze2006-03-151-3/+2
* Mark not for ia64 since regchrome (and the application itself) dumps core.marcus2006-01-091-0/+2
* - Remove isp stuff if build with mailahze2005-12-061-1/+8
* Fix all those ports to find libnssckbi.so in the correct place to allow thosemezz2005-12-021-1/+1
* - Update firefox to 1.5ahze2005-11-301-263/+34
* * Chase the glib20 shared lib versionmarcus2005-11-051-19/+20
* Replace /usr/X11R6 with ${X11BASE} to fix the build with non-defaultmarcus2005-10-271-1/+2
* Update to 1.7.12. Seemarcus2005-09-251-2/+2
* - Fix the sed for libesd and kill the major version of librarymezz2005-09-241-7/+4
* - Patch a security vulnerability (DoS, remote execution) in IDNpav2005-09-111-1/+1
* * Update to 1.7.11marcus2005-08-291-2/+4
* Install IDL files into ${PREFIX}/share/idl/mozilla.marcus2005-07-261-0/+11
* Update to 1.7.10 which fixes a number of security vulnerabilities.marcus2005-07-221-4/+3
* - Update to 1.7.8ahze2005-05-121-2/+2
* - Quote line to fix build on pointyhatahze2005-04-291-1/+1
* - Install .desktop file in share/applications instead ofahze2005-04-271-16/+6
* - Move "DISTFILES+=libart_lgpl-1${EXTRACT_SUFX}:local" below bsd.port.pre.mkahze2005-04-171-3/+4
* - Update to 1.7.7ahze2005-04-161-7/+7
* - Add WITH_CAIRO_RENDER to OPTIONS, off by defaultahze2005-04-071-3/+4
* Switch one last WITH_MENU_ENTRY to !WITHOUT_MENU_ENTRYahze2005-04-041-1/+1
* - cleanup and remove pre-everything lineahze2005-04-031-51/+33
* * Update to 1.7.6 to fix security issues (seemarcus2005-03-251-13/+25
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
* _ Add redundant BUILD_DEPENDS for graphics/cairo to check for cairo-xlib.hahze2005-03-111-0/+1
* Update freetype2 to 2.1.9, and patch Mozilla and friends accordingly.marcus2005-03-101-0/+2
* The pkg-message is no longer appropriate, so remove it.marcus2005-02-131-1/+0
* Use gnomehier when installing the GNOME desktop item to fix plist problems.marcus2005-02-131-0/+4
* * Fix external URI loaders by loading the correct version of the GNOMEmarcus2004-12-251-0/+1
* Enable installation of the .desktop file by default, andadamw2004-12-231-1/+2
* Add an OPTIONS entry that installs a .desktop entry for mozilla. I used theadamw2004-12-231-1/+12
* * Update to 1.7.5marcus2004-12-201-16/+10
* Be sure to create the browser_plugins during package install as well. Somemarcus2004-12-041-1/+2
* Don't install movemail fix if built with WITHOUT_MAILNEWSahze2004-11-101-0/+2
* - Install isp directory to fix Movemail support [1]ahze2004-11-091-7/+20
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).marcus2004-11-081-11/+12
* Fix a botched patch on my part. Now that we're doing the substitution inmarcus2004-10-261-2/+2
* Move REINPLACE_CMD up from do-install to pre-install so no .bak files are leftmarcus2004-10-241-3/+3
* Don't add -gtk1 twice to the pkg-config files.marcus2004-10-211-4/+4
* Fix some more installation-blocking typos missed in the back-port from 1.7.3.marcus2004-10-131-2/+2
* Fix a bug with installation. Somehow I forgot to do the install stepmarcus2004-10-131-4/+6
* Adapt the "fake" installation system from Firefox to create a moremarcus2004-10-121-9/+18
* Patch the various recently reported security vulnerabilities in Mozilla.marcus2004-09-281-1/+1
* Fix a problem where passing a URL without a trailing slash can stopmarcus2004-09-031-1/+1
* Update to 1.7.2 to fix a few security vulnerabilities, and add a pkg-deinstallmarcus2004-08-081-1/+4
* Update to 1.7.1.adamw2004-07-191-1/+1
* Allow MOZ_SUFX to be overridden to fix the build of galeon.marcus2004-07-021-1/+1
* * Update to 1.7marcus2004-06-281-78/+102
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
* Borrow from the OpenLDAP ports, and refuse to build if bind has beenmarcus2004-03-191-0/+6
* 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-111-11/+22
* GTK2 mozilla is now the default, and GTK1 support will be built only if expli...adamw2004-02-181-7/+7
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* 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-171-24/+22
* Don't build these ports on amd64.marcus2003-11-241-0/+2
* 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-191-2/+3
* * Update to 1.4.1marcus2003-10-121-7/+13
* Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places.marcus2003-09-071-0/+7
* * Update to 1.4marcus2003-07-011-4/+4
* * Add FreeBSD Alpha support! [1]marcus2003-06-011-5/+3
* Update to 1.3.1.marcus2003-05-091-2/+2
* 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-141-4/+9
* s/<malloc.h>/<stdlib.h>/gmarcus2003-04-111-0/+2
* * Update to 1.3marcus2003-04-041-14/+32
* Clear moonlight beckons.ade2003-03-071-0/+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-261-0/+1
* 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-221-25/+107
* Fix the startup script so that it can accept option arguments. This fixesmarcus2002-11-281-1/+1
* Make the Mozilla startup scripts a little smarter. Instead of launching amarcus2002-11-241-2/+2
* 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-231-6/+11
* Add a missing '!' to the test for the browser_plugins dir. We only want tomarcus2002-10-221-1/+1
* This commit includes:marcus2002-10-221-17/+34
* Add modified patch from Mozilla CVS to correct the recent security hole.marcus2002-10-181-3/+1
* 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 to 1.0.1. This is a massive bugfix release, and all Mozilla 1.0 usersmarcus2002-09-121-4/+4
* Add mozilla-*-devel after a repo copy from mozilla.marcus2002-09-041-7/+9
* Update to 1.1. This fixes the font problem as well as the chatzilla bug. Amarcus2002-08-291-9/+6
* Don't use mapped IPv6 address when connecting IPv4 node.sumikawa2002-08-011-1/+1
* * Fix build on -CURRENTmarcus2002-07-231-5/+12
* security fix: correct bugs 115788 and 150339 (Mozilla passestrevor2002-07-141-2/+1
* Forbid because of remote crash.trevor2002-07-141-0/+2
* Update to 1.0. Yay!sobomax2002-06-071-1/+1
* Update Mozilla to 1.0.rc3 and tweak galeon to compile with it.sobomax2002-05-241-3/+2
* Conditionalize mail, news, and LDAP support. All three are still enabledmarcus2002-05-191-3/+20
* Don't treat the ${WITHOUT_CHATZILLA} (default) build as gratuitouslygreen2002-05-151-0/+2
* Update to 1.0.rc2.marcus2002-05-131-4/+3
* 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-061-2/+1
* 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-231-4/+3
* Update to 1.0.rc1marcus2002-04-231-4/+3
* Fix the plist when WITHOUT_CHATZILLA is defined.marcus2002-04-161-0/+3
* 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-291-1/+1
* Fix displaying of bold/italic truetype fonts. Bump PORTREVISION.sobomax2002-03-191-1/+1
* Remove gdk-pixbuf from LIB_DEPENDS - Mozilla doesn't need it anymore.sobomax2002-03-171-1/+0
* - Re-enable Chatzilla;sobomax2002-03-151-2/+2
* 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-131-4/+5
* Pre-create symlink to a Java plugin, so that the user only needs to installsobomax2002-02-191-1/+3
* Clean up this port, including GCing old configure options and making patchesreg2002-02-161-25/+26
* Utilize MASTER_SITES grouping.sobomax2002-02-071-4/+5
* Update to 0.9.8.sobomax2002-02-061-2/+1
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-2/+2
* Enable Chatzilla (IRC client). It is enabled by default unlesssobomax2002-01-041-1/+4
* Add FreeBSD locales. This solves the problem with Mozilla not starting upsobomax2002-01-031-0/+1
* Update to 0.9.7.sobomax2001-12-261-5/+10
* Update to 0.9.6. Surprisingly, this update doesn't break Galeon/Nautilus.sobomax2001-11-221-1/+1
* Update to 0.9.5.sobomax2001-10-221-1/+1
* Update to 0.9.4.sobomax2001-09-181-1/+1
* 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-071-4/+5
* Update to 0.9.2.sobomax2001-07-021-2/+3
* Several cleanups:sobomax2001-06-131-2/+1
* Upgrade to 0.9.1.sobomax2001-06-121-1/+1
* 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-221-5/+13
* Downgrade to 0.8.1 until numerous reported problems are fixed.sobomax2001-05-181-8/+5
* Update to 0.9.sobomax2001-05-171-5/+8
* 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-101-2/+1
* Updated MD5. Just some minor translation chnages it seems...reg2001-02-231-0/+1
* Update to 0.8. No major changes in the port, only regenerated patches.reg2001-02-171-2/+1
* Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1
* Add PSM support.reg2001-01-221-5/+7
* Update to 0.7, bumping port epoch to 1, since the version number wentreg2001-01-131-3/+3
* #%@#$^... forgot to bump PORTREVISION.reg2000-12-221-0/+1
* Explictly link against libgcc_r, to work around bugs in 4.2-RELEASE onwardsreg2000-12-221-1/+1
* Disable jar packages - they are duplicate information.reg2000-10-311-1/+4
* ${ENV} --> ${SETENV}sobomax2000-10-271-2/+2
* Update to M18. Special thanks Steve Elmer <selmer@netscape.com> and Davidreg2000-10-251-13/+6
* Explain why this port has not been upgraded to M18.reg2000-10-241-0/+4
* Use MASTER_SITE_MOZILLA.knu2000-10-241-1/+2
* Update to M17.reg2000-08-141-2/+3
* Redo the upgrade to M16.reg2000-08-041-3/+3
* Backout M15 --> M16 upgrade.sobomax2000-08-031-1/+1
* Update to M16.sobomax2000-08-011-1/+1
* Update to M15.reg2000-04-211-3/+3
* 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-041-0/+8
* Update to M13. Gentlemen, start your T1s.reg2000-01-291-6/+6
* Update from M10->M12, and remove building of idltool, so that this buildsreg2000-01-061-10/+9
* Depend on ORBit.cpiazza1999-11-141-1/+2
* Update to Milestone 10.jim1999-11-121-7/+10
* 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-241-27/+50
* 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-031-5/+5
* 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-131-3/+3
* Upgrade to 1998-04-08 source snapshot.jseger1998-04-131-7/+7
* Initial import of a mozilla port.jseger1998-04-121-43/+30
* Upgrade to 4.05ache1998-04-031-10/+10
* 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-151-1/+17
* Remove RESTRICTED tag.vanilla1998-01-261-3/+1
* Install symlinks "communicator-4" and "navigator-4". By using theseasami1997-11-201-3/+4
* 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-151-10/+5
* Update the stand-alone navigator part to 4.04 too. Untangle the messasami1997-11-151-9/+10
* Upgrade to 4.04ache1997-11-141-16/+13
* Make it possible to install the standalone navigator by definingasami1997-09-251-2/+14
* Switch back to base_install, light version can't do anything with mailto:ache1997-09-081-2/+2
* Upgrade to 4.03b8ache1997-09-081-5/+5
* Change dist site to ftp23 since it is not propogated to all ftps yetache1997-08-041-2/+2
* Upgrade to 4.02b7ache1997-08-041-15/+6
* Upgrade to 4.0b5ache1997-06-011-6/+7
* Upgrade to 4.0b3 (note: Java not work for unknown reason)ache1997-04-091-6/+29
* Netscape4 expired betaache1997-02-251-0/+22