aboutsummaryrefslogtreecommitdiff
path: root/www/apache2
Commit message (Collapse)AuthorAgeFilesLines
* Use ${INSTALL_DATA} instead of ${CP} to set others readable on 077 umasksHye-Shik Chang2002-06-281-1/+1
| | | | | | | | PR: 38389 Submitted by: abatko@cs.mcgill.ca Notes: svn path=/head/; revision=62124
* o Fix the htpasswd logic bug around -c and -n optionsHye-Shik Chang2002-06-273-18/+15
| | | | | | | | | | | o Take away WITH_BUNDLED_EXPAT option (use textproc/expat2) o Bump PORTREVISION Prompted by: Jon Noack <noackjr@rice.edu> (htpasswd) Obtained from: Apache Project's CVS (htpasswd) Notes: svn path=/head/; revision=62064
* - Sync www/apache13's change (.default -> -dist)Patrick Li2002-06-213-84/+83
| | | | | | | | | | | | | | - Change default to WITH_BULDLED_EXPAT - Reorder .if .endif blocks (.if WITH_MPM must appear earlier than .if WITHOUT_CACHE) - Some minor style fixes - Bump PORTREVISION PR: ports/39635 Submitted by: maintainer Notes: svn path=/head/; revision=61713
* * Always use /bin/sh for configure and build.Christian Weisgerber2002-06-201-2/+2
| | | | | | | | | * Fix EXPAT_PATHS substitution on 4.4. Submitted by: maintainer Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=61629
* Add USE_REINPLACE where appropriate.Maxim Sobolev2002-06-191-0/+1
| | | | Notes: svn path=/head/; revision=61545
* - Update to 2.0.39, the emergency security update.Patrick Li2002-06-189-251/+196
| | | | | | | | | | - Unmark FORBIDDEN PR: ports/39477 Submitted by: maintainer Notes: svn path=/head/; revision=61532
* Mark FORBIDDEN until an update is available.Jacques Vidrine2002-06-181-0/+3
| | | | | | | See <URL:http://httpd.apache.org/info/security_bulletin_20020617.txt>. Notes: svn path=/head/; revision=61511
* - Better WITH_SUEXEC supportYing-Chieh Liao2002-05-263-26/+35
| | | | | | | | | | - Build with textproc/expat2 unless defined(WITH_BUNDLED_EXPAT) PR: 38552 Submitted by: maintainer Notes: svn path=/head/; revision=60024
* Fix ports for building with -current without perlPatrick Li2002-05-231-1/+2
| | | | | | | | PR: 38359 Submitted by: maintainer Notes: svn path=/head/; revision=59747
* 1. Upgrade 2.0.35 --> 2.0.36Cy Schubert2002-05-0911-126/+60
| | | | | | | | | | | | 2. Port printed message to "pw userdel www" if port removed permanently. However master.passwd 1.25.2.5 has user www by default, so this is no longer correct advice. Removed pkg-deinstall to correct this. PR: 37849 and 36907 Approved by: MAINTAINER: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=58782
* Respect $DESTDIR for all pathsYing-Chieh Liao2002-04-188-46/+59
| | | | | | | | PR: 37211 Submitted by: maintainer Notes: svn path=/head/; revision=57866
* Remove this patch since perl patch in port Makefile is used toPatrick Li2002-04-141-49/+0
| | | | | | | | | | | accomplish this. PR: 37046 Submitted by: Helge Oldach <send-pr@oldach.net> Approved by: maintainer Notes: svn path=/head/; revision=57698
* - Disable THREADS by default (many ports people reported problems aroundYing-Chieh Liao2002-04-111-4/+8
| | | | | | | | | | | | threads) - Bump port revision - Added two more "POSIX expr" patch target for 5-CURRENT PR: 36981 Submitted by: maintainer Notes: svn path=/head/; revision=57559
* Fix 'expr' usage and allow to compile with GCC 3.1.David E. O'Brien2002-04-111-0/+49
| | | | | | | Submitted by: Hye-Shik Chang <perky@fallin.lv> (maintainer) Notes: svn path=/head/; revision=57554
* Fix typo in the optional WITH_SUEXEC section.Ollivier Robert2002-04-081-1/+1
| | | | | | | | PR: ports/36872 Submitted by: Hye-Shik Chang <perky@fallin.lv> (MAINTAINER) Notes: svn path=/head/; revision=57439
* Update to 2.0.35 (first GA release!)Patrick Li2002-04-0815-690/+710
| | | | | | | | PR: 36834 Submitted by: maintainer Notes: svn path=/head/; revision=57424
* Don't try to fetch the "-beta" file. `make fetch' returns "Multiple files".David E. O'Brien2002-04-071-1/+1
| | | | Notes: svn path=/head/; revision=57402
* Update to 2.0.32Patrick Li2002-03-2312-256/+245
| | | | | | | | PR: 36040 Submitted by: maintainer Notes: svn path=/head/; revision=56460
* Fix problem where installation would overwrite existing config filesDavid W. Chapman Jr.2002-01-222-2/+11
| | | | | | | | | Bump PORTREVISION Submitted by: maintainer Notes: svn path=/head/; revision=53580
* Fix invalid path problem on building extension module with apxs.Ying-Chieh Liao2001-12-132-2/+29
| | | | | | | | PR: 32638 Submitted by: maintainer Notes: svn path=/head/; revision=51467
* Suggest a command to delete user instead of actually deleting itAndrey A. Chernov2001-12-072-9/+4
| | | | | | | PR: 32536 Notes: svn path=/head/; revision=51196
* Fix to define correct $PATCHFILES which is introduced in previous commit.Jun Kuriyama2001-12-011-1/+1
| | | | | | | Submitted by: Christian Weisgerber <naddy@freebsd.org> Notes: svn path=/head/; revision=50811
* PLIST cleanup.Jun Kuriyama2001-12-012-1/+7
| | | | | | | Found by: bento Notes: svn path=/head/; revision=50796
* Fix a problem that apache release can't detach from launcher'sDavid W. Chapman Jr.2001-11-232-0/+5
| | | | | | | | | | | terminal PR: 32208 Submitted by: maintainer Pointed out by: Jos Backus <josb@cncdsl.com> Notes: svn path=/head/; revision=50397
* Update to 2.0.28David W. Chapman Jr.2001-11-1915-843/+996
| | | | | | | | PR: 32043 Submitted by: maintainer Notes: svn path=/head/; revision=50228
* Set LATEST_LINK to apache2 in favor of www/apache13.Akinori MUSHA2001-11-061-0/+2
| | | | Notes: svn path=/head/; revision=49697
* Oops, CVS not change access bits on removing/adding, so use ${SH} trickAndrey A. Chernov2001-10-291-1/+1
| | | | Notes: svn path=/head/; revision=49343
* Second part to fix missing x-bit on pkg*installAndrey A. Chernov2001-10-293-1/+56
| | | | | | | PR: 31599 Notes: svn path=/head/; revision=49342
* First part to fix missing x-bit on pkg*installAndrey A. Chernov2001-10-292-54/+0
| | | | Notes: svn path=/head/; revision=49341
* Sync with main ApacheAndrey A. Chernov2001-10-244-7/+66
| | | | | | | Submitted by: MAINTAINER Notes: svn path=/head/; revision=49176
* Fix problems with configure bug that doesn't evaluate variables forWill Andrews2001-04-172-1/+20
| | | | | | | | | | | support/*.in. PR: 26570 Submitted by: maintainer Found by: mharo Notes: svn path=/head/; revision=41579
* Add ipv6 to CATEGORIES, since Apache supports IPv6 by default.Will Andrews2001-04-131-1/+1
| | | | | | | Submitted by: ume Notes: svn path=/head/; revision=41338
* Bring in Apache 2.0.16-beta. Just in time for the release...Will Andrews2001-04-1321-631/+912
| | | | | | | | | PR: 26410 Submitted by: Chang, Hye-Shik <perky@python.or.kr> Repocopied by: asami Notes: svn path=/head/; revision=41326
* Apache dist moved to another subdirAndrey A. Chernov2001-04-071-15/+16
| | | | | | | | | | Bump PORTREVISION for util.c patch PR: 26383 Submitted by: Chang, Hye-Shik <perky@python.or.kr> Notes: svn path=/head/; revision=40976
* Add official patch to not coredump on missing ServerNameAndrey A. Chernov2001-03-311-0/+53
| | | | | | | | PR: 26237 Submitted by: Scot W. Hetzel <hetzels@westbend.net> Notes: svn path=/head/; revision=40677
* Upgrade to 1.3.19Andrey A. Chernov2001-03-063-7/+24
| | | | Notes: svn path=/head/; revision=39153
* bump portrevisionAndrey A. Chernov2001-02-121-0/+1
| | | | Notes: svn path=/head/; revision=38260
* Add official fix for RewriteMap bugAndrey A. Chernov2001-02-122-0/+4
| | | | Notes: svn path=/head/; revision=38259
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37985
* Upgrade to 1.3.17Andrey A. Chernov2001-01-303-18/+48
| | | | Notes: svn path=/head/; revision=37789
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-4/+4
| | | | Notes: svn path=/head/; revision=37252
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Add official mod_rewrite fixAndrey A. Chernov2000-12-272-0/+5
| | | | Notes: svn path=/head/; revision=36417
* Upgrade to 1.3.14Andrey A. Chernov2000-10-143-6/+26
| | | | Notes: svn path=/head/; revision=33811
* Move all modules from static to shared to allow maximal configurationAndrey A. Chernov2000-10-112-2/+22
| | | | | | | | | | flexibility. WARNING: existing configurations should be updated with 'LoadModule' for previously static modules. Notes: svn path=/head/; revision=33715
* Cosmetic changes to reduce difference between apache13 ports.Jun Kuriyama2000-08-221-23/+23
| | | | | | | | | | | | (whitespace/tab, re-ordering, same $DISTNAME) This is preparation for ports/18788 updates. Approved by: adam@algroup.co.uk, sumikawa No response from: ache (sorry for stepping on your toes) Notes: svn path=/head/; revision=31844
* Fix path to apachectl in stopAndrey A. Chernov2000-07-181-1/+1
| | | | Notes: svn path=/head/; revision=30784
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-3/+21
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Remove unchanged configuration files and www/{cgi-bin,data} symlinks.Satoshi Asami2000-06-021-0/+7
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29117
* Add appropriate AddType and DirectoryIndex in preparation forDirk Froemberg2000-05-291-4/+50
| | | | | | | | | mod_php[34]. Approved by: ache (maintainer) Notes: svn path=/head/; revision=28933