svn commit: r267486 - in head: . etc gnu/usr.bin gnu/usr.bin/send-pr share/man/man7

2014-06-14 Thread Gavin Atkinson
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/MAINTAINERSSat Jun 14 20:25:14 2014(r267485)
+++ head/MAINTAINERSSat Jun 14 20:36:32 2014(r267486)
@@ -108,7 +108,6 @@ lib/libbluetoothemaxPre-commit review 
 lib/libsdp emaxPre-commit review preferred.
 usr.bin/bluetooth  emaxPre-commit review preferred.
 usr.sbin/bluetooth emaxPre-commit review preferred.
-gnu/usr.bin/send-prbugmaster   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
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


Re: svn commit: r267486 - in head: . etc gnu/usr.bin gnu/usr.bin/send-pr share/man/man7

2014-06-14 Thread Steve Kargl
On Sat, Jun 14, 2014 at 08:36:33PM +, Gavin Atkinson wrote:
 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/

Given that send-pr(1) may be ingrained into peoples brains
and referenced in 3rd documentation or articles on the web,
perhaps, we should have a script point to bugzilla.

$ cat send-pr 
#! /bin/sh
echo 'send-pr(1) has been replaced by bugzilla.'
echo 'See http://bugs.freebsd.org/'

___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


Re: svn commit: r267486 - in head: . etc gnu/usr.bin gnu/usr.bin/send-pr share/man/man7

2014-06-14 Thread Gavin Atkinson
On Sat, 14 Jun 2014, Steve Kargl wrote:
 On Sat, Jun 14, 2014 at 08:36:33PM +, Gavin Atkinson wrote:
  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/
 
 Given that send-pr(1) may be ingrained into peoples brains
 and referenced in 3rd documentation or articles on the web,
 perhaps, we should have a script point to bugzilla.
 
 $ cat send-pr 
 #! /bin/sh
 echo 'send-pr(1) has been replaced by bugzilla.'
 echo 'See http://bugs.freebsd.org/'

This is likely a good idea, and one we have discussed already.  I meant to 
mention it in the commit log actually - I will likely commit such a script 
tomorrow, and it will be in place in time for the MFC.

Gavin
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org