pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(bugzilla) sqlite3 wont make it, removing. Minor correction to MESSAGE



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-N10) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Tue Feb 7 23:50:42 2017 +0900
Changeset:	fc9221bce6eab4a093d9afa7ddb6feebd8375571

Modified Files:
	bugzilla/MESSAGE
	bugzilla/options.mk

Log Message:
(bugzilla) sqlite3 wont make it, removing. Minor correction to MESSAGE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fc9221bce6eab4a093d9afa7ddb6feebd8375571

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bugzilla/MESSAGE    | 4 ++--
 bugzilla/options.mk | 5 +----
 2 files changed, 3 insertions(+), 6 deletions(-)

diffs:
diff --git a/bugzilla/MESSAGE b/bugzilla/MESSAGE
index 51884519f6..6b4fa25bc8 100644
--- a/bugzilla/MESSAGE
+++ b/bugzilla/MESSAGE
@@ -2,9 +2,9 @@
 $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
+to setup Database counter-part properly.  In particular secion 2.2.2 of the document deals
 with database setup.  After the initial setup of the database you can then
-check the settings in ${BZDIR}/localconfig and:
+check the settings in ${BZDIR}/localconfig and with super user priviledge,
 
 	cd ${BZDIR};
 	./checksetup.pl
diff --git a/bugzilla/options.mk b/bugzilla/options.mk
index 22fc5f8386..aaed3f2d68 100644
--- a/bugzilla/options.mk
+++ b/bugzilla/options.mk
@@ -10,7 +10,7 @@ PKG_SUPPORTED_OPTIONS+=	bugzilla-inboundemail bugzilla-movebugs
 PKG_SUPPORTED_OPTIONS+=	bugzilla-imagemagick bugzilla-patchviewer
 PKG_SUPPORTED_OPTIONS+=	bugzilla-descriptions bugzilla-xmlrpc
 PKG_SUPPORTED_OPTIONS+=	bugzilla-modperl radius
-PKG_SUPPORTED_OPTIONS+=	mysql pgsql oracle ldap sqlite
+PKG_SUPPORTED_OPTIONS+=	mysql pgsql oracle ldap
 PKG_SUGGESTED_OPTIONS=	mysql
 
 .include "../../mk/bsd.options.mk"
@@ -27,9 +27,6 @@ DBDRIVER=	pg
 .elif !empty(PKG_OPTIONS:Moracle)
 DEPENDS+=	p5-DBD-Oracle>=1.19:../../databases/p5-DBD-Oracle
 DBDRIVER=	oracle
-.elif !empty(PKG_OPTIONS:Msqlite3)
-DEPENDS+=	sqlite3-[0-9]*:../../databases/sqlite3
-DBDRIVER=	oracle
 .endif
 
 ###


Home | Main Index | Thread Index | Old Index