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
This commit is contained in:
parent
36c855b9c0
commit
4750b59aca
@ -38,6 +38,8 @@
|
|||||||
# xargs -n1 | sort | uniq -d;
|
# xargs -n1 | sort | uniq -d;
|
||||||
# done
|
# done
|
||||||
|
|
||||||
|
# 20180819: send-pr(1) placeholder removal
|
||||||
|
OLD_FILES+=usr/bin/send-pr
|
||||||
# 20180725: Cleanup old libcasper.so.0
|
# 20180725: Cleanup old libcasper.so.0
|
||||||
OLD_LIBS+=lib/libcasper.so.0
|
OLD_LIBS+=lib/libcasper.so.0
|
||||||
# 20180722: indent(1) option renamed, test files follow
|
# 20180722: indent(1) option renamed, test files follow
|
||||||
|
@ -320,7 +320,6 @@ DIRDEPS+= \
|
|||||||
usr.bin/script \
|
usr.bin/script \
|
||||||
usr.bin/sdiff \
|
usr.bin/sdiff \
|
||||||
usr.bin/sed \
|
usr.bin/sed \
|
||||||
usr.bin/send-pr \
|
|
||||||
usr.bin/seq \
|
usr.bin/seq \
|
||||||
usr.bin/shar \
|
usr.bin/shar \
|
||||||
usr.bin/showmount \
|
usr.bin/showmount \
|
||||||
|
@ -135,7 +135,6 @@ SUBDIR= alias \
|
|||||||
script \
|
script \
|
||||||
sdiff \
|
sdiff \
|
||||||
sed \
|
sed \
|
||||||
send-pr \
|
|
||||||
seq \
|
seq \
|
||||||
shar \
|
shar \
|
||||||
showmount \
|
showmount \
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
# $FreeBSD$
|
|
||||||
|
|
||||||
SCRIPTS= send-pr.sh
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
|
@ -1,11 +0,0 @@
|
|||||||
# $FreeBSD$
|
|
||||||
# Autogenerated - do NOT edit!
|
|
||||||
|
|
||||||
DIRDEPS = \
|
|
||||||
|
|
||||||
|
|
||||||
.include <dirdeps.mk>
|
|
||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
|
||||||
# local dependencies - needed for -jN in clean tree
|
|
||||||
.endif
|
|
@ -1,11 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo "FreeBSD has migrated away from GNATS for tracking bugs, and so send-pr"
|
|
||||||
echo "is no longer used for submitting bug reports."
|
|
||||||
echo "Please see https://www.freebsd.org/support.html for more information."
|
|
||||||
echo
|
|
||||||
exit 1
|
|
@ -110,7 +110,6 @@ progs ypbind ypwhich ypcat ypmatch ypset yppoll
|
|||||||
srcdirs /usr/src/gnu/usr.bin
|
srcdirs /usr/src/gnu/usr.bin
|
||||||
|
|
||||||
progs bc cpio diff diff3 gas gawk grep gzip sdiff sort tar
|
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
|
srcdirs /usr/src/gnu/usr.bin/ld # ldd and ldconfig
|
||||||
progs ld ldd ldconfig
|
progs ld ldd ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user