diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-16 22:07:48 +0800 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-16 22:07:48 +0800 |
commit | 5455874985700a19f261e31f96b4bc75691a6a71 (patch) | |
tree | e1d5c92c7a1ee3dc0188a29d385cfd25f8a1c3ff /www/apache2 | |
parent | db882f0e9b01501812f41a03aaa8393398c1ea36 (diff) | |
download | freebsd-ports-gnome-5455874985700a19f261e31f96b4bc75691a6a71.tar.gz freebsd-ports-gnome-5455874985700a19f261e31f96b4bc75691a6a71.tar.zst freebsd-ports-gnome-5455874985700a19f261e31f96b4bc75691a6a71.zip |
- Add windowsupdate.com mod_proxy fix. [1]
you must define WITH_WINDOWSUPDATEFIX
- Fix typo/reword Makefile.doc [2]
PR: 62610 [1], 62757 [2]
Submitted by: leafy <leafy@leafy.idv.tw> [1],
Linh Pham <question+freebsdpr@closedsrc.org> [2]
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 4 | ||||
-rw-r--r-- | www/apache2/Makefile.doc | 2 | ||||
-rw-r--r-- | www/apache2/distinfo | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 6c58115c3fb7..bb74ee1b55bb 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -37,6 +37,10 @@ PATCH_DIST_STRIP+= -p1:clement .if defined (WITH_LDAPFIX) PATCHFILES+= httpd-2.0.48-ldap-fix.patch:clement .endif +.if defined (WITH_WINDOWSUPDATEFIX) +PATCHFILES+= httpd-2.0.48-windowsupdate.patch:clement +.endif + SCRIPTS_ENV+= LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \ LIBTOOL_VERSION=${LIBTOOL_VERSION} diff --git a/www/apache2/Makefile.doc b/www/apache2/Makefile.doc index 710f3aa1f774..22e3c49f4fbb 100644 --- a/www/apache2/Makefile.doc +++ b/www/apache2/Makefile.doc @@ -35,7 +35,7 @@ ## (They must be already enabled (i.e. WITH_MODULES or with default configuration ## use 'make show-modules', to check if they are enabled) ## WITH_EXPERIMENTAL: Build and install experimental modules -## WITH_EXTRA_MODULES: To add addtionnal modules +## WITH_EXTRA_MODULES: Use this to support additional modules (plist entry is NOT currently supported) ## WITH_MODULES: List of your own modules ## WITHOUT_MODULES: Disable listed modules ## WITH_SUEXEC: Enable suExec support diff --git a/www/apache2/distinfo b/www/apache2/distinfo index 1639cf983cd7..dbf3b71a341f 100644 --- a/www/apache2/distinfo +++ b/www/apache2/distinfo @@ -6,3 +6,5 @@ MD5 (apache2/httpd-2.0.48-buildconf.patch) = 6c87bda01550a99402c3ea0bd333c5e0 SIZE (apache2/httpd-2.0.48-buildconf.patch) = 2407 MD5 (apache2/httpd-2.0.48-ldap-fix.patch) = cfb30edd10c43e51953aecc0da40b104 SIZE (apache2/httpd-2.0.48-ldap-fix.patch) = 35209 +MD5 (apache2/httpd-2.0.48-windowsupdate.patch) = a96fe94b28094483a112705d0428e6f5 +SIZE (apache2/httpd-2.0.48-windowsupdate.patch) = 464 |