pkgsrc-WIP-changes archive

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

uutils-coreutils: prepare for next release



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Thu Apr 2 17:08:08 2026 +0200
Changeset:	cef4e89841d567347b00f147d8d3e2f8bd0336da

Modified Files:
	uutils-coreutils/Makefile

Log Message:
uutils-coreutils: prepare for next release

After all NetBSD fixes commited upstream I'm just waiting
on a new release to finish this off. Prepare for that.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cef4e89841d567347b00f147d8d3e2f8bd0336da

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

diffstat:
 uutils-coreutils/Makefile | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diffs:
diff --git a/uutils-coreutils/Makefile b/uutils-coreutils/Makefile
index cb0975ae4b..bbb7b4f601 100644
--- a/uutils-coreutils/Makefile
+++ b/uutils-coreutils/Makefile
@@ -20,8 +20,21 @@ PROGS+=		base32 base64 basename basenc cat cksum b2sum md5sum sha1sum sha224sum
 		shuf sleep sort split sum tac tail tee test touch tr true truncate tsort unexpand \
 		uniq unlink vdir wc yes
 
+#PROGS+=		arch b2sum base32 base64 basename basenc cat chgrp chmod chown chroot cksum \
+		comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr \
+		factor false fmt fold groups head hostid hostname id install join kill link ln \
+		logname ls md5sum mkdir mkfifo mknod mktemp more mv nice nl nohup nproc numfmt \
+		od paste pathchk pinky pr printenv printf ptx pwd readlink realpath rm rmdir \
+		seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf sleep sort \
+		split stat stdbuf stty sum sync tac tail tee test timeout touch tr true \
+		truncate tsort tty uname unexpand uniq unlink uptime users vdir wc who whoami \
+		yes
+
 INSTALLATION_DIRS+=	uutils-coreutils/bin
 
+#CARGO_NO_DEFAULT_FEATURES=	YES
+#CARGO_FEATURES+=		feat_os_unix
+
 post-install:
 .for program in ${PROGS}
 	cd ${DESTDIR}${PREFIX}/bin && ${LN} coreutils uu-${program}


Home | Main Index | Thread Index | Old Index