pkgsrc-WIP-changes archive

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

Fix pkglint nits



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%ir.bbn.com@localhost>
Pushed By:	gdt
Date:		Mon Nov 28 13:53:13 2016 -0500
Changeset:	4729fc5e529751229dd51a70cc728524abbd9a5f

Modified Files:
	bitcoin/Makefile

Log Message:
Fix pkglint nits

Drop non-tool libtoolize.
Put VARBASE in BUILD_DEFS.
Use REAL_ROOT_USER.

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

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

diffstat:
 bitcoin/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/bitcoin/Makefile b/bitcoin/Makefile
index f95a04c..13f2eca 100644
--- a/bitcoin/Makefile
+++ b/bitcoin/Makefile
@@ -12,7 +12,7 @@ COMMENT=	P2P electronic cash system
 LICENSE=	mit
 
 USE_LIBTOOL=	yes
-USE_TOOLS+=	gmake pkg-config autoconf aclocal autoheader automake libtoolize
+USE_TOOLS+=	gmake pkg-config autoconf aclocal autoheader automake
 USE_LANGUAGES=	c c++
 AUTO_MKDIRS=	yes
 GNU_CONFIGURE=  yes
@@ -47,10 +47,11 @@ QMAKE_OPTIONS+=	OPENSSL_LIB_PATH=${PREFIX}/lib
 QMAKE_OPTIONS+=	LIB_RPATH=${PREFIX}/lib
 
 RCD_SCRIPTS=	bitcoind
+BUILD_DEFS+=	VARBASE
 OWN_DIRS=	${VARBASE}/bitcoin
 EGDIR=		${PREFIX}/share/examples/bitcoin
 CONF_FILES=	${EGDIR}/bitcoin.conf ${PKG_SYSCONFDIR}/bitcoin.conf
-CONF_FILES_PERMS=	${EGDIR}/bitcoin.conf ${PKG_SYSCONFDIR}/bitcoin.conf ${ROOT_USER} ${ROOT_GROUP} 0600
+CONF_FILES_PERMS=	${EGDIR}/bitcoin.conf ${PKG_SYSCONFDIR}/bitcoin.conf ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0600
 
 # This is currently unnecessary, but it seems likely we will find a
 # file that references /usr when ${PREFIX} is appropriate.


Home | Main Index | Thread Index | Old Index