pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/bootstrap-extras



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 15:58:55 UTC 2025

Modified Files:
        pkgsrc/pkgtools/bootstrap-extras: Makefile PLIST
Removed Files:
        pkgsrc/pkgtools/bootstrap-extras/files: xargs-sh

Log Message:
bootstrap-extra-files: update to 20250308.

Remove Interix support.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/pkgtools/bootstrap-extras/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/pkgtools/bootstrap-extras/PLIST
cvs rdiff -u -r1.1 -r0 pkgsrc/pkgtools/bootstrap-extras/files/xargs-sh

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

Modified files:

Index: pkgsrc/pkgtools/bootstrap-extras/Makefile
diff -u pkgsrc/pkgtools/bootstrap-extras/Makefile:1.13 pkgsrc/pkgtools/bootstrap-extras/Makefile:1.14
--- pkgsrc/pkgtools/bootstrap-extras/Makefile:1.13      Sat Apr 19 08:07:27 2025
+++ pkgsrc/pkgtools/bootstrap-extras/Makefile   Mon Apr 21 15:58:55 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2025/04/19 08:07:27 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/04/21 15:58:55 wiz Exp $
 
-PKGNAME=       bootstrap-extra-files-20070702
+PKGNAME=       bootstrap-extra-files-20250308
 CATEGORIES=    pkgtools
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -15,7 +15,7 @@ NO_BUILD=     yes
 
 .include "../../mk/bsd.prefs.mk"
 
-EXTRA_FILES=   fakeldd mkdir strip xargs
+EXTRA_FILES=   fakeldd mkdir strip
 PLIST_VARS+=   ${EXTRA_FILES}
 
 .PHONY: ${EXTRA_FILES:S/^/do-install-/}
@@ -38,12 +38,6 @@ PLIST.strip=         yes
 do-install:            do-install-strip
 .endif
 
-NEED_XARGS=            Interix
-.if !empty(NEED_XARGS:M${OPSYS})
-PLIST.xargs=           yes
-do-install:            do-install-xargs
-.endif
-
 do-extract:
        ${CP} -R ${FILESDIR} ${WRKSRC}
 
@@ -66,8 +60,4 @@ do-install-strip:
        ${INSTALL_SCRIPT_DIR} ${DESTDIR}${PREFIX}/bin
        ${INSTALL_SCRIPT} ${WRKSRC}/strip-sh ${DESTDIR}${PREFIX}/bin/strip
 
-do-install-xargs:
-       ${INSTALL_SCRIPT_DIR} ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_SCRIPT} ${WRKSRC}/xargs-sh ${DESTDIR}${PREFIX}/bin/xargs
-
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/pkgtools/bootstrap-extras/PLIST
diff -u pkgsrc/pkgtools/bootstrap-extras/PLIST:1.4 pkgsrc/pkgtools/bootstrap-extras/PLIST:1.5
--- pkgsrc/pkgtools/bootstrap-extras/PLIST:1.4  Mon Jan  1 22:29:51 2018
+++ pkgsrc/pkgtools/bootstrap-extras/PLIST      Mon Apr 21 15:58:55 2025
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/01/01 22:29:51 rillig Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/04/21 15:58:55 wiz Exp $
 ${PLIST.mkdir}bin/mkdir-sh
 ${PLIST.strip}bin/strip
-${PLIST.xargs}bin/xargs
 ${PLIST.fakeldd}sbin/fakeldd



Home | Main Index | Thread Index | Old Index