From owner-svn-src-all@FreeBSD.ORG Sun Jun 22 16:58:20 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 DEA894DD; Sun, 22 Jun 2014 16:58:20 +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 C8A6D248B; Sun, 22 Jun 2014 16:58:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5MGwKgk050389; Sun, 22 Jun 2014 16:58:20 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5MGwIKt050376; Sun, 22 Jun 2014 16:58:18 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201406221658.s5MGwIKt050376@svn.freebsd.org> From: Gavin Atkinson Date: Sun, 22 Jun 2014 16:58:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r267738 - in stable/9: . 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 X-SVN-Group: stable-9 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:58:21 -0000 Author: gavin Date: Sun Jun 22 16:58:18 2014 New Revision: 267738 URL: http://svnweb.freebsd.org/changeset/base/267738 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: - copied from r267577, head/usr.bin/send-pr/ Directory Properties: stable/9/usr.bin/send-pr/ (props changed) Deleted: stable/9/gnu/usr.bin/send-pr/ Modified: stable/9/MAINTAINERS (contents, props changed) stable/9/ObsoleteFiles.inc (contents, props changed) stable/9/etc/Makefile stable/9/etc/mtree/BSD.root.dist stable/9/gnu/usr.bin/Makefile stable/9/gnu/usr.bin/binutils/libbfd/Makefile stable/9/share/man/man7/hier.7 stable/9/share/termcap/termcap.src stable/9/sys/mips/rmi/rootfs_list.txt stable/9/sys/modules/svr4/README stable/9/usr.bin/Makefile Directory Properties: stable/9/etc/ (props changed) stable/9/etc/mtree/ (props changed) stable/9/gnu/usr.bin/ (props changed) stable/9/gnu/usr.bin/binutils/libbfd/ (props changed) stable/9/share/man/man7/ (props changed) stable/9/share/termcap/ (props changed) stable/9/sys/ (props changed) stable/9/sys/modules/svr4/ (props changed) stable/9/usr.bin/ (props changed) Modified: stable/9/MAINTAINERS ============================================================================== --- stable/9/MAINTAINERS Sun Jun 22 16:57:07 2014 (r267737) +++ stable/9/MAINTAINERS Sun Jun 22 16:58:18 2014 (r267738) @@ -114,7 +114,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/9/ObsoleteFiles.inc ============================================================================== --- stable/9/ObsoleteFiles.inc Sun Jun 22 16:57:07 2014 (r267737) +++ stable/9/ObsoleteFiles.inc Sun Jun 22 16:58:18 2014 (r267738) @@ -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/9/etc/Makefile ============================================================================== --- stable/9/etc/Makefile Sun Jun 22 16:57:07 2014 (r267737) +++ stable/9/etc/Makefile Sun Jun 22 16:58:18 2014 (r267738) @@ -230,7 +230,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/9/etc/mtree/BSD.root.dist ============================================================================== --- stable/9/etc/mtree/BSD.root.dist Sun Jun 22 16:57:07 2014 (r267737) +++ stable/9/etc/mtree/BSD.root.dist Sun Jun 22 16:58:18 2014 (r267738) @@ -30,8 +30,6 @@ .. devd .. - gnats - .. gss .. mail Modified: stable/9/gnu/usr.bin/Makefile ============================================================================== --- stable/9/gnu/usr.bin/Makefile Sun Jun 22 16:57:07 2014 (r267737) +++ stable/9/gnu/usr.bin/Makefile Sun Jun 22 16:58:18 2014 (r267738) @@ -16,7 +16,6 @@ SUBDIR= ${_binutils} \ patch \ ${_rcs} \ sdiff \ - send-pr \ sort \ ${_texinfo} Modified: stable/9/gnu/usr.bin/binutils/libbfd/Makefile ============================================================================== --- stable/9/gnu/usr.bin/binutils/libbfd/Makefile Sun Jun 22 16:57:07 2014 (r267737) +++ stable/9/gnu/usr.bin/binutils/libbfd/Makefile Sun Jun 22 16:58:18 2014 (r267738) @@ -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/9/share/man/man7/hier.7 ============================================================================== --- stable/9/share/man/man7/hier.7 Sun Jun 22 16:57:07 2014 (r267737) +++ stable/9/share/man/man7/hier.7 Sun Jun 22 16:58:18 2014 (r267738) @@ -97,10 +97,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/9/share/termcap/termcap.src ============================================================================== --- stable/9/share/termcap/termcap.src Sun Jun 22 16:57:07 2014 (r267737) +++ stable/9/share/termcap/termcap.src Sun Jun 22 16:58:18 2014 (r267738) @@ -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/9/sys/mips/rmi/rootfs_list.txt ============================================================================== --- stable/9/sys/mips/rmi/rootfs_list.txt Sun Jun 22 16:57:07 2014 (r267737) +++ stable/9/sys/mips/rmi/rootfs_list.txt Sun Jun 22 16:58:18 2014 (r267738) @@ -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/9/sys/modules/svr4/README ============================================================================== --- stable/9/sys/modules/svr4/README Sun Jun 22 16:57:07 2014 (r267737) +++ stable/9/sys/modules/svr4/README Sun Jun 22 16:58:18 2014 (r267738) @@ -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/9/usr.bin/Makefile ============================================================================== --- stable/9/usr.bin/Makefile Sun Jun 22 16:57:07 2014 (r267737) +++ stable/9/usr.bin/Makefile Sun Jun 22 16:58:18 2014 (r267738) @@ -139,6 +139,7 @@ SUBDIR= alias \ rwall \ script \ sed \ + send-pr \ seq \ shar \ showmount \