pkgsrc-WIP-changes archive

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

libcanlock: Run autoconf/automake to pickup patch



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon May 11 14:02:36 2020 +0200
Changeset:	d25294ec1b7aa9e77d1776281363a24d0fdb372e

Modified Files:
	libcanlock/Makefile
	libcanlock/TODO

Log Message:
libcanlock: Run autoconf/automake to pickup patch

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

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

diffstat:
 libcanlock/Makefile | 7 +++++++
 libcanlock/TODO     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diffs:
diff --git a/libcanlock/Makefile b/libcanlock/Makefile
index f669fa781d..7a0048d0df 100644
--- a/libcanlock/Makefile
+++ b/libcanlock/Makefile
@@ -15,6 +15,9 @@ USE_LANGUAGES+=	c99
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 
+# For testing patch only, remove for release
+USE_TOOLS+=	autoconf automake
+
 TEST_TARGET=	test
 
 # Recent NetBSD has a namespace clash with its implementation defined extensions
@@ -26,4 +29,8 @@ CONFIGURE_ARGS+=	--with-pkgconfigdir=${PREFIX}/lib/pkgconfig
 # The header parsers are available as a separate package news/canlock-hp
 CONFIGURE_ARGS+=	--disable-hp
 
+# For testing patch only, remove for release
+pre-configure:
+	set -e; cd ${WRKSRC}; autoreconf -v -i -f
+
 .include "../../mk/bsd.pkg.mk"
diff --git a/libcanlock/TODO b/libcanlock/TODO
index 7a71ad88a9..4e6a29dde1 100644
--- a/libcanlock/TODO
+++ b/libcanlock/TODO
@@ -1 +1 @@
-[ ] Make testsuite work again without exporting all internal symbols.
+[X] Make testsuite work again without exporting all internal symbols.


Home | Main Index | Thread Index | Old Index