From owner-svn-src-all@FreeBSD.ORG Sat Jun 14 20:36:34 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FB7CFBF; Sat, 14 Jun 2014 20:36:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 309DD2D5C; Sat, 14 Jun 2014 20:36:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5EKaYfV077161; Sat, 14 Jun 2014 20:36:34 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5EKaX0V077155; Sat, 14 Jun 2014 20:36:33 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201406142036.s5EKaX0V077155@svn.freebsd.org> From: Gavin Atkinson Date: Sat, 14 Jun 2014 20:36:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267486 - in head: . etc gnu/usr.bin gnu/usr.bin/send-pr share/man/man7 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2014 20:36:34 -0000 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