pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/rc.subr
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 21 21:12:57 UTC 2025
Modified Files:
pkgsrc/pkgtools/rc.subr: Makefile
pkgsrc/pkgtools/rc.subr/files: rc.subr
Log Message:
rc.subr: update to 20250421.
Remove Interix support.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/pkgtools/rc.subr/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/pkgtools/rc.subr/files/rc.subr
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/rc.subr/Makefile
diff -u pkgsrc/pkgtools/rc.subr/Makefile:1.36 pkgsrc/pkgtools/rc.subr/Makefile:1.37
--- pkgsrc/pkgtools/rc.subr/Makefile:1.36 Mon Aug 30 21:45:02 2021
+++ pkgsrc/pkgtools/rc.subr/Makefile Mon Apr 21 21:12:57 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2021/08/30 21:45:02 khorben Exp $
-#
+# $NetBSD: Makefile,v 1.37 2025/04/21 21:12:57 wiz Exp $
-PKGNAME= rc.subr-20210830
+PKGNAME= rc.subr-20250421
CATEGORIES= pkgtools
MAINTAINER= sbd%NetBSD.org@localhost
@@ -9,7 +8,7 @@ HOMEPAGE= https://www.NetBSD.org/
COMMENT= Portable NetBSD rc.subr implementation for pkgsrc
LICENSE= original-bsd
-ONLY_FOR_PLATFORM= Darwin-*-* FreeBSD-[0-4].*-* Interix-*-* IRIX*-*-*
+ONLY_FOR_PLATFORM= Darwin-*-* FreeBSD-[0-4].*-* IRIX*-*-*
ONLY_FOR_PLATFORM+= Linux-*-* NetBSD-*-* OpenBSD-*-* QNX-*-* SunOS-*-*
NO_BUILD= yes
Index: pkgsrc/pkgtools/rc.subr/files/rc.subr
diff -u pkgsrc/pkgtools/rc.subr/files/rc.subr:1.18 pkgsrc/pkgtools/rc.subr/files/rc.subr:1.19
--- pkgsrc/pkgtools/rc.subr/files/rc.subr:1.18 Mon Aug 30 21:45:02 2021
+++ pkgsrc/pkgtools/rc.subr/files/rc.subr Mon Apr 21 21:12:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: rc.subr,v 1.18 2021/08/30 21:45:02 khorben Exp $
+# $NetBSD: rc.subr,v 1.19 2025/04/21 21:12:57 wiz Exp $
#
# Copyright (c) 1997-2002 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -86,21 +86,6 @@ case $_osname in
_RCCMD_whoami="/usr/ucb/whoami" # not in Solaris 11
fi
;;
- Interix)
- bsd_echo () {
- if [ "$1" = "-n" ]; then
- shift; echo "$@\c"
- else
- echo "$@"
- fi
- }
- _RCCMD_chown="/usr/bin/chown"
- _RCCMD_ci="/usr/contrib/bin/ci"
- _RCCMD_co="/usr/contrib/bin/co"
- _RCCMD_echo="bsd_echo"
- _RCCMD_rcs="/usr/contrib/bin/rcs"
- _RCARG_psformat="-wwo pid,comm"
- ;;
IRIX*)
_RCCMD_chown="/sbin/chown"
_RCCMD_ci="/usr/sbin/ci"
Home |
Main Index |
Thread Index |
Old Index