diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/apache-contrib/files/patch-Makefile | |
parent | - Move all the fetching into fetch phase (diff) |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Notes
Notes:
svn path=/head/; revision=288378
Diffstat (limited to 'www/apache-contrib/files/patch-Makefile')
-rw-r--r-- | www/apache-contrib/files/patch-Makefile | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/www/apache-contrib/files/patch-Makefile b/www/apache-contrib/files/patch-Makefile deleted file mode 100644 index a59bdd4afbcf..000000000000 --- a/www/apache-contrib/files/patch-Makefile +++ /dev/null @@ -1,43 +0,0 @@ ---- Makefile.orig Fri Mar 3 17:25:33 2000 -+++ Makefile Sat Nov 13 15:52:58 2004 -@@ -9,28 +9,32 @@ - mod_allowdev \ - mod_auth_cookie \ - mod_auth_cookie_file \ -- mod_auth_external \ - mod_auth_inst \ - mod_auth_system \ - mod_eaccess \ -- mod_bandwidth \ - mod_cgisock \ - mod_cache \ - mod_urlcount \ - mod_disallow_id \ -- mod_layout \ - mod_lock \ - mod_peephole \ -- mod_put \ - mod_qs2ssi \ - mod_session \ -+ mod_random \ -+ mod_ip_forwarding -+ -+.if defined(NO_PORTS) -+SUBDIRS+= \ -+ mod_auth_external \ -+ mod_bandwidth \ -+ mod_layout \ -+ mod_put \ - mod_ticket \ - mod_fastcgi \ - mod_cvs \ -- mod_random \ -- mod_roaming \ -- mod_ip_forwarding \ -- mod_macro -+ mod_macro \ -+ mod_roaming -+.endif - - EXTRA_SUBDIRS= \ - mod_monitor \ |