From owner-svn-src-all@FreeBSD.ORG Sun Jun 22 16:48:25 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 035BDDF6; Sun, 22 Jun 2014 16:48:25 +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 D9B3A23CF; Sun, 22 Jun 2014 16:48:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5MGmOKB045656; Sun, 22 Jun 2014 16:48:24 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5MGmMAq045640; Sun, 22 Jun 2014 16:48:22 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201406221648.s5MGmMAq045640@svn.freebsd.org> From: Gavin Atkinson Date: Sun, 22 Jun 2014 16:48:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r267734 - in stable/10: . contrib/gcc etc etc/mtree gnu/usr.bin gnu/usr.bin/binutils/libbfd gnu/usr.bin/send-pr share/man/man7 share/termcap sys/mips/rmi sys/modules/svr4 usr.bin usr.bi... X-SVN-Group: stable-10 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: Sun, 22 Jun 2014 16:48:25 -0000 Author: gavin Date: Sun Jun 22 16:48:21 2014 New Revision: 267734 URL: http://svnweb.freebsd.org/changeset/base/267734 Log: Merge r267482,r267483,r267486,r267577,r267671,r267672 from head: Remove send-pr and fix up all references to it. Replace it with a stub send-pr directing people towards the web site. Added: stable/10/usr.bin/send-pr/ - copied from r267577, head/usr.bin/send-pr/ Deleted: stable/10/gnu/usr.bin/send-pr/ Modified: stable/10/MAINTAINERS stable/10/ObsoleteFiles.inc stable/10/contrib/gcc/version.c stable/10/etc/Makefile stable/10/etc/mtree/BSD.root.dist stable/10/gnu/usr.bin/Makefile stable/10/gnu/usr.bin/binutils/libbfd/Makefile stable/10/share/man/man7/hier.7 stable/10/share/man/man7/tests.7 stable/10/share/termcap/termcap.src stable/10/sys/mips/rmi/rootfs_list.txt stable/10/sys/modules/svr4/README stable/10/usr.bin/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/MAINTAINERS ============================================================================== --- stable/10/MAINTAINERS Sun Jun 22 16:45:42 2014 (r267733) +++ stable/10/MAINTAINERS Sun Jun 22 16:48:21 2014 (r267734) @@ -110,7 +110,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: stable/10/ObsoleteFiles.inc ============================================================================== --- stable/10/ObsoleteFiles.inc Sun Jun 22 16:45:42 2014 (r267733) +++ stable/10/ObsoleteFiles.inc Sun Jun 22 16:48:21 2014 (r267734) @@ -38,6 +38,10 @@ # xargs -n1 | sort | uniq -d; # done +# 20140614: send-pr removal +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: stable/10/contrib/gcc/version.c ============================================================================== --- stable/10/contrib/gcc/version.c Sun Jun 22 16:45:42 2014 (r267733) +++ stable/10/contrib/gcc/version.c Sun Jun 22 16:48:21 2014 (r267734) @@ -18,7 +18,7 @@ forward us bugs reported to you, if you determine that they are not bugs in your modifications.) */ -const char bug_report_url[] = ""; +const char bug_report_url[] = ""; /* The complete version string, assembled from several pieces. BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile. */ Modified: stable/10/etc/Makefile ============================================================================== --- stable/10/etc/Makefile Sun Jun 22 16:45:42 2014 (r267733) +++ stable/10/etc/Makefile Sun Jun 22 16:48:21 2014 (r267734) @@ -231,7 +231,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: stable/10/etc/mtree/BSD.root.dist ============================================================================== --- stable/10/etc/mtree/BSD.root.dist Sun Jun 22 16:45:42 2014 (r267733) +++ stable/10/etc/mtree/BSD.root.dist Sun Jun 22 16:48:21 2014 (r267734) @@ -30,8 +30,6 @@ .. devd .. - gnats - .. gss .. mail Modified: stable/10/gnu/usr.bin/Makefile ============================================================================== --- stable/10/gnu/usr.bin/Makefile Sun Jun 22 16:45:42 2014 (r267733) +++ stable/10/gnu/usr.bin/Makefile Sun Jun 22 16:48:21 2014 (r267734) @@ -14,7 +14,6 @@ SUBDIR= ${_binutils} \ ${_groff} \ ${_rcs} \ sdiff \ - send-pr \ ${_tests} \ ${_texinfo} Modified: stable/10/gnu/usr.bin/binutils/libbfd/Makefile ============================================================================== --- stable/10/gnu/usr.bin/binutils/libbfd/Makefile Sun Jun 22 16:45:42 2014 (r267733) +++ stable/10/gnu/usr.bin/binutils/libbfd/Makefile Sun Jun 22 16:48:21 2014 (r267734) @@ -84,7 +84,7 @@ bfdver.h: Makefile echo '#define BFD_VERSION 217500000' > ${.TARGET} echo '#define BFD_VERSION_DATE 20070703' >> ${.TARGET} echo '#define BFD_VERSION_STRING ${VERSION}' >> ${.TARGET} - echo '#define REPORT_BUGS_TO ""' >> ${.TARGET} + echo '#define REPORT_BUGS_TO ""' >> ${.TARGET} targmatch.h: targmatch.sed config.bfd sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET} Modified: stable/10/share/man/man7/hier.7 ============================================================================== --- stable/10/share/man/man7/hier.7 Sun Jun 22 16:45:42 2014 (r267733) +++ stable/10/share/man/man7/hier.7 Sun Jun 22 16:48:21 2014 (r267734) @@ -90,10 +90,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 Modified: stable/10/share/man/man7/tests.7 ============================================================================== --- stable/10/share/man/man7/tests.7 Sun Jun 22 16:45:42 2014 (r267733) +++ stable/10/share/man/man7/tests.7 Sun Jun 22 16:48:21 2014 (r267734) @@ -195,7 +195,7 @@ For more details please refer to: .It .Lk http://lists.freebsd.org/ "FreeBSD Mailing Lists" .It -.Lk http://www.freebsd.org/send-pr.html "Submit a FreeBSD Problem Report" +.Lk http://www.freebsd.org/support.html "Problem Reporting" .El .Sh FILES .Bl -tag -compact -width usrXlocalXetcXkyuaXkyuaXconfXX Modified: stable/10/share/termcap/termcap.src ============================================================================== --- stable/10/share/termcap/termcap.src Sun Jun 22 16:45:42 2014 (r267733) +++ stable/10/share/termcap/termcap.src Sun Jun 22 16:48:21 2014 (r267734) @@ -36,7 +36,7 @@ # John Kunze, Berkeley # Craig Leres, Berkeley # -# Please submit changes with send-pr(1). +# Please submit changes via https://bugs.freebsd.org/submit/ # # << EOH - after reordering, above header lines survive and this line dies >> # Modified: stable/10/sys/mips/rmi/rootfs_list.txt ============================================================================== --- stable/10/sys/mips/rmi/rootfs_list.txt Sun Jun 22 16:45:42 2014 (r267733) +++ stable/10/sys/mips/rmi/rootfs_list.txt Sun Jun 22 16:48:21 2014 (r267734) @@ -64,8 +64,6 @@ ./etc/defaults/rc.conf ./etc/devd ./etc/devd/asus.conf -./etc/gnats -./etc/gnats/freefall ./etc/gss ./etc/gss/mech ./etc/gss/qop Modified: stable/10/sys/modules/svr4/README ============================================================================== --- stable/10/sys/modules/svr4/README Sun Jun 22 16:45:42 2014 (r267733) +++ stable/10/sys/modules/svr4/README Sun Jun 22 16:48:21 2014 (r267734) @@ -30,7 +30,7 @@ To use it: It's early days yet, folks -- You'll probably have trouble getting 100% functionality out of most things (specifically, poll() on a socket doesn't look like it works at the moment, so Netscape doesn't work (among other -things)). Patches will be appreciated (use send-pr). +things)). Patches will be appreciated. - Mark Newton newton@atdot.dotat.org Modified: stable/10/usr.bin/Makefile ============================================================================== --- stable/10/usr.bin/Makefile Sun Jun 22 16:45:42 2014 (r267733) +++ stable/10/usr.bin/Makefile Sun Jun 22 16:48:21 2014 (r267734) @@ -143,6 +143,7 @@ SUBDIR= alias \ rwall \ script \ sed \ + send-pr \ seq \ shar \ showmount \