diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 11:33:28 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 11:33:28 +0800 |
commit | 3cfce6bfb64bbf10d8cece63ab540d4f161245a7 (patch) | |
tree | acf573f6f99ff745de247578c4f09af18767cef9 | |
parent | 3e594718609bed8865f475d54ca534f4f60beb80 (diff) | |
download | freebsd-ports-gnome-3cfce6bfb64bbf10d8cece63ab540d4f161245a7.tar.gz freebsd-ports-gnome-3cfce6bfb64bbf10d8cece63ab540d4f161245a7.tar.zst freebsd-ports-gnome-3cfce6bfb64bbf10d8cece63ab540d4f161245a7.zip |
- Lets only link one db backend in by default
- Bump PORTREVISION
-rw-r--r-- | www/mod_accounting/Makefile | 4 | ||||
-rw-r--r-- | www/mod_accounting/pkg-message | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/mod_accounting/Makefile b/www/mod_accounting/Makefile index a36246ca5df0..aff94adcbc55 100644 --- a/www/mod_accounting/Makefile +++ b/www/mod_accounting/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_accounting PORTVERSION= 0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= SF/mod-acct/mod-acct/${PORTVERSION} PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ COMMENT= An Apache module that records traffic statistics into a database MAKE_JOBS_SAFE= yes OPTIONS= MYSQL "Enable MySQL support" on \ - PGSQL "Enable PGSQL support" on + PGSQL "Enable PGSQL support" off USE_APACHE= 13 MAKE_ARGS+= APXS="${APXS}" diff --git a/www/mod_accounting/pkg-message b/www/mod_accounting/pkg-message index 601e93302c65..1d4bcb120ed5 100644 --- a/www/mod_accounting/pkg-message +++ b/www/mod_accounting/pkg-message @@ -3,6 +3,8 @@ mod_accounting is now installed on your system You can find a SQL example schema to use mod_accounting here : ${PREFIX}/share/mod_accounting/schema.sql +Create the database [you must have compiled support the database] + To install it with MySQL use the following command: mysql <database> < schema.sql For PostgreSQL: |