aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
committerRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
commit8a502cb2d43b4059a5678ee4539ca03603104107 (patch)
tree2c2c3d0def8d9d1ad349013f7b532f0065f57789 /base
parentf60d4bacdc58ec061406d72cace1ac1266952e39 (diff)
downloadports-8a502cb2d43b4059a5678ee4539ca03603104107.tar.gz
ports-8a502cb2d43b4059a5678ee4539ca03603104107.zip
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
Notes
Notes: svn path=/head/; revision=483807
Diffstat (limited to 'base')
-rw-r--r--base/binutils/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/binutils/Makefile b/base/binutils/Makefile
index 8e1b175504c9..128485f467c4 100644
--- a/base/binutils/Makefile
+++ b/base/binutils/Makefile
@@ -41,12 +41,8 @@ BUREMOVE= addr2line \
.include "${MASTERDIR}/Makefile"
-.if ${OSVERSION} >= 1100100
PLIST_SUB+= OBJCOPY="@comment "
BUREMOVE+= objcopy
-.else
-PLIST_SUB+= OBJCOPY=""
-.endif
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
PLIST_SUB+= I386=""