From 97ac613107cbd046b09fe26d250509b3ed473a3b Mon Sep 17 00:00:00 2001 From: pfg Date: Fri, 26 Jul 2013 21:25:18 +0000 Subject: 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 --- tools/build/options/WITH_BSD_PATCH | 2 -- tools/build/options/WITH_GNU_PATCH | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 tools/build/options/WITH_BSD_PATCH create mode 100644 tools/build/options/WITH_GNU_PATCH (limited to 'tools') diff --git a/tools/build/options/WITH_BSD_PATCH b/tools/build/options/WITH_BSD_PATCH deleted file mode 100644 index 8430d2a..0000000 --- a/tools/build/options/WITH_BSD_PATCH +++ /dev/null @@ -1,2 +0,0 @@ -.\" $FreeBSD$ -Install BSD-licensed patch as 'patch' instead of GNU patch. diff --git a/tools/build/options/WITH_GNU_PATCH b/tools/build/options/WITH_GNU_PATCH new file mode 100644 index 0000000..d2a751f --- /dev/null +++ b/tools/build/options/WITH_GNU_PATCH @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Install GNU-licensed patch as 'patch' instead of BSD patch. -- cgit v1.1