pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libbsd



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 15 22:56:38 UTC 2022

Modified Files:
        pkgsrc/devel/libbsd: Makefile

Log Message:
libbsd: mark as not for *BSD


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libbsd/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/libbsd/Makefile
diff -u pkgsrc/devel/libbsd/Makefile:1.1 pkgsrc/devel/libbsd/Makefile:1.2
--- pkgsrc/devel/libbsd/Makefile:1.1    Wed Dec  9 11:21:46 2020
+++ pkgsrc/devel/libbsd/Makefile        Mon Aug 15 22:56:37 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/09 11:21:46 cheusov Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/15 22:56:37 tnn Exp $
 
 DISTNAME=      libbsd-0.10.0
 CATEGORIES=    devel
@@ -10,6 +10,8 @@ HOMEPAGE=     https://libbsd.freedesktop.org
 COMMENT=       Compatibility library for BSD functions under other systems
 LICENSE=       original-bsd
 
+NOT_FOR_PLATFORM=      NetBSD-*-* FreeBSD-*-* OpenBSD-*-*
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 



Home | Main Index | Thread Index | Old Index