pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 20:57:59 UTC 2025

Modified Files:
        pkgsrc/misc/heirloom-tcopy: Makefile
        pkgsrc/misc/rpm: Makefile
        pkgsrc/misc/screen: Makefile
        pkgsrc/misc/screen4: Makefile

Log Message:
*: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/heirloom-tcopy/Makefile
cvs rdiff -u -r1.109 -r1.110 pkgsrc/misc/rpm/Makefile
cvs rdiff -u -r1.126 -r1.127 pkgsrc/misc/screen/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/screen4/Makefile

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

Modified files:

Index: pkgsrc/misc/heirloom-tcopy/Makefile
diff -u pkgsrc/misc/heirloom-tcopy/Makefile:1.2 pkgsrc/misc/heirloom-tcopy/Makefile:1.3
--- pkgsrc/misc/heirloom-tcopy/Makefile:1.2     Sat May 28 10:15:15 2011
+++ pkgsrc/misc/heirloom-tcopy/Makefile Mon Apr 21 20:57:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:15 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 20:57:58 wiz Exp $
 
 PKGNAME=       heirloom-tcopy-${HEIRLOOM_VER}
 CATEGORIES=    textproc
@@ -6,8 +6,6 @@ LICENSE=        original-bsd
 
 MAKE_FLAGS+=   SUBDIRS="build tcopy"
 
-NOT_FOR_PLATFORM+=     Interix-*-*
-
 .include "../../sysutils/heirloom-doc/Makefile.common"
 
 DESCR_SRC+=    ${.CURDIR}/DESCR

Index: pkgsrc/misc/rpm/Makefile
diff -u pkgsrc/misc/rpm/Makefile:1.109 pkgsrc/misc/rpm/Makefile:1.110
--- pkgsrc/misc/rpm/Makefile:1.109      Thu Apr 17 21:51:42 2025
+++ pkgsrc/misc/rpm/Makefile    Mon Apr 21 20:57:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2025/04/17 21:51:42 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2025/04/21 20:57:58 wiz Exp $
 
 DISTNAME=      rpm-4.20.0
 PKGREVISION=   2
@@ -13,8 +13,6 @@ LICENSE=      gnu-lgpl-v2 OR gnu-gpl-v2
 
 CONFLICTS+=            rpm2cpio<1.0nb1
 
-NOT_FOR_PLATFORM+=     Interix-*-* # getmntent() is nonpublic; needs porting
-
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            bash:run msgfmt perl:run pkg-config gsed
 LUA_VERSIONS_ACCEPTED= 54 53 52

Index: pkgsrc/misc/screen/Makefile
diff -u pkgsrc/misc/screen/Makefile:1.126 pkgsrc/misc/screen/Makefile:1.127
--- pkgsrc/misc/screen/Makefile:1.126   Thu Feb 13 19:43:02 2025
+++ pkgsrc/misc/screen/Makefile Mon Apr 21 20:57:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.126 2025/02/13 19:43:02 rillig Exp $
+# $NetBSD: Makefile,v 1.127 2025/04/21 20:57:58 wiz Exp $
 
 DISTNAME=      screen-5.0.0
 PKGREVISION=   1
@@ -21,8 +21,6 @@ USE_CC_FEATURES=      c17
 
 .include "options.mk"
 
-NOT_FOR_PLATFORM=      Interix-*-* # user auth and username size fixes needed
-
 PLIST_SUBST+=          DISTNAME=${DISTNAME}
 
 GNU_CONFIGURE=         yes

Index: pkgsrc/misc/screen4/Makefile
diff -u pkgsrc/misc/screen4/Makefile:1.1 pkgsrc/misc/screen4/Makefile:1.2
--- pkgsrc/misc/screen4/Makefile:1.1    Fri Feb  7 03:15:05 2025
+++ pkgsrc/misc/screen4/Makefile        Mon Apr 21 20:57:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/02/07 03:15:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2025/04/21 20:57:58 wiz Exp $
 
 DISTNAME=      screen-4.9.1
 CATEGORIES=    misc shells
@@ -18,8 +18,6 @@ EXTRACT_USING=        bsdtar
 
 .include "options.mk"
 
-NOT_FOR_PLATFORM=      Interix-*-* # user auth and username size fixes needed
-
 PLIST_SUBST+=          DISTNAME=${DISTNAME:Q}
 
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index