pkgsrc-WIP-changes archive

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

(bugzilla) Function checked with Postgres (95)



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-N10) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Feb 11 14:30:41 2017 +0900
Changeset:	2eafc169af2760764d3b9e1371934d3654b82f74

Modified Files:
	bugzilla/MESSAGE
	bugzilla/Makefile
	bugzilla/TODO

Log Message:
(bugzilla) Function checked with Postgres (95)

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

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

diffstat:
 bugzilla/MESSAGE  |  7 ++++---
 bugzilla/Makefile | 16 +++++-----------
 bugzilla/TODO     |  3 ---
 3 files changed, 9 insertions(+), 17 deletions(-)

diffs:
diff --git a/bugzilla/MESSAGE b/bugzilla/MESSAGE
index dd5681c66d..6d23f1441b 100644
--- a/bugzilla/MESSAGE
+++ b/bugzilla/MESSAGE
@@ -2,9 +2,10 @@
 $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 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 with super user privilege,
+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 with super user
+privilege,
 
 	cd ${BZDIR};
 	./checksetup.pl
diff --git a/bugzilla/Makefile b/bugzilla/Makefile
index 94f944a7ce..f46abf9bba 100644
--- a/bugzilla/Makefile
+++ b/bugzilla/Makefile
@@ -104,7 +104,7 @@ SUBST_SED.conf+=	-e "s|/usr/lib/sendmail|${SENDMAIL}|g"
 
 SUBST_CLASSES+=		diff
 SUBST_STAGE.diff=	post-configure
-SUBST_MESSAGE.diff=	Fixing diff path used for Patch Viewer
+SUBST_MESSAGE.diff=	Fixing diff path used for Patch Viewer (Ignore depending on OS)
 SUBST_FILES.diff=	localconfig
 SUBST_SED.diff=		-e "s|\$diffpath = .*|\$diffpath = \'${DIFF}\';|" -e "s|/diff||"
 
@@ -116,13 +116,11 @@ INSTALLATION_DIRS+=	${BZDIR}/docs/en/html/api/Bugzilla
 
 do-configure:
 	(cd ${WRKSRC}; ./checksetup.pl)
+
 post-extract:
-#	${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -rf
-#	${FIND} ${WRKSRC} -type f -name ".cvsignore" | ${XARGS} ${RM} -f
 	${CP} ${FILESDIR}/bugzilla.conf	${WRKSRC}
 	${CP} ${FILESDIR}/localconfig	${WRKSRC}
 
-
 do-install:
 .for i in ${BZDIR} ${EGDIR} ${DOCDIR}
 	${INSTALL_DATA_DIR} ${DESTDIR}${i}
@@ -141,13 +139,9 @@ do-install:
 	pax -rw -pmp js			${DESTDIR}${BZDIR}  ;\
 	pax -rw -pmp template		${DESTDIR}${BZDIR} ;\
 	)
-
-#.for i in ${PAX_DIRS}
-#	cd ${WRKSRC}/${i} && pax -rw . ${DESTDIR}${BZDIR}/${i}
-#	${FIND} ${DESTDIR}${BZDIR}/${i} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
-#	${FIND} ${DESTDIR}${BZDIR}/${i} -type d | ${XARGS} ${CHMOD} ${PKGDIRMODE}
-#	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${BZDIR}/${i}
-#.endfor
+.for i in data contrib t xt template lib graphs skins
+	${INSTALL_DATA_DIR} 	${DESTDIR}${BZDIR}/${i}
+.endfor
 
 .include "../../mk/apache.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/bugzilla/TODO b/bugzilla/TODO
index 095aa4ca7e..74197d41de 100644
--- a/bugzilla/TODO
+++ b/bugzilla/TODO
@@ -1,6 +1,3 @@
 TODO
- - Just packaged. Function is not tested yet
- - Some unnecessary comments line in Makefile
  - options.mk is not checked
- - bugzilla.conf and localconfig are NOT checked
  - options gets too many pkglint warning


Home | Main Index | Thread Index | Old Index