pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 21:06:36 UTC 2025

Modified Files:
        pkgsrc/net/libpcap: Makefile
        pkgsrc/net/miredo: Makefile
        pkgsrc/net/netcat: Makefile
        pkgsrc/net/netgroup: Makefile

Log Message:
*: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/net/libpcap/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/miredo/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/net/netcat/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/netgroup/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/libpcap/Makefile
diff -u pkgsrc/net/libpcap/Makefile:1.71 pkgsrc/net/libpcap/Makefile:1.72
--- pkgsrc/net/libpcap/Makefile:1.71    Sun Sep  1 09:47:09 2024
+++ pkgsrc/net/libpcap/Makefile Mon Apr 21 21:06:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2024/09/01 09:47:09 adam Exp $
+# $NetBSD: Makefile,v 1.72 2025/04/21 21:06:36 wiz Exp $
 
 DISTNAME=      libpcap-1.10.5
 CATEGORIES=    net
@@ -9,8 +9,6 @@ HOMEPAGE=       https://www.tcpdump.org/
 COMMENT=       System-independent interface for user-level packet capture
 LICENSE=       modified-bsd
 
-NOT_FOR_PLATFORM+=     Interix-*-* # no raw interface access
-
 USE_LIBTOOL=           yes
 USE_TOOLS+=            bison flex gm4
 GNU_CONFIGURE=         yes

Index: pkgsrc/net/miredo/Makefile
diff -u pkgsrc/net/miredo/Makefile:1.27 pkgsrc/net/miredo/Makefile:1.28
--- pkgsrc/net/miredo/Makefile:1.27     Sat May 15 07:01:31 2021
+++ pkgsrc/net/miredo/Makefile  Mon Apr 21 21:06:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2021/05/15 07:01:31 nia Exp $
+# $NetBSD: Makefile,v 1.28 2025/04/21 21:06:36 wiz Exp $
 
 DISTNAME=              miredo-1.2.6
 PKGREVISION=           1
@@ -11,7 +11,7 @@ HOMEPAGE=             https://www.remlab.net/miredo
 COMMENT=               Teredo IPv6 tunneling
 LICENSE=               gnu-gpl-v2
 
-NOT_FOR_PLATFORM=      Interix-*-* NetBSD-[0-3].*-* SunOS-*-*
+NOT_FOR_PLATFORM=      NetBSD-[0-3].*-* SunOS-*-*
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}

Index: pkgsrc/net/netcat/Makefile
diff -u pkgsrc/net/netcat/Makefile:1.40 pkgsrc/net/netcat/Makefile:1.41
--- pkgsrc/net/netcat/Makefile:1.40     Sun Jan 26 05:26:25 2020
+++ pkgsrc/net/netcat/Makefile  Mon Apr 21 21:06:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2020/01/26 05:26:25 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2025/04/21 21:06:36 wiz Exp $
 
 DISTNAME=      nc110
 PKGNAME=       netcat-1.10
@@ -18,7 +18,6 @@ MAKE_ENV+=    DFLAGS="-DGAPING_SECURITY_HOL
 
 NC_TARGET.${OPSYS}?=   ${LOWER_OPSYS}
 NC_TARGET.IRIX=                irix
-NC_TARGET.Interix=     netbsd
 NC_TARGET.OpenBSD=     netbsd
 NC_TARGET.DragonFly=   freebsd
 NC_TARGET.Darwin=      generic

Index: pkgsrc/net/netgroup/Makefile
diff -u pkgsrc/net/netgroup/Makefile:1.7 pkgsrc/net/netgroup/Makefile:1.8
--- pkgsrc/net/netgroup/Makefile:1.7    Sun Nov  3 11:45:44 2019
+++ pkgsrc/net/netgroup/Makefile        Mon Apr 21 21:06:36 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/11/03 11:45:44 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.8 2025/04/21 21:06:36 wiz Exp $
 
 DISTNAME=      netgroup-0.0
 CATEGORIES=    net
@@ -10,8 +9,6 @@ COMMENT=       Netgroup membership listing and
 
 USE_FEATURES+=         cdefs
 
-NOT_FOR_PLATFORM=      Interix-*-* # no netgroups
-
 INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1
 INSTALL_TARGET=                inst-all
 INSTALL_MAKE_FLAGS+=   BINDIR=${DESTDIR}${PREFIX}/bin \



Home | Main Index | Thread Index | Old Index