svn commit: r338042 - in head: . targets/pseudo/userland usr.bin usr.bin/send-pr usr.sbin/crunch/examples
Eitan Adler
eadler at FreeBSD.org
Sun Aug 19 07:12:37 UTC 2018
Author: eadler
Date: Sun Aug 19 07:12:35 2018
New Revision: 338042
URL: https://svnweb.freebsd.org/changeset/base/338042
Log:
send-pr: wave goodbye
Entering into the world of 12.x we no longer need even the placeholder
for send-pr. It has not done anything for some time.
With Hat: bugmeister
Deleted:
head/usr.bin/send-pr/Makefile
head/usr.bin/send-pr/Makefile.depend
head/usr.bin/send-pr/send-pr.sh
Modified:
head/ObsoleteFiles.inc
head/targets/pseudo/userland/Makefile.depend
head/usr.bin/Makefile
head/usr.sbin/crunch/examples/really-big.conf
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Sun Aug 19 07:05:33 2018 (r338041)
+++ head/ObsoleteFiles.inc Sun Aug 19 07:12:35 2018 (r338042)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20180819: send-pr(1) placeholder removal
+OLD_FILES+=usr/bin/send-pr
# 20180725: Cleanup old libcasper.so.0
OLD_LIBS+=lib/libcasper.so.0
# 20180722: indent(1) option renamed, test files follow
Modified: head/targets/pseudo/userland/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/Makefile.depend Sun Aug 19 07:05:33 2018 (r338041)
+++ head/targets/pseudo/userland/Makefile.depend Sun Aug 19 07:12:35 2018 (r338042)
@@ -320,7 +320,6 @@ DIRDEPS+= \
usr.bin/script \
usr.bin/sdiff \
usr.bin/sed \
- usr.bin/send-pr \
usr.bin/seq \
usr.bin/shar \
usr.bin/showmount \
Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile Sun Aug 19 07:05:33 2018 (r338041)
+++ head/usr.bin/Makefile Sun Aug 19 07:12:35 2018 (r338042)
@@ -135,7 +135,6 @@ SUBDIR= alias \
script \
sdiff \
sed \
- send-pr \
seq \
shar \
showmount \
Modified: head/usr.sbin/crunch/examples/really-big.conf
==============================================================================
--- head/usr.sbin/crunch/examples/really-big.conf Sun Aug 19 07:05:33 2018 (r338041)
+++ head/usr.sbin/crunch/examples/really-big.conf Sun Aug 19 07:12:35 2018 (r338042)
@@ -110,7 +110,6 @@ progs ypbind ypwhich ypcat ypmatch ypset yppoll
srcdirs /usr/src/gnu/usr.bin
progs bc cpio diff diff3 gas gawk grep gzip sdiff sort tar
-# shell scripts: send-pr
srcdirs /usr/src/gnu/usr.bin/ld # ldd and ldconfig
progs ld ldd ldconfig
More information about the svn-src-all
mailing list