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:   vins
Date:           Sat Apr 25 19:39:08 UTC 2026

Modified Files:
        pkgsrc/sysutils/libudev: Makefile

Log Message:
libudev: do not restrict to Linux, just flag it as broken elsewhere.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/sysutils/libudev/Makefile:1.7
--- pkgsrc/sysutils/libudev/Makefile:1.6        Sun May  4 09:57:54 2025
+++ pkgsrc/sysutils/libudev/Makefile    Sat Apr 25 19:39:08 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/05/04 09:57:54 vins Exp $
+# $NetBSD: Makefile,v 1.7 2026/04/25 19:39:08 vins Exp $
 
 DISTNAME=      libudev-3.2.14
 PKGREVISION=   1
@@ -16,7 +16,7 @@ TOOL_DEPENDS+=        gperf-[0-9]*:../../devel/
 
 BUILD_DEFS+=   VARBASE
 
-ONLY_FOR_PLATFORM=     Linux-*-*
+BROKEN_EXCEPT_ON_PLATFORM=     Linux-*-*
 
 USE_LANGUAGES= c c++
 



Home | Main Index | Thread Index | Old Index