1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Move mod_macro to list of optionnal modules

- pkg-descr cleanups
This commit is contained in:
Clement Laforet 2004-11-13 14:56:45 +00:00
parent 31c97d3b6b
commit d9e2716c45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121520
3 changed files with 15 additions and 17 deletions

View File

@ -34,7 +34,7 @@ MAKE_ENV+= NO_PORTS=YES
PLIST_SUB+= PORTS=""
CONFLICTS= mod_auth_external-2.* mod_bandwidth-2.* mod_put-1.* \
mod_ticket-1.* mod_fastcgi-2.* mod_cvs-0.* mod_roaming-1.* \
mod_layout-3.*
mod_layout-3.* mod_macro-1.*
.endif
.if exists(${APXS})

View File

@ -1,5 +1,5 @@
--- Makefile.orig Thu Dec 18 15:03:49 2003
+++ Makefile Thu Dec 18 15:06:29 2003
--- 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 \
@ -19,13 +19,8 @@
- mod_put \
mod_qs2ssi \
mod_session \
- mod_ticket \
- mod_fastcgi \
- mod_cvs \
mod_random \
- mod_roaming \
mod_ip_forwarding \
mod_macro
+ mod_random \
+ mod_ip_forwarding
+
+.if defined(NO_PORTS)
+SUBDIRS+= \
@ -33,9 +28,14 @@
+ mod_bandwidth \
+ mod_layout \
+ mod_put \
+ mod_ticket \
+ mod_fastcgi \
+ mod_cvs \
mod_ticket \
mod_fastcgi \
mod_cvs \
- mod_random \
- mod_roaming \
- mod_ip_forwarding \
- mod_macro
+ mod_macro \
+ mod_roaming
+.endif

View File

@ -4,10 +4,8 @@ server project (http://www.apache.org/).
The modules are:
mod_allowdev, mod_auth_cookie, mod_auth_cookie_file, mod_auth_external,
mod_auth_inst, mod_auth_system mod_eaccess mod_bandwidth mod_cache,
mod_cgisock, mod_urlcounti, mod_disallow_id, mod_layout, mod_lock,
mod_auth_inst, mod_auth_systemm, mod_eaccess, mod_bandwidth, mod_cache,
mod_cgisock, mod_urlcount, mod_disallow_id, mod_layout, mod_lock,
mod_peephole, mod_put, mod_qs2ssi, mod_session, mod_fastcgi, mod_cvs,
mod_macro, mod_random, mod_roaming, mod_ip_forwarding, mod_ticket, mod_define
and mod_monitor.
WWW: http://modules.apache.org/