svn commit: r255029 - in head: . share/man/man5

Antoine Brodin antoine at FreeBSD.org
Thu Aug 29 15:58:21 UTC 2013


Author: antoine
Date: Thu Aug 29 15:58:20 2013
New Revision: 255029
URL: http://svnweb.freebsd.org/changeset/base/255029

Log:
  Fix after r255014

Modified:
  head/ObsoleteFiles.inc
  head/share/man/man5/src.conf.5

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Aug 29 15:49:05 2013	(r255028)
+++ head/ObsoleteFiles.inc	Thu Aug 29 15:58:20 2013	(r255029)
@@ -38,6 +38,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20130829: bsdpatch is patch unconditionally
+OLD_FILES+=usr/bin/bsdpatch
+OLD_FILES+=usr/share/man/man1/bsdpatch.1.gz
 # 20130822: bind 9.9.3-P2 import
 OLD_LIBS+=usr/lib/liblwres.so.80
 # 20130814: vm_page_busy(9)

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Thu Aug 29 15:49:05 2013	(r255028)
+++ head/share/man/man5/src.conf.5	Thu Aug 29 15:58:20 2013	(r255029)
@@ -1,7 +1,7 @@
 .\" DO NOT EDIT-- this file is automatically generated.
 .\" from FreeBSD: head/tools/build/options/makeman 253304 2013-07-12 23:08:44Z bapt
 .\" $FreeBSD$
-.Dd August 28, 2013
+.Dd August 29, 2013
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -500,9 +500,6 @@ When set, it also enforces the following
 .It
 .Va WITHOUT_GNU_SUPPORT
 .El
-.It Va WITH_GNU_PATCH
-.\" from FreeBSD: head/tools/build/options/WITH_GNU_PATCH 253689 2013-07-26 21:25:18Z pfg
-Install GNU-licensed patch as 'patch' instead of BSD patch.
 .It Va WITHOUT_GNU_SUPPORT
 .\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
 Set to build some programs without optional GNU support.


More information about the svn-src-all mailing list