Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2014 16:58:18 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
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
Message-ID:  <201406221658.s5MGwIKt050376@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 "<http://www.freebsd.org/send-pr.html>"' >> ${.TARGET}
+	echo '#define REPORT_BUGS_TO "<http://www.freebsd.org/support.html>"' >> ${.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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406221658.s5MGwIKt050376>