summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-08-29 15:58:20 +0000
committerantoine <antoine@FreeBSD.org>2013-08-29 15:58:20 +0000
commitf31f23f6612c6105f7ac2b9c6f094d361565dfab (patch)
tree2f8856cf344d9e3fc7c28adf2a193c2ca8b1b4e1
parentaa9a7bb9e6c374d0ee2f00489abd48f856d79aee (diff)
downloadFreeBSD-src-f31f23f6612c6105f7ac2b9c6f094d361565dfab.zip
FreeBSD-src-f31f23f6612c6105f7ac2b9c6f094d361565dfab.tar.gz
Fix after r255014
-rw-r--r--ObsoleteFiles.inc3
-rw-r--r--share/man/man5/src.conf.55
2 files changed, 4 insertions, 4 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 070f634..7399a6e 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -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)
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index fbdb6da..4e89864 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -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 options:
.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.
OpenPOWER on IntegriCloud