pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libbind



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep 24 06:48:55 UTC 2022

Modified Files:
        pkgsrc/net/libbind: Makefile

Log Message:
libbind: mark as not for NetBSD

does not build on NetBSD, and is only needed by mk/resolv.buildlink3.mk
on platforms that do not provide a libbind.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/libbind/Makefile

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

Modified files:

Index: pkgsrc/net/libbind/Makefile
diff -u pkgsrc/net/libbind/Makefile:1.7 pkgsrc/net/libbind/Makefile:1.8
--- pkgsrc/net/libbind/Makefile:1.7     Fri Oct  3 11:51:54 2014
+++ pkgsrc/net/libbind/Makefile Sat Sep 24 06:48:55 2022
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/10/03 11:51:54 obache Exp $
-#
+# $NetBSD: Makefile,v 1.8 2022/09/24 06:48:55 wiz Exp $
 
 DISTNAME=      libbind-6.0
 PKGREVISION=   1
@@ -13,6 +12,8 @@ LICENSE=      isc
 
 CONFLICTS=             man-pages-[0-9]*
 
+NOT_FOR_PLATFORM=      NetBSD-*-*
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 



Home | Main Index | Thread Index | Old Index