summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-07-26 21:25:18 +0000
committerpfg <pfg@FreeBSD.org>2013-07-26 21:25:18 +0000
commit97ac613107cbd046b09fe26d250509b3ed473a3b (patch)
tree3b33b51036ef1670f42ba2fde2fde9a137e4d612 /share/mk
parent45f9b76a043a567f6b7ee8f35ea3c17fbd555acf (diff)
downloadFreeBSD-src-97ac613107cbd046b09fe26d250509b3ed473a3b.zip
FreeBSD-src-97ac613107cbd046b09fe26d250509b3ed473a3b.tar.gz
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
Diffstat (limited to 'share/mk')
-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 0da1607..08bcca1 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 \
OpenPOWER on IntegriCloud