pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/bugzilla3 Fix builds using PostgreSQL
details: https://anonhg.NetBSD.org/pkgsrc/rev/2106eb375eb9
branches: trunk
changeset: 533600:2106eb375eb9
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Fri Sep 21 19:32:54 2007 +0000
description:
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:
devel/bugzilla3/MESSAGE | 4 ++--
devel/bugzilla3/options.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r 1fae69f86860 -r 2106eb375eb9 devel/bugzilla3/MESSAGE
--- a/devel/bugzilla3/MESSAGE Fri Sep 21 19:32:17 2007 +0000
+++ b/devel/bugzilla3/MESSAGE Fri Sep 21 19:32:54 2007 +0000
@@ -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 @@
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 -r 1fae69f86860 -r 2106eb375eb9 devel/bugzilla3/options.mk
--- a/devel/bugzilla3/options.mk Fri Sep 21 19:32:17 2007 +0000
+++ b/devel/bugzilla3/options.mk Fri Sep 21 19:32:54 2007 +0000
@@ -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 @@
DBDRIVER= mysql
.elif !empty(PKG_OPTIONS:Mpgsql)
DEPENDS+= p5-DBD-postgresql>=1.45:../../databases/p5-DBD-postgresql
-DBDRIVER= pgsql
+DBDRIVER= pg
.endif
###
Home |
Main Index |
Thread Index |
Old Index