diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-09-21 19:32:54 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-09-21 19:32:54 +0000 |
commit | fadd903731144a60735ea05726501010bc20aed0 (patch) | |
tree | a4c52f8d19c4612ad9d8b3f9a90670e5b8f61049 /devel | |
parent | b00a035af5d248df2b61bada8ee5c1508843e6b2 (diff) | |
download | pkgsrc-fadd903731144a60735ea05726501010bc20aed0.tar.gz |
Fix builds using PostgreSQL
Fix MESSAGE to point to bugzilla.conf in the right directory
Fixes from adam (at) albedo.art.pl via private email.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bugzilla3/MESSAGE | 4 | ||||
-rw-r--r-- | devel/bugzilla3/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/bugzilla3/MESSAGE b/devel/bugzilla3/MESSAGE index 2d310b8f8dc..c80f1ab02dd 100644 --- a/devel/bugzilla3/MESSAGE +++ b/devel/bugzilla3/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2007/08/27 17:51:33 adrianp Exp $ +$NetBSD: MESSAGE,v 1.2 2007/09/21 19:32:55 adrianp Exp $ To complete the setup you will need to read the Bugzilla-Guide.txt in order to setup mySQL properly. In particular secion 2.2.2 of the document deals @@ -13,7 +13,7 @@ You will need to make Bugzilla accessible through your HTTP server. If you are running Apache then you may add the following lines to httpd.conf: DirectoryIndex index.cgi index.html - Include ${PKG_SYSCONFDIR}/httpd/bugzilla.conf + Include ${PKG_SYSCONFDIR}/bugzilla.conf to make Bugzilla accessible through: diff --git a/devel/bugzilla3/options.mk b/devel/bugzilla3/options.mk index 4efac78c7a5..173eb44ecc1 100644 --- a/devel/bugzilla3/options.mk +++ b/devel/bugzilla3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1.1.1 2007/08/27 17:51:33 adrianp Exp $ +# $NetBSD: options.mk,v 1.2 2007/09/21 19:32:54 adrianp Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.bugzilla @@ -23,7 +23,7 @@ DEPENDS+= p5-DBD-mysql>=2.9003:../../databases/p5-DBD-mysql DBDRIVER= mysql .elif !empty(PKG_OPTIONS:Mpgsql) DEPENDS+= p5-DBD-postgresql>=1.45:../../databases/p5-DBD-postgresql -DBDRIVER= pgsql +DBDRIVER= pg .endif ### |