aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache20/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use the proper syntax for groups when using ${MASTER_SITE_foo}fenner2005-10-261-1/+2
* - Update to 2.0.55clement2005-10-141-2/+1
* - Apply openssl 0.9.8 fix by default. OpenSSL 0.9.8 is now the defaultclement2005-09-201-4/+1
* - Hook www/apache20 to the build. It fixes some errors in INDEX build withclement2005-09-191-1/+1
* - Sync with www/apache2clement2005-09-101-2/+6
* - make sure SSL dependency doesn't exists if WITHOUT_MODULES_SSL is definedclement2005-08-011-1/+6
* - Add fix for CAN-2005-2088clement2005-07-261-1/+1
* Security: fix a buffer overrun in ssl_callback_SSLVerify_CRL()clement2005-07-261-0/+1
* - Sync with www/apache2clement2005-05-221-1/+6
* - Update to 2.0.53clement2005-02-081-4/+19
* o startup script:clement2005-01-111-5/+14
* - Bump PORTREVISION to refect recent changes.clement2004-12-201-1/+1
* - Remove useless APR_FROM_PORTS check in post-installclement2004-12-181-4/+5
* - s/INSTALLS_SHILB/INSTALLS_SHLIB/clement2004-12-131-1/+1
* - Remove installation of unused highperformance*.confclement2004-12-121-2/+5
* - minor cleanups.clement2004-11-141-5/+3
* - Fix memory consumption DoS, CVE CAN-2004-0942clement2004-11-111-1/+1
* - ldconfig'ify ${PREFIX}/lib/apache2 at install time.clement2004-11-091-0/+2
* Makefile was errornously committed. Revert the changesclement2004-10-311-2/+2
* - Fix apache2 build, I hope...clement2004-10-311-2/+2
* util_ald_cache_purge() fails to relink the cache entries during a cache purge.clement2004-10-301-1/+1
* - Remove WITH_APR_FROM_PORTS knobclement2004-10-161-19/+2
* - Fix apr detectionclement2004-10-161-2/+2
* - Chase apr shlib version bump.kuriyama2004-10-161-2/+2
* - Use ${WWWOWN} and ${WWWGRP} for apache's user. (instead of harcodedclement2004-10-131-1/+3
* - Yet Another Security Fixclement2004-10-131-0/+1
* - Update to 2.0.52clement2004-10-121-9/+10
* - Fix compilation with threads enabled on 5.x (due to PTHREAD_LIBS changes)clement2004-10-101-1/+1
* Security fixes [1]:clement2004-09-161-3/+17
* - Add support for exception hook:clement2004-08-191-1/+6
* - Backport security fixes in ssl_engine_io.cclement2004-08-191-1/+1
* - Bump PORTREVISION for all previous changesclement2004-08-171-5/+13
* Remove our config.layout support. FreeBSD layout is in apache2's oneclement2004-08-081-1/+0
* - Add ldconfig -m to apache2's apr libs (install time and boot time)clement2004-08-061-5/+9
* apache2 NG patch 2/5.clement2004-08-021-0/+2
* apache2 NG patch 1/5.clement2004-07-311-3/+9
* - Fix hostname resolution if IPv4 are mapped. [1]clement2004-07-131-1/+3
* - Add WITHOUT_IPV6 knob to workaround problem with IP resolutionclement2004-07-101-1/+3
* - Make configure script define DEFAULT_SCOREBOARD.clement2004-07-021-0/+1
* - revert ade's commit, since it breaks the ports due to somethingclement2004-07-021-7/+1
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-021-1/+6
* - Update to 2.0.50clement2004-07-011-7/+10
* - Security fix.clement2004-06-291-1/+1
* - change limits from user www to daemon class to be in sync withclement2004-06-071-1/+1
* -1- make show-options readable from a vt100 ;-)clement2004-06-051-5/+16
* - remove quotes from "bogus" IGNORE stringclement2004-06-021-3/+3
* - Fix IGNORE s,(,\(,clement2004-05-301-2/+2
* - s/BROKEN/IGNORE/clement2004-05-301-2/+2
* - Fix build if WITH_APR_FROM_PORTS is defined.clement2004-05-301-0/+3
* - Import security fix from Apache CVS...clement2004-05-281-0/+1
* - import buildconf patch in ports tree.clement2004-05-181-2/+0
* - use autoconf 2.57clement2004-05-181-2/+2
* Update to 2.0.49clement2004-03-201-15/+14
* - CONFLICTS extendeddinoex2004-03-191-1/+4
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-2/+2
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-2/+2
* Fix configure.clement2004-03-131-0/+1
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-121-1/+1
* Fix a mod_ssl denial-of-service.clement2004-03-081-1/+1
* - Add windowsupdate.com mod_proxy fix. [1]clement2004-02-161-0/+4
* - Improve apr from ports support.clement2004-02-081-2/+4
* - Fix typo in SLAVE_DESIGNED_FOR check [1]clement2004-02-081-3/+6
* o Use appropriate comment for WITH_IPV6_V6ONLY knob.kuriyama2004-02-081-1/+1
* Add WITH_PTHREAD_LIBS and WITH_EXPERIMENTAL_THREADS.clement2004-01-221-0/+2
* - Fix compilation for threaded MPM.clement2004-01-161-5/+4
* - Remove thread support in apr. The code prevents apache from runningclement2004-01-141-1/+1
* - Per popular request, add "you can you use make show-modules"-likeclement2004-01-111-4/+11
* Mark apache2 as broken when devel/apr is installed and WITH_APR_FROM_PORTSclement2004-01-101-10/+16
* - fix SSL detection problem on stable with base OpenSSL [1]clement2004-01-101-0/+10
* Apache2 PORTREVISION 2:clement2004-01-091-90/+37
* Remove duplicated WITH_EXPERIMENTAL comment.kuriyama2003-12-131-1/+0
* - fix LDAP deps (typo) [1]naddy2003-11-091-41/+25
* Fix build.perky2003-10-301-1/+1
* Update to 2.0.48, which has corrections for two security bugs:trevor2003-10-301-67/+124
* - fix spelling in CONFLICTSdinoex2003-10-261-1/+1
* Add forgotten file to plist.naddy2003-10-191-0/+1
* - add CONFLICTSdinoex2003-10-141-0/+3
* Cease FreeBSD port maintainershipsedwin2003-09-241-1/+1
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-1/+1
* Update 2.0.46 --> 2.0.47cy2003-07-091-1/+1
* Set GNU_CONFIGURE instead of HAS_CONFIGURE.kris2003-07-061-1/+1
* Hand maintainership to submittererwin2003-07-031-1/+1
* Set maintainer to ports@FreeBSD.orgperky2003-07-031-1/+1
* Add a new knob WITH_LDAP that brings mod_auth_ldap and mod_ldap.perky2003-06-121-0/+11
* Change to use ${PKGINSTALL} instead of `pkg-install' to unbreak the buildperky2003-06-061-1/+1
* [SECURITY FIX]perky2003-06-011-2/+2
* - Utilize MASTER_SITE_APACHE_HTTPD [1]perky2003-04-171-10/+3
* Update to 2.0.45. This update fixes a DDOS vulnerability.perky2003-04-041-1/+1
* De-pkg-comment for my ports.perky2003-02-251-0/+1
* Remove buggy SSL warning which isn't working correctly for openssl'sperky2003-01-311-6/+0
* Update to 2.0.44perky2003-01-221-3/+6
* Move bin/ap[ru]-config to lib/apache2/ to coexist with devel/apr-develperky2003-01-081-1/+1
* o Change installbuilddir to $PREFIX/share/apache2/build to make portingperky2002-11-151-0/+1
* Add MASTER_SITE_RINGSERVER to MASTER_SITES.knu2002-10-131-0/+1
* Update to apache 1.3.27 and 2.0.43. This fixes a security vulnerability.kris2002-10-051-1/+1
* Update to 2.0.42perky2002-09-261-2/+1
* Bump PORTREVISION and expat shlib.kuriyama2002-09-171-1/+2
* Update to 2.0.40perky2002-08-101-25/+23
* Fixed my stupid MAKE_ENV mistake on NOPORTDOCS=trueperky2002-08-051-1/+1
* - Add a small hack for worker MPM [1]perky2002-07-211-2/+11
* Bump portrevision (textproc/expat2 shlib bump).kuriyama2002-07-211-2/+2
* o Install mod_deflate by defaultperky2002-07-141-3/+5
* - Add a patch for a bug on infinite loop in HTTP_INperky2002-07-091-2/+2
* Fix more fatal bugs on htpasswd(1)perky2002-07-081-1/+1
* Use ${INSTALL_DATA} instead of ${CP} to set others readable on 077 umasksperky2002-06-281-1/+1
* o Fix the htpasswd logic bug around -c and -n optionsperky2002-06-271-12/+4
* - Sync www/apache13's change (.default -> -dist)pat2002-06-221-29/+28
* * Always use /bin/sh for configure and build.naddy2002-06-201-2/+2
* Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+1
* - Update to 2.0.39, the emergency security update.pat2002-06-191-32/+30
* Mark FORBIDDEN until an update is available.nectar2002-06-181-0/+3
* - Better WITH_SUEXEC supportijliao2002-05-261-5/+25
* Fix ports for building with -current without perlpat2002-05-231-1/+2
* 1. Upgrade 2.0.35 --> 2.0.36cy2002-05-091-12/+4
* Respect $DESTDIR for all pathsijliao2002-04-191-2/+7
* - Disable THREADS by default (many ports people reported problems aroundijliao2002-04-111-4/+8
* Fix typo in the optional WITH_SUEXEC section.roberto2002-04-081-1/+1
* Update to 2.0.35 (first GA release!)pat2002-04-081-27/+60
* Don't try to fetch the "-beta" file. `make fetch' returns "Multiple files".obrien2002-04-071-1/+1
* Update to 2.0.32pat2002-03-231-24/+26
* Fix problem where installation would overwrite existing config filesdwcjr2002-01-231-1/+1
* Fix invalid path problem on building extension module with apxs.ijliao2001-12-131-1/+1
* Suggest a command to delete user instead of actually deleting itache2001-12-081-1/+1
* Fix to define correct $PATCHFILES which is introduced in previous commit.kuriyama2001-12-011-1/+1
* PLIST cleanup.kuriyama2001-12-011-1/+1
* Fix a problem that apache release can't detach from launcher'sdwcjr2001-11-231-0/+4
* Update to 2.0.28dwcjr2001-11-201-38/+48
* Set LATEST_LINK to apache2 in favor of www/apache13.knu2001-11-071-0/+2
* Oops, CVS not change access bits on removing/adding, so use ${SH} trickache2001-10-301-1/+1
* Second part to fix missing x-bit on pkg*installache2001-10-301-1/+1
* Sync with main Apacheache2001-10-251-3/+6
* Fix problems with configure bug that doesn't evaluate variables forwill2001-04-181-0/+1
* Add ipv6 to CATEGORIES, since Apache supports IPv6 by default.will2001-04-131-1/+1
* Bring in Apache 2.0.16-beta. Just in time for the release...will2001-04-131-45/+45
* Apache dist moved to another subdirache2001-04-071-15/+16
* Upgrade to 1.3.19ache2001-03-071-4/+3
* bump portrevisionache2001-02-131-0/+1
* Add official fix for RewriteMap bugache2001-02-131-0/+3
* Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1
* Upgrade to 1.3.17ache2001-01-301-5/+1
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-4/+4
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
* Add official mod_rewrite fixache2000-12-281-0/+4
* Upgrade to 1.3.14ache2000-10-141-3/+3
* Move all modules from static to shared to allow maximal configurationache2000-10-121-2/+4
* Cosmetic changes to reduce difference between apache13 ports.kuriyama2000-08-221-23/+23
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-051-3/+1
* Fix typocpiazza2000-04-111-1/+1
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
* upgrade to 1.3.12ache2000-02-261-5/+2
* Add official cross side scripting security patchache2000-02-031-0/+3
* upgrade to 1.3.11ache2000-01-251-2/+3
* upgrade to 1.3.9ache1999-09-041-13/+5
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-4/+4
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
* www/apache13 rc.d startup script has /usr/local hardcoded.sada1999-06-261-2/+2
* upgrade to 1.3.6ache1999-03-261-5/+5
* Fix missing "\"sbillf1999-03-141-2/+2
* Add the Apache mirror sites. For ports with 'mods' attached to them, the MAST...billf1999-03-141-1/+15
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-081-2/+3
* change master site to http://ache1999-03-081-2/+2
* upgrade to 1.3.4ache1999-01-151-7/+7
* More Y2K Statement Links...scrappy1999-01-131-1/+2
* Upgrade to 1.3.3smace1998-10-191-4/+4
* coment out --with-perl option, currently perl version don't matterache1998-09-241-2/+4
* upgrade to 1.3.2ache1998-09-241-5/+5
* Remove expensive-optimization -O6 already include itache1998-09-211-2/+2
* Upgrade to 1.3.1ache1998-07-231-5/+8
* Make performance tuning conditionaly depends on APACHE_PERF_TUNINGache1998-06-251-6/+16
* Redirect apachectl output to devnull in apache.shache1998-06-181-2/+2
* Use apachectl to start apache in rc.d/apache.shache1998-06-181-2/+2
* Increase HARD_SERVER_LIMIT to 512, it is already limited by MaxClientsache1998-06-131-2/+3
* Performance tuning as described in http://www.apache.org/docs/misc/perf-tunin...ache1998-06-101-2/+3
* Adjust NO_LATEST_LINK (now apache-1.3 is the default) after repositoryasami1998-06-071-3/+1
* upgrade to 1.3.0ache1998-06-071-4/+4
* upgrade to 1.3b7ache1998-06-061-5/+7
* Fix PLISTache1998-04-231-3/+1
* ===> Building package for apache-1.3b6asami1998-04-221-1/+3
* Minor cleanup -- HAS_CONFIGURE + "--prefix=${PREFIX}" -> GNU_CONFIGURE.asami1998-04-221-5/+5
* Upgrade to 1.3b6, now with loadable modules!ache1998-04-221-61/+20
* Add dist patches set locally since bsd.port.mk can't handle different baseache1998-03-121-3/+3
* Define NO_LATEST_LINK.asami1998-02-251-1/+3
* Upgrade to 1.3b5ache1998-02-201-7/+8
* Add official patch for //// attackache1998-01-081-1/+4
* Upgrade to 1.3b3ache1997-11-221-5/+6
* Compile with -funsigned-char instead of (unsigned char) castache1997-10-241-2/+0
* Upgrade to 1.3b2, now with support files and docs installedache1997-10-231-5/+51
* Do not replace Apache md5 with FreeBSD one, it causeache1997-08-261-4/+1
* Tweak commentache1997-08-131-2/+1
* Update the repository copied (with history) apache 1.2.1 to 1.3a1 from thepeter1997-08-131-15/+11
* The great apache shuffle, part 1.. Revive files and break out SSL..peter1997-08-121-39/+2
* Upgrade to 1.2.1ache1997-07-081-4/+4
* Update to 1.2.0ache1997-06-061-4/+4
* More fixing of OPTIM replacementache1997-06-011-1/+1
* Fix OPTIM= patchingache1997-06-011-1/+1
* Upgrade to 1.2b11ache1997-06-011-5/+5
* Upgrade to 1.2b10ache1997-05-031-4/+4
* Upgrade to 1.2b8ache1997-04-151-6/+9
* Upgrade to 1.2b7ache1997-02-261-4/+4
* Upgrade to 1.2b6ache1997-01-281-4/+4
* Upgrade to 1.2b4ache1997-01-031-4/+4
* Upgrade to 1.2b3ache1996-12-261-8/+8
* Mark the SSL'ed version as BROKEN, until the official patches appear. Alsomarkm1996-12-121-1/+3
* Upgrade to 1.2b2ache1996-12-121-23/+6
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
* Add information URLs commentache1996-11-071-4/+7
* Conditionalize all my patchesache1996-11-071-1/+34
* Uncomment the DEPENDS= line. Sheesh.markm1996-11-011-2/+2
* FINALLY - commit the SSL'ed version of this. (ye gods, this has been a whilemarkm1996-10-271-3/+15
* 1) Add the ability to build a secure (SSL'ed) server, conditionalisedmarkm1996-08-111-2/+22
* Remove unnecessary DISTFILES and EXTRACT_ONLY.asami1996-07-121-5/+2
* ...just changed maintainer to match realitypst1996-07-121-2/+2
* Upgrade to 1.1.1ache1996-07-111-10/+6
* Slight revision: If startup file already there, leave it alone.jkh1996-06-161-5/+7
* Install an apache.sh startup file in /usr/local/etc/rc.d/jkh1996-06-161-1/+7
* Variable reorderization.asami1996-05-201-5/+6
* Use mod_env.c to pass environment to CGI instead of local hackache1996-05-201-8/+9
* Update to Apache 1.0.5 (security fix)pst1996-04-211-3/+3
* Upgrade to 1.0.3ache1996-02-231-4/+4
* Upgrade to 1.0.2.jfieber1996-02-071-3/+3
* Fix MASTER_SITES.jfieber1995-12-041-2/+7
* Update to 1.0jfieber1995-12-031-4/+4
* Change categories to "www". gn has "net" in there too.asami1995-11-271-2/+2
* Upgrade apache to 0.8.14, completely restructure port, and list myself aspst1995-09-241-3/+5
* Upgrade apache to 0.8.13pst1995-09-191-4/+4
* Port of the APACHE web server.jkh1995-08-281-0/+14