aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2013-07-26 21:25:18 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2013-07-26 21:25:18 +0000
commit21244d522787c25ce4187cbd9b523e266b6ca8c6 (patch)
tree3b33b51036ef1670f42ba2fde2fde9a137e4d612 /share
parent4ff45b8b45ef196d30c5f07ee69f273fa4c30f17 (diff)
downloadsrc-21244d522787c25ce4187cbd9b523e266b6ca8c6.tar.gz
src-21244d522787c25ce4187cbd9b523e266b6ca8c6.zip
Make the BSD-licensed patch the default.
The BSD-licensed patch(1) command has matured and it's behaviour can be considered equivalent to the older version of GNU patch in the tree. The switch has been extensively tested [1] and only two ports presented regressions, which have since been fixed. For convenience a new WITH_GNU_PATCH option is available, but it will likely be removed in the near future. PR: 176313 Approved by: portmgr
Notes
Notes: svn path=/head/; revision=253689
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.own.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 0da1607e66f3..08bcca1c51ee 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -364,7 +364,6 @@ __DEFAULT_YES_OPTIONS = \
ZONEINFO
__DEFAULT_NO_OPTIONS = \
- BSD_PATCH \
BIND_IDN \
BIND_LARGE_FILE \
BIND_LIBS \
@@ -375,6 +374,7 @@ __DEFAULT_NO_OPTIONS = \
CLANG_EXTRAS \
CTF \
DEBUG_FILES \
+ GNU_PATCH \
GPL_DTC \
HESIOD \
ICONV \