pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/libudev



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul 22 08:41:13 UTC 2023

Modified Files:
        pkgsrc/sysutils/libudev: Makefile

Log Message:
libudev: Depend on gperf instead of attempting to partially disable its
use, which appears completely broken.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/libudev/Makefile

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

Modified files:

Index: pkgsrc/sysutils/libudev/Makefile
diff -u pkgsrc/sysutils/libudev/Makefile:1.3 pkgsrc/sysutils/libudev/Makefile:1.4
--- pkgsrc/sysutils/libudev/Makefile:1.3        Mon May 22 16:32:23 2023
+++ pkgsrc/sysutils/libudev/Makefile    Sat Jul 22 08:41:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/05/22 16:32:23 nikita Exp $
+# $NetBSD: Makefile,v 1.4 2023/07/22 08:41:13 nia Exp $
 
 DISTNAME=      libudev-3.2.12
 CATEGORIES=    sysutils
@@ -12,6 +12,8 @@ HOMEPAGE=     https://github.com/eudev-proje
 LICENSE=       gnu-gpl-v2
 COMMENT=       Device enumeration and database of constants
 
+TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
+
 BUILD_DEFS+=   VARBASE
 
 ONLY_FOR_PLATFORM=     Linux-*-*
@@ -22,11 +24,6 @@ USE_LANGUAGES=               c c++
 
 CONFIGURE_ARGS+=       --with-rootrundir=${VARBASE}/run
 
-SUBST_CLASSES+=                nogperf
-SUBST_STAGE.nogperf=   pre-configure
-SUBST_FILES.nogperf=   configure.ac
-SUBST_SED.nogperf=     -e 's,ERROR\(.*gperf\),WARN\1,'
-
 pre-configure:
        cd ${WRKSRC} && autoreconf -fiv
 



Home | Main Index | Thread Index | Old Index