pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bitcoin: use upstream autogen and drop unneeded variables
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%ir.bbn.com@localhost>
Pushed By: gdt
Date: Mon Nov 28 12:32:50 2016 -0500
Changeset: c0ca8d55629a9544a3a1cc4669cd63ec6d376e6b
Modified Files:
bitcoin/Makefile
Log Message:
bitcoin: use upstream autogen and drop unneeded variables
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c0ca8d55629a9544a3a1cc4669cd63ec6d376e6b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bitcoin/Makefile | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diffs:
diff --git a/bitcoin/Makefile b/bitcoin/Makefile
index c29680b..e7f844c 100644
--- a/bitcoin/Makefile
+++ b/bitcoin/Makefile
@@ -15,7 +15,6 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config autoconf aclocal autoheader automake libtoolize
USE_LANGUAGES= c c++
AUTO_MKDIRS= yes
-HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
# TODO: explain why this is necessary
@@ -38,8 +37,6 @@ CONFIGURE_ARGS+= ${PREFIX}/include/db4
# TODO: explain why this is necessary
BUILDLINK_TRANSFORM+= l:db_cxx:db4_cxx
-LIBTOOLIZE= ${PREFIX}/bin/libtoolize
-
QMAKE_OPTIONS+= BOOST_INCLUDE_PATH=${PREFIX}/include/boost
QMAKE_OPTIONS+= BDB_INCLUDE_PATH=${PREFIX}/include/db4
QMAKE_OPTIONS+= OPENSSL_INCLUDE_PATH=${PREFIX}/include/openssl
@@ -65,12 +62,7 @@ SUBST_MESSAGE.pkg= "Fixing dirs."
# invocation
pre-configure:
cd ${WRKSRC}; \
- ${LIBTOOLIZE} --force; \
- ${PREFIX}/bin/aclocal; \
- ${PREFIX}/bin/autoheader; \
- ${PREFIX}/bin/automake -a --foreign -i --add-missing; \
- ${PREFIX}/bin/autoconf; \
- ${PREFIX}/bin/autoreconf -i
+ ./autogen.sh
# TODO: explain why this is necessary
# TODO: explain why bitcoint-qt is commented out
Home |
Main Index |
Thread Index |
Old Index