1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Respect "apache modules convention".

When you install an apache module via ports or packages, ideally
  module must not alter configuration (not enabled by default)
This commit is contained in:
Clement Laforet 2004-08-17 13:27:50 +00:00
parent 4218954215
commit 7ce8e2b00e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116518
10 changed files with 19 additions and 12 deletions

View File

@ -1,5 +1,6 @@
libexec/apache/mod_accounting.so
@exec %D/sbin/apxs -e -a -n accounting %D/%f
@exec %D/sbin/apxs -e -A -n accounting %D/%f
@unexec %D/sbin/apxs -e -A -n accounting %D/%f
@unexec echo "===> If you do not plan on reinstalling mod_accounting, you must manually remove"; echo "===> references to it in httpd.conf."
share/mod_accounting/schema.sql
%%PORTDOCS%%%%DOCSDIR%%/README

View File

@ -1,5 +1,6 @@
libexec/apache/mod_auth_cookie_mysql.so
@exec %D/sbin/apxs -e -a -n auth_cookie_mysql %D/%f
@exec %D/sbin/apxs -e -A -n auth_cookie_mysql %D/%f
@unexec %D/sbin/apxs -e -A -n auth_cookie_mysql %D/%f
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%EXAMPLESDIR%%/authform.tmpl
%%PORTDOCS%%%%EXAMPLESDIR%%/putcookie.cgi

View File

@ -1,5 +1,6 @@
libexec/apache2/mod_auth_pgsql.so
@exec %D/sbin/apxs -e -a -n auth_pgsql %D/%f
@exec %D/sbin/apxs -e -A -n auth_pgsql %D/%f
@unexec %D/sbin/apxs -e -A -n auth_pgsql %D/%f
%%PORTDOCS%%%%DOCSDIR%%/mod_auth_pgsql.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@unexec echo "===> If you do not plan on reinstalling mod_auth_pgsql, you must manually remove"; echo "===> references to it in httpd.conf."

View File

@ -1,4 +1,4 @@
libexec/apache2/mod_cvs.so
@exec %D/sbin/apxs -e -a -n cvs %D/%f
@unexec %D/sbin/apxs -e -a -n cvs %D/%f
@exec %D/sbin/apxs -e -A -n cvs %D/%f
@unexec %D/sbin/apxs -e -A -n cvs %D/%f
@unexec echo "===> If you do not plan on reinstalling mod_cvs, you must manually remove"; echo "===> references to it in httpd.conf."

View File

@ -1,5 +1,6 @@
libexec/apache2/mod_injection.so
@exec %D/sbin/apxs -e -a -n injection %D/%f
@exec %D/sbin/apxs -e -A -n injection %D/%f
@unexec %D/sbin/apxs -e -A -n injection %D/%f
%%PORTDOCS%%%%DOCSDIR%%/manual/Makefile
%%PORTDOCS%%%%DOCSDIR%%/manual/build.xml
%%PORTDOCS%%%%DOCSDIR%%/manual/changelog.xml

View File

@ -1,6 +1,7 @@
@comment $FreeBSD$
libexec/apache/mod_layout.so
@exec %D/sbin/apxs -e -a -n layout %D/%f
@exec %D/sbin/apxs -e -A -n layout %D/%f
@unexec %D/sbin/apxs -e -A -n layout %D/%f
@unexec echo "===> If you do not plan on reinstalling mod_layout, you must manually remove"; echo "===> references to it in httpd.conf."
%%PORTDOCS%%%%DOCSDIR%%/faq.html
%%PORTDOCS%%%%DOCSDIR%%/directives/Layout.html

View File

@ -1,5 +1,6 @@
libexec/apache2/mod_layout.so
@exec %D/sbin/apxs -e -a -n layout %D/%f
@exec %D/sbin/apxs -e -A -n layout %D/%f
@unexec %D/sbin/apxs -e -A -n layout %D/%f
@unexec echo "===> If you do not plan on reinstalling mod_layout, you must manually remove"; echo "===> references to it in httpd.conf."
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%

View File

@ -1,5 +1,6 @@
libexec/apache2/mod_layout.so
@exec %D/sbin/apxs -e -a -n layout %D/%f
@exec %D/sbin/apxs -e -A -n layout %D/%f
@unexec %D/sbin/apxs -e -A -n layout %D/%f
@unexec echo "===> If you do not plan on reinstalling mod_layout, you must manually remove"; echo "===> references to it in httpd.conf."
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%

View File

@ -1,4 +1,4 @@
libexec/apache2/mod_log_data.so
@exec %D/sbin/apxs -e -a -n log_data %D/%f
@unexec %D/sbin/apxs -e -a -n log_data %D/%f
@exec %D/sbin/apxs -e -A -n log_data %D/%f
@unexec %D/sbin/apxs -e -A -n log_data %D/%f
@unexec echo "===> If you do not plan on reinstalling mod_log_data, you must manually remove"; echo "===> references to it in httpd.conf."

View File

@ -1,4 +1,4 @@
etc/php3.ini-dist
%%AP_LIBEXEC%%/libphp3.so
@exec %D/sbin/apxs -e -a -n php3 %f
@exec %D/sbin/apxs -e -A -n php3 %f
@unexec %D/sbin/apxs -e -A -n php3 %f