pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 21:23:07 UTC 2025

Modified Files:
        pkgsrc/sysutils/coreutils: Makefile Makefile.common
        pkgsrc/sysutils/dirsize: Makefile
        pkgsrc/sysutils/dog: Makefile
        pkgsrc/sysutils/heirloom-dd: Makefile
        pkgsrc/sysutils/heirloom-doc: Makefile.common
        pkgsrc/sysutils/heirloom-du: Makefile
        pkgsrc/sysutils/heirloom-hostname: Makefile
        pkgsrc/sysutils/heirloom-mknod: Makefile
        pkgsrc/sysutils/heirloom-rm: Makefile
        pkgsrc/sysutils/heirloom-setpgrp: Makefile
        pkgsrc/sysutils/heirloom-shl: Makefile
        pkgsrc/sysutils/heirloom-stty: Makefile
        pkgsrc/sysutils/heirloom-sync: Makefile
        pkgsrc/sysutils/heirloom-tapecntl: Makefile
        pkgsrc/sysutils/heirloom-uname: Makefile
        pkgsrc/sysutils/heirloom-users: Makefile
        pkgsrc/sysutils/heirloom-who: Makefile
        pkgsrc/sysutils/monit: Makefile
        pkgsrc/sysutils/mtscan: Makefile
        pkgsrc/sysutils/pscpug: Makefile
        pkgsrc/sysutils/skill: Makefile

Log Message:
*: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/sysutils/coreutils/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/coreutils/Makefile.common
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/dirsize/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/dog/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/heirloom-dd/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/heirloom-doc/Makefile.common
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/heirloom-du/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/heirloom-hostname/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/heirloom-mknod/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/heirloom-rm/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/heirloom-setpgrp/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/heirloom-shl/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/heirloom-stty/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/heirloom-sync/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/heirloom-tapecntl/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/heirloom-uname/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/heirloom-users/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/heirloom-who/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/monit/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/mtscan/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/pscpug/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/skill/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/coreutils/Makefile
diff -u pkgsrc/sysutils/coreutils/Makefile:1.85 pkgsrc/sysutils/coreutils/Makefile:1.86
--- pkgsrc/sysutils/coreutils/Makefile:1.85     Wed Nov 15 15:21:18 2023
+++ pkgsrc/sysutils/coreutils/Makefile  Mon Apr 21 21:23:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2023/11/15 15:21:18 tnn Exp $
+# $NetBSD: Makefile,v 1.86 2025/04/21 21:23:07 wiz Exp $
 
 .include "../../sysutils/coreutils/Makefile.common"
 
@@ -15,9 +15,7 @@ INFO_FILES=           yes
 
 # Exclude programs from PLIST which aren't built on a platform.
 PLIST_VARS+=           hostid stdbuf
-.if ${OPSYS} != "Interix"
 PLIST.hostid=          yes
-.endif
 
 # This should really only be defined if building stdbuf, however we cannot
 # set this variable after including compiler.mk, so we take the hit of

Index: pkgsrc/sysutils/coreutils/Makefile.common
diff -u pkgsrc/sysutils/coreutils/Makefile.common:1.32 pkgsrc/sysutils/coreutils/Makefile.common:1.33
--- pkgsrc/sysutils/coreutils/Makefile.common:1.32      Wed Feb 19 14:03:44 2025
+++ pkgsrc/sysutils/coreutils/Makefile.common   Mon Apr 21 21:23:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.32 2025/02/19 14:03:44 wiz Exp $
+# $NetBSD: Makefile.common,v 1.33 2025/04/21 21:23:07 wiz Exp $
 #
 # used by sysutils/coreutils/Makefile
 # used by misc/gnuls/Makefile
@@ -28,8 +28,6 @@ TEST_TARGET=          check
 # Otherwise configure aborts when ran by root
 CONFIGURE_ENV+=                FORCE_UNSAFE_CONFIGURE=yes
 
-CONFIGURE_ENV.Interix+=        ac_list_mounted_fs=found
-
 CONFIGURE_ENV.DragonFly+=      gl_cv_search_pthread_join=-lpthread
 
 # Various tests rely on GCC's -O2 behaviour (e.g. -D__NO_INLINE__) and

Index: pkgsrc/sysutils/dirsize/Makefile
diff -u pkgsrc/sysutils/dirsize/Makefile:1.8 pkgsrc/sysutils/dirsize/Makefile:1.9
--- pkgsrc/sysutils/dirsize/Makefile:1.8        Thu Oct  9 14:06:57 2014
+++ pkgsrc/sysutils/dirsize/Makefile    Mon Apr 21 21:23:05 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/10/09 14:06:57 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.9 2025/04/21 21:23:05 wiz Exp $
 
 DISTNAME=      dirsize-0.6
 CATEGORIES=    sysutils
@@ -10,10 +9,4 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://plasmasturm.org/code/dirsize/
 COMMENT=       Outputs aggregate size of all files in one or more directories
 
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Interix"
-.  include "../../devel/libiberty/application.mk" # need asprintf(3)
-.endif
-
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/sysutils/dog/Makefile
diff -u pkgsrc/sysutils/dog/Makefile:1.16 pkgsrc/sysutils/dog/Makefile:1.17
--- pkgsrc/sysutils/dog/Makefile:1.16   Tue Aug  1 16:47:44 2017
+++ pkgsrc/sysutils/dog/Makefile        Mon Apr 21 21:23:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/08/01 16:47:44 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/04/21 21:23:05 wiz Exp $
 
 DISTNAME=      dog-1.7
 PKGREVISION=   1
@@ -18,7 +18,7 @@ BUILD_TARGET= dog
 
 LDFLAGS.SunOS+=        -lsocket -lnsl
 
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "Interix"
+.if ${OPSYS} == "SunOS"
 MAKE_ENV+=     OBJS="getopt.o getopt1.o"
 .endif
 

Index: pkgsrc/sysutils/heirloom-dd/Makefile
diff -u pkgsrc/sysutils/heirloom-dd/Makefile:1.2 pkgsrc/sysutils/heirloom-dd/Makefile:1.3
--- pkgsrc/sysutils/heirloom-dd/Makefile:1.2    Sat May 28 10:15:17 2011
+++ pkgsrc/sysutils/heirloom-dd/Makefile        Mon Apr 21 21:23:05 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:17 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 21:23:05 wiz Exp $
 
 PKGNAME=       heirloom-dd-${HEIRLOOM_VER}
 CATEGORIES=    sysutils
 
 MAKE_FLAGS+=   SUBDIRS="build dd"
 
-NOT_FOR_PLATFORM+=     Interix-*-*
-
 .include "../../sysutils/heirloom-doc/Makefile.common"
 
 DESCR_SRC+=    ${.CURDIR}/DESCR

Index: pkgsrc/sysutils/heirloom-doc/Makefile.common
diff -u pkgsrc/sysutils/heirloom-doc/Makefile.common:1.8 pkgsrc/sysutils/heirloom-doc/Makefile.common:1.9
--- pkgsrc/sysutils/heirloom-doc/Makefile.common:1.8    Fri Mar 13 12:01:22 2020
+++ pkgsrc/sysutils/heirloom-doc/Makefile.common        Mon Apr 21 21:23:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2020/03/13 12:01:22 nia Exp $
+# $NetBSD: Makefile.common,v 1.9 2025/04/21 21:23:05 wiz Exp $
 # used by archivers/heirloom-tar/Makefile
 # used by devel/heirloom-common/Makefile
 # used by devel/heirloom-getopt/Makefile
@@ -133,8 +133,6 @@ PLIST_SUBST+=       HLROOT=${HLROOT}
 .include "../../mk/bsd.prefs.mk"
 
 CFLAGS.Linux+=         -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64L
-CFLAGS.Interix+=       -Dstrtoll=strtol -Dstrtoull=strtoul
-CFLAGS.Interix+=       -Dintptr_t=int -Datoll=atol -Dinitgroups="(0)"
 
 .if ${NEED_LIBKVM:U0}
 LDFLAGS.NetBSD+=       -lkvm

Index: pkgsrc/sysutils/heirloom-du/Makefile
diff -u pkgsrc/sysutils/heirloom-du/Makefile:1.2 pkgsrc/sysutils/heirloom-du/Makefile:1.3
--- pkgsrc/sysutils/heirloom-du/Makefile:1.2    Sat May 28 10:15:17 2011
+++ pkgsrc/sysutils/heirloom-du/Makefile        Mon Apr 21 21:23:05 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:17 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 21:23:05 wiz Exp $
 
 PKGNAME=       heirloom-du-${HEIRLOOM_VER}
 CATEGORIES=    sysutils
 
 MAKE_FLAGS+=   SUBDIRS="build du"
 
-NOT_FOR_PLATFORM+=     Interix-*-*
-
 .include "../../sysutils/heirloom-doc/Makefile.common"
 
 DESCR_SRC+=    ${.CURDIR}/DESCR

Index: pkgsrc/sysutils/heirloom-hostname/Makefile
diff -u pkgsrc/sysutils/heirloom-hostname/Makefile:1.2 pkgsrc/sysutils/heirloom-hostname/Makefile:1.3
--- pkgsrc/sysutils/heirloom-hostname/Makefile:1.2      Sat May 28 10:15:18 2011
+++ pkgsrc/sysutils/heirloom-hostname/Makefile  Mon Apr 21 21:23:05 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:18 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 21:23:05 wiz Exp $
 
 PKGNAME=       heirloom-hostname-${HEIRLOOM_VER}
 CATEGORIES=    sysutils
 
 MAKE_FLAGS+=   SUBDIRS="build hostname"
 
-NOT_FOR_PLATFORM+=     Interix-*-*
-
 .include "../../sysutils/heirloom-doc/Makefile.common"
 
 DESCR_SRC+=    ${.CURDIR}/DESCR

Index: pkgsrc/sysutils/heirloom-mknod/Makefile
diff -u pkgsrc/sysutils/heirloom-mknod/Makefile:1.2 pkgsrc/sysutils/heirloom-mknod/Makefile:1.3
--- pkgsrc/sysutils/heirloom-mknod/Makefile:1.2 Sat May 28 10:15:19 2011
+++ pkgsrc/sysutils/heirloom-mknod/Makefile     Mon Apr 21 21:23:05 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:19 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 21:23:05 wiz Exp $
 
 PKGNAME=       heirloom-mknod-${HEIRLOOM_VER}
 CATEGORIES=    sysutils
 
 MAKE_FLAGS+=   SUBDIRS="build mknod"
 
-NOT_FOR_PLATFORM+=     Interix-*-*
-
 .include "../../sysutils/heirloom-doc/Makefile.common"
 
 DESCR_SRC+=    ${.CURDIR}/DESCR

Index: pkgsrc/sysutils/heirloom-rm/Makefile
diff -u pkgsrc/sysutils/heirloom-rm/Makefile:1.2 pkgsrc/sysutils/heirloom-rm/Makefile:1.3
--- pkgsrc/sysutils/heirloom-rm/Makefile:1.2    Sat May 28 10:15:20 2011
+++ pkgsrc/sysutils/heirloom-rm/Makefile        Mon Apr 21 21:23:06 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:20 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 21:23:06 wiz Exp $
 
 PKGNAME=       heirloom-rm-${HEIRLOOM_VER}
 CATEGORIES=    sysutils
 
 MAKE_FLAGS+=   SUBDIRS="build rm"
 
-NOT_FOR_PLATFORM+=     Interix-*-*
-
 .include "../../sysutils/heirloom-doc/Makefile.common"
 
 DESCR_SRC+=    ${.CURDIR}/DESCR

Index: pkgsrc/sysutils/heirloom-setpgrp/Makefile
diff -u pkgsrc/sysutils/heirloom-setpgrp/Makefile:1.2 pkgsrc/sysutils/heirloom-setpgrp/Makefile:1.3
--- pkgsrc/sysutils/heirloom-setpgrp/Makefile:1.2       Sat May 28 10:15:20 2011
+++ pkgsrc/sysutils/heirloom-setpgrp/Makefile   Mon Apr 21 21:23:06 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:20 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 21:23:06 wiz Exp $
 
 PKGNAME=       heirloom-setpgrp-${HEIRLOOM_VER}
 CATEGORIES=    sysutils
 
 MAKE_FLAGS+=   SUBDIRS="build setpgrp"
 
-NOT_FOR_PLATFORM+=     Interix-*-*
-
 .include "../../sysutils/heirloom-doc/Makefile.common"
 
 DESCR_SRC+=    ${.CURDIR}/DESCR

Index: pkgsrc/sysutils/heirloom-shl/Makefile
diff -u pkgsrc/sysutils/heirloom-shl/Makefile:1.2 pkgsrc/sysutils/heirloom-shl/Makefile:1.3
--- pkgsrc/sysutils/heirloom-shl/Makefile:1.2   Tue May 22 16:41:57 2012
+++ pkgsrc/sysutils/heirloom-shl/Makefile       Mon Apr 21 21:23:06 2025
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2012/05/22 16:41:57 marino Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 21:23:06 wiz Exp $
 
 PKGNAME=       heirloom-shl-${HEIRLOOM_VER}
 CATEGORIES=    sysutils
 
 MAKE_FLAGS+=   SUBDIRS="build shl"
 
-NOT_FOR_PLATFORM+=     Interix-*-* NetBSD-*-* FreeBSD-*-* OpenBSD-*-*
+NOT_FOR_PLATFORM+=     NetBSD-*-* FreeBSD-*-* OpenBSD-*-*
 NOT_FOR_PLATFORM+=     DragonFly-*-*
 
 .include "../../sysutils/heirloom-doc/Makefile.common"

Index: pkgsrc/sysutils/heirloom-stty/Makefile
diff -u pkgsrc/sysutils/heirloom-stty/Makefile:1.2 pkgsrc/sysutils/heirloom-stty/Makefile:1.3
--- pkgsrc/sysutils/heirloom-stty/Makefile:1.2  Sat May 28 10:15:20 2011
+++ pkgsrc/sysutils/heirloom-stty/Makefile      Mon Apr 21 21:23:06 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:20 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 21:23:06 wiz Exp $
 
 PKGNAME=       heirloom-stty-${HEIRLOOM_VER}
 CATEGORIES=    sysutils
 
 MAKE_FLAGS+=   SUBDIRS="build stty"
 
-NOT_FOR_PLATFORM+=     Interix-*-*
-
 .include "../../sysutils/heirloom-doc/Makefile.common"
 
 DESCR_SRC+=    ${.CURDIR}/DESCR

Index: pkgsrc/sysutils/heirloom-sync/Makefile
diff -u pkgsrc/sysutils/heirloom-sync/Makefile:1.2 pkgsrc/sysutils/heirloom-sync/Makefile:1.3
--- pkgsrc/sysutils/heirloom-sync/Makefile:1.2  Sat May 28 10:15:20 2011
+++ pkgsrc/sysutils/heirloom-sync/Makefile      Mon Apr 21 21:23:06 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:20 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 21:23:06 wiz Exp $
 
 PKGNAME=       heirloom-sync-${HEIRLOOM_VER}
 CATEGORIES=    sysutils
 
 MAKE_FLAGS+=   SUBDIRS="build sync"
 
-NOT_FOR_PLATFORM+=     Interix-*-*
-
 .include "../../sysutils/heirloom-doc/Makefile.common"
 
 DESCR_SRC+=    ${.CURDIR}/DESCR

Index: pkgsrc/sysutils/heirloom-tapecntl/Makefile
diff -u pkgsrc/sysutils/heirloom-tapecntl/Makefile:1.2 pkgsrc/sysutils/heirloom-tapecntl/Makefile:1.3
--- pkgsrc/sysutils/heirloom-tapecntl/Makefile:1.2      Sat May 28 10:15:21 2011
+++ pkgsrc/sysutils/heirloom-tapecntl/Makefile  Mon Apr 21 21:23:06 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:21 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 21:23:06 wiz Exp $
 
 PKGNAME=       heirloom-tapecntl-${HEIRLOOM_VER}
 CATEGORIES=    sysutils
 
 MAKE_FLAGS+=   SUBDIRS="build tapecntl"
 
-NOT_FOR_PLATFORM+=     Interix-*-*
-
 .include "../../sysutils/heirloom-doc/Makefile.common"
 
 DESCR_SRC+=    ${.CURDIR}/DESCR

Index: pkgsrc/sysutils/heirloom-uname/Makefile
diff -u pkgsrc/sysutils/heirloom-uname/Makefile:1.2 pkgsrc/sysutils/heirloom-uname/Makefile:1.3
--- pkgsrc/sysutils/heirloom-uname/Makefile:1.2 Sat May 28 10:15:21 2011
+++ pkgsrc/sysutils/heirloom-uname/Makefile     Mon Apr 21 21:23:06 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:21 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 21:23:06 wiz Exp $
 
 PKGNAME=       heirloom-uname-${HEIRLOOM_VER}
 CATEGORIES=    sysutils
 
 MAKE_FLAGS+=   SUBDIRS="build uname"
 
-NOT_FOR_PLATFORM+=     Interix-*-*
-
 .include "../../sysutils/heirloom-doc/Makefile.common"
 
 DESCR_SRC+=    ${.CURDIR}/DESCR

Index: pkgsrc/sysutils/heirloom-users/Makefile
diff -u pkgsrc/sysutils/heirloom-users/Makefile:1.2 pkgsrc/sysutils/heirloom-users/Makefile:1.3
--- pkgsrc/sysutils/heirloom-users/Makefile:1.2 Sat May 28 10:15:21 2011
+++ pkgsrc/sysutils/heirloom-users/Makefile     Mon Apr 21 21:23:06 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:21 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 21:23:06 wiz Exp $
 
 PKGNAME=       heirloom-users-${HEIRLOOM_VER}
 CATEGORIES=    sysutils
 
 MAKE_FLAGS+=   SUBDIRS="build users"
 
-NOT_FOR_PLATFORM+=     Interix-*-*
-
 .include "../../sysutils/heirloom-doc/Makefile.common"
 
 DESCR_SRC+=    ${.CURDIR}/DESCR

Index: pkgsrc/sysutils/heirloom-who/Makefile
diff -u pkgsrc/sysutils/heirloom-who/Makefile:1.2 pkgsrc/sysutils/heirloom-who/Makefile:1.3
--- pkgsrc/sysutils/heirloom-who/Makefile:1.2   Sat May 28 10:15:21 2011
+++ pkgsrc/sysutils/heirloom-who/Makefile       Mon Apr 21 21:23:06 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:21 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 21:23:06 wiz Exp $
 
 PKGNAME=       heirloom-who-${HEIRLOOM_VER}
 CATEGORIES=    textproc
 
 MAKE_FLAGS+=   SUBDIRS="build who"
 
-NOT_FOR_PLATFORM+=     Interix-*-*
-
 .include "../../sysutils/heirloom-doc/Makefile.common"
 
 DESCR_SRC+=    ${.CURDIR}/DESCR

Index: pkgsrc/sysutils/monit/Makefile
diff -u pkgsrc/sysutils/monit/Makefile:1.26 pkgsrc/sysutils/monit/Makefile:1.27
--- pkgsrc/sysutils/monit/Makefile:1.26 Mon Mar 31 14:13:21 2025
+++ pkgsrc/sysutils/monit/Makefile      Mon Apr 21 21:23:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2025/03/31 14:13:21 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/04/21 21:23:07 wiz Exp $
 
 DISTNAME=              monit-5.33.0
 PKGREVISION=           2
@@ -11,7 +11,7 @@ COMMENT=              Monitors processes, files, dir
 LICENSE=               gnu-agpl-v3
 
 # no platform specific code yet
-BROKEN_ON_PLATFORM+=   DragonFly-*-* Interix-*-* IRIX-*-* OSF1-*-*
+BROKEN_ON_PLATFORM+=   DragonFly-*-* IRIX-*-* OSF1-*-*
 
 USE_TOOLS+=            gmake gzcat flex yacc
 USE_PKGLOCALEDIR=      yes

Index: pkgsrc/sysutils/mtscan/Makefile
diff -u pkgsrc/sysutils/mtscan/Makefile:1.14 pkgsrc/sysutils/mtscan/Makefile:1.15
--- pkgsrc/sysutils/mtscan/Makefile:1.14        Thu Oct 10 17:45:38 2024
+++ pkgsrc/sysutils/mtscan/Makefile     Mon Apr 21 21:23:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/10/10 17:45:38 nia Exp $
+# $NetBSD: Makefile,v 1.15 2025/04/21 21:23:07 wiz Exp $
 
 DISTNAME=      mtscan-20050129
 PKGREVISION=   2
@@ -10,8 +10,6 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://mail-index.NetBSD.org/port-i386/2005/01/29/0011.html
 COMMENT=       Magtape scanner - reports record and file-mark structure
 
-NOT_FOR_PLATFORM=      Interix-*-* # no local tape ioctls
-
 CPPFLAGS+=     -DMTIO
 
 INSTALLATION_DIRS=     bin

Index: pkgsrc/sysutils/pscpug/Makefile
diff -u pkgsrc/sysutils/pscpug/Makefile:1.12 pkgsrc/sysutils/pscpug/Makefile:1.13
--- pkgsrc/sysutils/pscpug/Makefile:1.12        Thu Oct 10 17:36:10 2024
+++ pkgsrc/sysutils/pscpug/Makefile     Mon Apr 21 21:23:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/10/10 17:36:10 nia Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/21 21:23:07 wiz Exp $
 
 DISTNAME=              pscpug035
 PKGNAME=               pscpug-0.3.5
@@ -14,8 +14,6 @@ LICENSE=              modified-bsd
 
 GNU_CONFIGURE=         yes
 
-NOT_FOR_PLATFORM=      Interix-*-* # no rusage or procfs stats
-
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 CFLAGS.NetBSD= -D_KMEMUSER

Index: pkgsrc/sysutils/skill/Makefile
diff -u pkgsrc/sysutils/skill/Makefile:1.32 pkgsrc/sysutils/skill/Makefile:1.33
--- pkgsrc/sysutils/skill/Makefile:1.32 Tue Jan  7 08:37:34 2020
+++ pkgsrc/sysutils/skill/Makefile      Mon Apr 21 21:23:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2020/01/07 08:37:34 kim Exp $
+# $NetBSD: Makefile,v 1.33 2025/04/21 21:23:07 wiz Exp $
 
 DISTNAME=      skill-4.1.4
 CATEGORIES=    sysutils
@@ -10,8 +10,6 @@ COMMENT=      Signal processes given user nam
 HOMEPAGE=      http://www.marjum.com/jeffware.html
 LICENSE=       original-bsd
 
-BROKEN_ON_PLATFORM+=   Interix-*-* # currently no machdep support
-
 MAKE_ENV.AIX+=         OSTYPE=aix-3
 MAKE_ENV.Darwin+=      OSTYPE=nbsd-44
 MAKE_ENV.DragonFly+=   OSTYPE=nbsd-44



Home | Main Index | Thread Index | Old Index