svn commit: r255191 - in head: . gnu/usr.bin gnu/usr.bin/patch

Pedro F. Giffuni pfg at FreeBSD.org
Tue Sep 3 20:03:11 UTC 2013


Author: pfg
Date: Tue Sep  3 20:03:10 2013
New Revision: 255191
URL: http://svnweb.freebsd.org/changeset/base/255191

Log:
  Remove our hacked GNU patch.
  
  The old (2.1) GNU patch has outlived its days.  The major
  local changes have been moved into the less restrictedly
  licensed patch(1) we adopted in usr.bin/ .
  
  A much newer version of GNU patch is available in the
  ports tree (devel/patch).
  
  Disconnect from the build and remove.

Deleted:
  head/gnu/usr.bin/patch/
Modified:
  head/ObsoleteFiles.inc
  head/gnu/usr.bin/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Sep  3 19:31:59 2013	(r255190)
+++ head/ObsoleteFiles.inc	Tue Sep  3 20:03:10 2013	(r255191)
@@ -38,6 +38,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20130903: gnupatch is no more
+OLD_FILES+=usr/bin/gnupatch
+OLD_FILES+=usr/share/man/man1/gnupatch.1.gz
 # 20130829: bsdpatch is patch unconditionally
 OLD_FILES+=usr/bin/bsdpatch
 OLD_FILES+=usr/share/man/man1/bsdpatch.1.gz

Modified: head/gnu/usr.bin/Makefile
==============================================================================
--- head/gnu/usr.bin/Makefile	Tue Sep  3 19:31:59 2013	(r255190)
+++ head/gnu/usr.bin/Makefile	Tue Sep  3 20:03:10 2013	(r255191)
@@ -12,7 +12,6 @@ SUBDIR= ${_binutils} \
 	${_gperf} \
 	grep \
 	${_groff} \
-	patch \
 	${_rcs} \
 	sdiff \
 	send-pr \


More information about the svn-src-head mailing list