pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/pkgconf
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 6 08:50:06 UTC 2025
Modified Files:
pkgsrc/devel/pkgconf: Makefile
Log Message:
pkgconf: add test dependency and set test target
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/pkgconf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/pkgconf/Makefile
diff -u pkgsrc/devel/pkgconf/Makefile:1.30 pkgsrc/devel/pkgconf/Makefile:1.31
--- pkgsrc/devel/pkgconf/Makefile:1.30 Thu Mar 6 08:47:09 2025
+++ pkgsrc/devel/pkgconf/Makefile Thu Mar 6 08:50:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2025/03/06 08:47:09 adam Exp $
+# $NetBSD: Makefile,v 1.31 2025/03/06 08:50:06 wiz Exp $
DISTNAME= pkgconf-2.4.0
CATEGORIES= devel
@@ -9,6 +9,8 @@ HOMEPAGE= https://github.com/pkgconf/pkg
COMMENT= API-driven pkg-config replacement
LICENSE= modified-bsd
+TEST_DEPENDS+= kyua-[0-9]*:../../devel/kyua
+
CONFLICTS+= pkg-config-[0-9]*
USE_LIBTOOL= yes
@@ -22,6 +24,8 @@ PKGCONFIG_PATHS= ${PREFIX}/lib/pkgconfig
PKGCONFIG_PATHS+= ${PREFIX}/share/pkgconfig
PKGCONFIG_PATHS+= /usr/lib/pkgconfig
+TEST_TARGET= check
+
# for reallocarray
# https://github.com/pkgconf/pkgconf/issues/285
CPPFLAGS.NetBSD+= -D_OPENBSD_SOURCE
Home |
Main Index |
Thread Index |
Old Index