pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libbind libbind: mark as not for NetBSD



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e624dc70801
branches:  trunk
changeset: 385677:8e624dc70801
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 24 06:48:55 2022 +0000

description:
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.

diffstat:

 net/libbind/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e74aefa773f6 -r 8e624dc70801 net/libbind/Makefile
--- a/net/libbind/Makefile      Sat Sep 24 06:37:45 2022 +0000
+++ b/net/libbind/Makefile      Sat Sep 24 06:48:55 2022 +0000
@@ -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 @@
 
 CONFLICTS=             man-pages-[0-9]*
 
+NOT_FOR_PLATFORM=      NetBSD-*-*
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 



Home | Main Index | Thread Index | Old Index