# New ports collection makefile for: apache HTTPD # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@freebsd.org # # $FreeBSD$ # PORTNAME= apache PORTVERSION= 1.3.12 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ ftp://apache.compuex.com/pub/apache/dist/ \ ftp://apache.arctic.org/pub/apache/dist/ \ ftp://ftp.epix.net/pub/apache/dist/ \ ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ ftp://ftp.connectnet.com/pub/www/apache/ \ ftp://apache.technomancer.com/mirrors/apache/dist/ \ ftp://ftp.raver.net/pub/ftp.apache.org/ \ ftp://www3.service.digital.com/apache/dist/ \ ftp://galileo.galilei.com/pub/apache/ \ ftp://ftp.mtnranch.net/pub/apache/dist/ \ ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ ftp://apache.nextpath.com/pub/apache/dist/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ache@freebsd.org Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 # # Set APACHE_PERF_TUNING env. variable to YES to get maximum performance # HAS_CONFIGURE= yes CONFIGURE_ARGS= \ --prefix=${PREFIX} \ --server-gid=nogroup \ --with-perl=${PERL} \ --with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \ --suexec-docroot=${PREFIX}/www/data \ --without-confadjust \ --enable-shared=remain \ --enable-module=most \ --enable-module=auth_db \ --disable-module=auth_dbm OPTIM=-DHARD_SERVER_LIMIT=512 \ -DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \ -DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\" .if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES OPTIM+= -DBUFFERED_LOGS CFLAGS+= -O6 -fomit-frame-pointer .endif CONFIGURE_ENV= OPTIM='${OPTIM}' MAN1= dbmmanage.1 htdigest.1 htpasswd.1 MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ ${ECHO} "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && ${ECHO} -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ ${CHMOD} 751 ${PREFIX}/etc/rc.d/apache.sh; \ fi .include rge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 2.0.1miwi2008-11-222-6/+8
* - Update to 3.1.7miwi2008-11-223-4/+5
* Module::Starter::Plugin::SimpleStoremiwi2008-11-225-0/+46
* - Updated to 1.2.2glarkin2008-11-222-4/+4
* - Unbreaklme2008-11-221-7/+2
* Add p5-Catalyst-Plugin-CookiedSession 0.34, catalyst Plugin for storingskv2008-11-225-0/+42
* Forced commit to the previous one.skv2008-11-220-0/+0
* Add p5-JSON-XS-VersionOneAndTwo 0.31, support versions 1 and 2 ofskv2008-11-225-0/+39
* Fix plist with NOPORTDOCS definedlme2008-11-221-2/+2
* - Updated to 1.7.0glarkin2008-11-223-177/+2324
* upgrade to 2.1.0ijliao2008-11-225-31/+43
* - Update to 0.91jadawin2008-11-222-4/+4
* Update dependency due to addition of textproc/linux-scim-gtk.hrs2008-11-211-1/+2
* - Add linux_base-{f7,f8} support.hrs2008-11-2121-36/+237
* Add textproc/linux-scim-gtk, Linux binary version of an SCIM modulehrs2008-11-2119-0/+280
* Update maintainers address.wxs2008-11-211-1/+1
* - Update to 0.10jadawin2008-11-212-12/+10
* A faster implementation of hgk using pygtk/pyqt4. Its primary purposeamdmi32008-11-215-0/+92
* Fix "make install" when setting all of $OPTIONS off.hrs2008-11-211-2/+0
* Add textproc/p5-XML-Parser to BUILD_DEPENDS. Recent changes somewhere in theehaupt2008-11-211-0/+1
* Update from 0.6.32 to 0.6.33.osa2008-11-213-5/+14
* - Fix datadir in pkg-plist (it is not PORTDOCS)mm2008-11-211-1/+1
* - Update to 2.10mm2008-11-213-4/+5
* - New RCNG script for smstools3mm2008-11-215-24/+72
* Update to OOO300_m12.maho2008-11-212-5/+5
* - fix plist for -DNOPORTDOCSitetcu2008-11-212-4/+5
* - fix plist with -DNOPORTDOCSitetcu2008-11-212-3/+4
* - man pages installation does not depend on NOPORTDOCS (fix plist)itetcu2008-11-212-7/+3
* - fix typo in MASTERS_SITESitetcu2008-11-212-3/+4
* - fix plist for -DNOPORTDOCSitetcu2008-11-212-6/+6
* - man pages installation is not conditioned by NOPORTDOCS (fix plist)itetcu2008-11-211-5/+6
* - Update to 5.44.1.11mm2008-11-212-5/+5
* Deprecate at maintianer's request, as it isn't developed anymore.itetcu2008-11-211-0/+3
* update URL of one of MASTER_SITES.motoyuki2008-11-211-1/+1
* Update to 3.6 beta 22johans2008-11-212-4/+4
* - fix plist for -DNOPORTDOCSitetcu2008-11-212-8/+7
* Mark broken since it doesn't fetchitetcu2008-11-211-0/+2
* - use DOCSDIRitetcu2008-11-212-6/+7
* Fix fetch.itetcu2008-11-211-2/+1
* Completion: improve portaudit, add pfctldes2008-11-214-1/+122
* Update from 0.7.21 to 0.7.22.osa2008-11-212-4/+4
* - A Pure Perl interface to Git repositoriesclsung2008-11-215-0/+50
* - Fix missing shared object issuepgj2008-11-213-4/+14
* Ports modules update at Friday 21 November 2008 at 00:09edwin2008-11-210-0/+0
* - Initial release of version 1.3.1glarkin2008-11-214-173/+252
* - Upgrade to 1.2.6glarkin2008-11-214-169/+212
* - Update to 1.1.1sem2008-11-212-4/+4
* - Update to 1.04leeym2008-11-213-11/+5
* - use conditional dependency for dual life modules [1]leeym2008-11-211-3/+9
* Update ktorrent to 2.2.8 - the last release for KDE3.makc2008-11-216-10/+12
* - Take maintainership [1]skv2008-11-2110-125/+100
* - Take maintainership [1]skv2008-11-212-6/+10
* - Update to 2.0.5pav2008-11-202-220/+220
* - Fix build on 7.x with ADNS option enabledpav2008-11-201-0/+13
* Take maintainership. As a die-hard fan of nethack I can give this port awxs2008-11-201-1/+1
* Introduce PORTSCOUT varehaupt2008-11-201-0/+2
* - Update to 0.9.2gahr2008-11-203-5/+5
* - Updated CONFLICTS to add GM 1.3glarkin2008-11-203-139/+166
* - Take over maintainshipgahr2008-11-201-1/+1
* Maintainer moved to ports@FreeBSD.org.koitsu2008-11-208-8/+8
* - update to 0.10lth2008-11-202-5/+5
* - Update to 2.7.2rafan2008-11-203-5/+31
* - Remove 0 size patchrafan2008-11-201-0/+0
* Update to 1.1.16 release.ale2008-11-202-4/+4
* - Update to 0.14clsung2008-11-202-4/+4
* - Update to 0.31clsung2008-11-202-4/+4
* - Update to 0.07clsung2008-11-202-4/+4
* - Update to 0.08clsung2008-11-202-4/+4
* - Update to 5.7.3clsung2008-11-202-5/+5
* - update to 1.3.1daichi2008-11-202-4/+4
* - Update to 1.60clsung2008-11-202-4/+4
* - Update to 1.37clsung2008-11-202-4/+4
* - Update to 4.32clsung2008-11-202-4/+4
* - Update to 0.93clsung2008-11-202-4/+4
* Update to 14.2.3ehaupt2008-11-202-4/+4
* Ports modules update at Thursday 20 November 2008 at 00:09edwin2008-11-201-0/+3
* - Update to 1.4amdmi32008-11-2014-312/+101
* Document two ACL bypassing vulnerabilities of dovecot.delphij2008-11-201-0/+29
* - Take maintainershipsergei2008-11-202-2/+2
* - Take maintainershipglarkin2008-11-209-29/+632
* - Document libxml2 -- multiple vulnerabilitiestabthorpe2008-11-201-0/+40
* - Update to 0.90jadawin2008-11-202-4/+4
* - Update to 1.1.0sem2008-11-204-11/+13
* - Restore MASTER_SITE_LOCAL which was removed during update to 2.5sergei2008-11-201-2/+4
* - Update to 2.0.0.10lwhsu2008-11-207-42/+308
* - Remove mirrors that do not exist anymoresergei2008-11-201-10/+3
* - Update to 0.9.9lwhsu2008-11-202-4/+4
* Add p5-IO-BufferedSelect 1.0, line-buffered select interface.lwhsu2008-11-205-0/+41
* - update to 3.02.3leeym2008-11-202-4/+4
* Upgrade to 0.8.2.thierry2008-11-204-4/+71
* Upgrade SeaMonkey French Language Pack to 1.1.13.thierry2008-11-202-4/+4
* Update to 0.4.22.mezz2008-11-202-7/+6
* - Update to 3.58jadawin2008-11-202-5/+4
* Fix two integer overflow vulnerabilities, bump the PORTREVISION.mezz2008-11-203-1/+65
* - Update to 0.9.1gahr2008-11-203-5/+12
* - update to 8leeym2008-11-202-4/+4
* - Now use NOPORTDOCS/NOPORTEXAMPLES and was fixed pkg-plist too.araujo2008-11-203-21/+24
* - Add missing dependancytabthorpe2008-11-202-2/+4
* - Document openfire -- multiple vulnerabilitiestabthorpe2008-11-191-0/+49
* - Update to 0.4.8wxs2008-11-194-14/+14
* - Add a missed runtime dependency on p5-versionpav2008-11-191-1/+3
* - Update to 2.5.0amdmi32008-11-193-12/+10
* - Update to 3.2.6.0amdmi32008-11-193-5/+5
* "SilentBob" is a tool to help a programmer/team manager to digestamdmi32008-11-197-0/+104
* - Update to 3.6.1 (fixes severe security vulnerability [1])gahr2008-11-192-4/+4
* - Fix the patch for CVE-2008-4989 not to cause segfaults on runtime anymorepav2008-11-192-18/+1
* - update to 1.18leeym2008-11-192-4/+5
* . Bump PORTREVISION for my earlier change to the wrapper script.glewis2008-11-191-1/+1
* Ports modules update at Wednesday 19 November 2008 at 00:09edwin2008-11-191-1/+5
* - Update to 2.19amdmi32008-11-1911-61/+81
* Add patch to fix chroot vulnerability.wxs2008-11-198-20/+104
* - Update to 2.11.64 (Documentation still broken upstream)gahr2008-11-193-7/+8
* Document syslog-ng2 chroot vulnerability.wxs2008-11-191-0/+31
* Update to 0.08002lbr2008-11-192-4/+4
* . Fix the location the wrapper script looks for bsh.jar in.glewis2008-11-191-1/+1
* sergei has asked that his ports commit bit be restored. To bring himlinimon2008-11-191-0/+1
* Fix build in unusual environments:nox2008-11-192-8/+14
* Install localization messagge files.delphij2008-11-192-1/+17
* - use DOCSDIR macroitetcu2008-11-192-7/+7
* - fix typo, hence plist for -DNOPORTDOCSitetcu2008-11-191-1/+2
* - Update to 0.5.1amdmi32008-11-193-15/+66
* - use DOCSDIRitetcu2008-11-192-7/+10
* - use SF macro in MASTER_SITESitetcu2008-11-192-6/+6
* - install PORTEXAMPLES only if ! -DNOPORTEXAMPLES (not -DNOPORTDOCS)itetcu2008-11-192-53/+55
* - fix plist for -DNOPORTDOCSitetcu2008-11-182-3/+4
* - use DOCSDIR macroitetcu2008-11-182-5/+5
* - use DOCSDIR macroitetcu2008-11-182-13/+13
* - fix plist for -DNOPORTDOCSitetcu2008-11-181-2/+5
* - Add a missing new line between entriesrafan2008-11-181-0/+1
* - Add an entry for print/enscript and its slave portsrafan2008-11-181-0/+33
* Forgot varnishtest(1) man page.des2008-11-182-2/+4
* Upgrade to 2.0.2.des2008-11-186-22/+10
* Varnish has its own mechanism for dropping privs, and will not work ifdes2008-11-182-4/+22
* - Fix CVE 2008-3863, 2008-4306rafan2008-11-182-1/+95
* - Document that x11-drivers/xf86-input-wacom has been renamed topgj2008-11-181-0/+1
* Add an X.Org driver, a kernel module, and a script to configure X.Orgpgj2008-11-187-0/+523
* - Remove xf86-input-wacom to be re-added it with a different namepgj2008-11-187-522/+0
* o update to 1.3.0daichi2008-11-183-7/+6
* Add devel/p5-File-Dir-Dumper, a Perl module to dump directorytobez2008-11-185-0/+48
* - Update to 5.7 snapshot 20081115rafan2008-11-184-307/+59
* - A XS based replacement for Class::Accessor::Fast.clsung2008-11-185-0/+47
* - Update to 0.1.1clsung2008-11-182-4/+4
* Ports modules update at Tuesday 18 November 2008 at 00:09edwin2008-11-181-0/+5
* Update to 1.5.0wxs2008-11-182-4/+4
* Update to 1.0.7wxs2008-11-183-60/+5
* - install docs in DOCSDIRitetcu2008-11-182-5/+5
* - Update to 4.3amdmi32008-11-183-4/+41
* - Update to 20081114amdmi32008-11-182-5/+5
* - fix plist with -DNOPORTDOCSitetcu2008-11-182-9/+9
* - use DOCSDIRitetcu2008-11-182-11/+13
* Fix an issue related to mktime(3) returning -1 when tm_isdst is true but the ...olgeni2008-11-186-2/+90
* - use DOCSDIRitetcu2008-11-182-12/+13
* Update to 0.16lbr2008-11-182-4/+4
* - use DOCSDIR macroitetcu2008-11-182-5/+5
* - use DOCSDIRitetcu2008-11-182-11/+8
* Move pkg-message --> files/pkg-message.in, forgotten in previous commit.itetcu2008-11-181-1/+1
* - use DOCSDIR macroitetcu2008-11-184-21/+24
* - use DOCSDIR macroitetcu2008-11-182-8/+9
* - fix plist with -DNOPORTDOCSitetcu2008-11-182-108/+109
* - Remove libtools from depends and use its own version, without it nextgarga2008-11-181-2/+1
* - use DOCSDIR and EXAMPLESDIRitetcu2008-11-182-65/+67
* - Update to 20081117garga2008-11-182-6/+5
* BROKEN, doesn't link:itetcu2008-11-181-0/+2
* Add CVE identifier for clamav off-by-one error.wxs2008-11-181-0/+1
* - Update to 1.6.2lwhsu2008-11-182-8/+8
* - Update to 3.7.1lwhsu2008-11-184-5/+18
* - Remove SSL OPTION; force OpenSSL dependency instead.shaun2008-11-181-7/+1
* - Fix plist problem, I was testing on wrong working copy...lwhsu2008-11-178-264/+64
* - Update to 1.0.1lwhsu2008-11-178-20/+20
* Repocopy from GraphicsMagick12 to GraphicsMagick13 is complete.glarkin2008-11-170-0/+0
* - Correct plist when EXTCOLORS is definedrafan2008-11-172-23/+33
* Upstream patch to support unusual --help syntax used by fetchmail.des2008-11-172-1/+35
* - Update to 2.3.1lwhsu2008-11-173-5/+14
* Add an X.Org driver, a kernel module, and a script to configure X.Orgpgj2008-11-177-0/+522
* Accept all linuxthreads library major versions.ale2008-11-179-9/+9
* - fix segfault problem if the length of source is zeroleeym2008-11-172-1/+13
* - Pet portlint(1)rafan2008-11-171-5/+5
* - Update to 0.3.0lwhsu2008-11-175-55/+16
* - Pass maintainership to submitterlwhsu2008-11-171-1/+1
* - udpate to 0.8.7dinoex2008-11-178-24/+107
* - use BUILD_WRKSRC, INSTALL_WRKSRCdinoex2008-11-171-4/+4
* - Update to 0.2.2amdmi32008-11-172-4/+4
* Update to 2.8vs2008-11-172-4/+4
* - fix plistitetcu2008-11-172-3/+3
* Lynis is an auditing tool for Unix (specialists). It scans theamdmi32008-11-175-0/+114
* Ports modules update at Monday 17 November 2008 at 00:09edwin2008-11-171-0/+20
* This is the development version of nano:wxs2008-11-179-0/+207
* - fix plistitetcu2008-11-172-0/+2
* - Update to 0.9.0awxs2008-11-173-130/+94
* - Flow-tools conflicts with freshly-imported flow-tools-ng.stas2008-11-171-1/+3
* - Add a port for flow-tools fork project which is aimed to bestas2008-11-1714-0/+553
* Change the first use of gmake from post-patch to pre-configure (since weitetcu2008-11-171-2/+2
* - install man pages irrespective of -DNOPORTDOCSitetcu2008-11-172-13/+13
* Only add extra patches if they are present.flz2008-11-174-0/+9
* - fix plist for -DNOPORTDOCSitetcu2008-11-172-5/+5
* - use DOCSDIR macroitetcu2008-11-172-5/+6
* - use DOCSDIR macroitetcu2008-11-172-12/+14
* Update to 0.9.0delphij2008-11-174-24/+19
* Update to 3.1.2 with the following fixes and minor changes:itetcu2008-11-1710-104/+8
* - Update to 0.2.4lwhsu2008-11-173-22/+19
* - fix plist for -DNOPORTDOCSitetcu2008-11-172-7/+6
* - Update to 3.7.5lwhsu2008-11-173-4/+14
* - fix plistdanger2008-11-171-0/+4
* - reset maintaineritetcu2008-11-171-5/+3
* Update to 2.25wxs2008-11-172-4/+4
* Upgrade llvm and llvm-gcc4 ports to the 2.4 release.brooks2008-11-178-60/+154
* Upgrade to 4.8.3.thierry2008-11-176-8/+27
* Patchage is a modular patch bay for audio and MIDI systems basedtrasz2008-11-176-0/+62
* - update to 1.16.4dinoex2008-11-173-4/+12
* Upgrade from 2.2a4 to 2.2.1 (released in 2004).mi2008-11-17