svn commit: r267486 - in head: . etc gnu/usr.bin gnu/usr.bin/send-pr share/man/man7
Gavin Atkinson
gavin at FreeBSD.org
Sat Jun 14 20:36:34 UTC 2014
Author: gavin
Date: Sat Jun 14 20:36:32 2014
New Revision: 267486
URL: http://svnweb.freebsd.org/changeset/base/267486
Log:
Remove send-pr, the supported interface to submit bugs is now via
https://bugs.freebsd.org/submit/
Removing send-pr also removes one more piece of non-BSD-licensed software.
Hat: bugmeister
MFC after: 3 days
Deleted:
head/gnu/usr.bin/send-pr/
Modified:
head/MAINTAINERS
head/ObsoleteFiles.inc
head/etc/Makefile
head/gnu/usr.bin/Makefile
head/share/man/man7/hier.7
Modified: head/MAINTAINERS
==============================================================================
--- head/MAINTAINERS Sat Jun 14 20:25:14 2014 (r267485)
+++ head/MAINTAINERS Sat Jun 14 20:36:32 2014 (r267486)
@@ -108,7 +108,6 @@ lib/libbluetooth emax Pre-commit review
lib/libsdp emax Pre-commit review preferred.
usr.bin/bluetooth emax Pre-commit review preferred.
usr.sbin/bluetooth emax Pre-commit review preferred.
-gnu/usr.bin/send-pr bugmaster Pre-commit review requested.
*env(3) secteam Due to the problematic security history of this
code, please have patches reviewed by secteam.
share/zoneinfo edwin Heads-up appreciated, since our data is coming
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Sat Jun 14 20:25:14 2014 (r267485)
+++ head/ObsoleteFiles.inc Sat Jun 14 20:36:32 2014 (r267486)
@@ -38,6 +38,11 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20140614: send-pr removal
+OLD_FILES+=usr/bin/send-pr
+OLD_FILES+=usr/share/man/man1/send-pr.1.gz
+OLD_FILES+=etc/gnats/freefall
+OLD_DIRS+=etc/gnats
# 20140512: new clang import which bumps version from 3.4 to 3.4.1.
OLD_FILES+=usr/include/clang/3.4/__wmmintrin_aes.h
OLD_FILES+=usr/include/clang/3.4/__wmmintrin_pclmul.h
Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile Sat Jun 14 20:25:14 2014 (r267485)
+++ head/etc/Makefile Sat Jun 14 20:36:32 2014 (r267486)
@@ -240,7 +240,6 @@ distribution:
${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install
- ${_+_}cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall
${_+_}cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
${_+_}cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install
Modified: head/gnu/usr.bin/Makefile
==============================================================================
--- head/gnu/usr.bin/Makefile Sat Jun 14 20:25:14 2014 (r267485)
+++ head/gnu/usr.bin/Makefile Sat Jun 14 20:36:32 2014 (r267486)
@@ -14,7 +14,6 @@ SUBDIR= ${_binutils} \
${_groff} \
${_rcs} \
sdiff \
- send-pr \
${_tests} \
${_texinfo}
Modified: head/share/man/man7/hier.7
==============================================================================
--- head/share/man/man7/hier.7 Sat Jun 14 20:25:14 2014 (r267485)
+++ head/share/man/man7/hier.7 Sat Jun 14 20:36:32 2014 (r267486)
@@ -86,10 +86,6 @@ see
.Xr rc 8
.It Pa bluetooth/
bluetooth configuration files
-.It Pa gnats/
-gnats configuration files;
-see
-.Xr send-pr 1
.It Pa localtime
local timezone information;
see
More information about the svn-src-head
mailing list