diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-07 03:33:28 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-07 03:33:28 +0000 |
commit | a7b42644a946a055223261a64b33b5b65fb0929c (patch) | |
tree | f20c5404b24e83149e067a0de024f929639648dd /www/mod_accounting | |
parent | c5ff3daa56c3c1ba786357fe0ce62914ed38d3a6 (diff) | |
download | ports-a7b42644a946a055223261a64b33b5b65fb0929c.tar.gz ports-a7b42644a946a055223261a64b33b5b65fb0929c.zip |
- Lets only link one db backend in by default
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=255977
Diffstat (limited to 'www/mod_accounting')
-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: |