pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libucl: add missing build dependency
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Wed Mar 23 11:45:20 2022 +0100
Changeset: 2f65bab1c4bc9c83097fc284239528c03941783c
Modified Files:
libucl/Makefile
libucl/buildlink3.mk
Log Message:
libucl: add missing build dependency
Some cleanups.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2f65bab1c4bc9c83097fc284239528c03941783c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libucl/Makefile | 10 ++++++----
libucl/buildlink3.mk | 1 +
2 files changed, 7 insertions(+), 4 deletions(-)
diffs:
diff --git a/libucl/Makefile b/libucl/Makefile
index b60a8122c6..2f8890778f 100644
--- a/libucl/Makefile
+++ b/libucl/Makefile
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.2 2015/06/30 02:32:02 cfkoch Exp $
-VERSION= 0.8.1
-DISTNAME= libucl-${VERSION}
+DISTNAME= libucl-0.8.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=vstakhov/}
@@ -12,11 +11,14 @@ LICENSE= 2-clause-bsd
USE_LANGUAGES+= c
USE_LIBTOOL= yes
-USE_TOOLS+= autoconf automake autoreconf gmake
-HAS_CONFIGURE= yes
+USE_TOOLS+= autoconf automake autoreconf gmake pkg-config
GNU_CONFIGURE= yes
+TEST_TARGET= check
+# one test failure as of 0.8.1
+# https://github.com/vstakhov/libucl/issues/244
pre-configure:
cd ${WRKSRC} && sh ./autogen.sh
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/libucl/buildlink3.mk b/libucl/buildlink3.mk
index a50f5a5e62..c955c0eaa2 100644
--- a/libucl/buildlink3.mk
+++ b/libucl/buildlink3.mk
@@ -9,4 +9,5 @@ BUILDLINK_API_DEPENDS.libucl+= libucl>=0.8.1
BUILDLINK_PKGSRCDIR.libucl?= ../../wip/libucl
.endif # LIBUCL_BUILDLINK3_MK
+
BUILDLINK_TREE+= -libucl
Home |
Main Index |
Thread Index |
Old Index