diff options
author | rene <rene@FreeBSD.org> | 2018-11-02 21:32:34 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-11-02 21:32:34 +0800 |
commit | abe85598b76e65884f63f5d35b14a7a5837c77ee (patch) | |
tree | 2c2c3d0def8d9d1ad349013f7b532f0065f57789 /math/maxima | |
parent | a6ebb885ab3952f319e4a2e650eba1580d82a26e (diff) | |
download | freebsd-ports-gnome-abe85598b76e65884f63f5d35b14a7a5837c77ee.tar.gz freebsd-ports-gnome-abe85598b76e65884f63f5d35b14a7a5837c77ee.tar.zst freebsd-ports-gnome-abe85598b76e65884f63f5d35b14a7a5837c77ee.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
Diffstat (limited to 'math/maxima')
-rw-r--r-- | math/maxima/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 0c6d8151c077..13e2c7158553 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -76,12 +76,6 @@ PLIST_SUB+= LISPBINARY="@comment " MAXIMABINARY= maxima_core .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 -# The older makeinfo from the base fails in 10.3 -BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:print/texinfo -CONFIGURE_ENV+= MAKEINFO="${LOCALBASE}/bin/makeinfo" -.endif - post-patch: @${GREP} -Fe '.core' -l -r ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ -e 's;\.core;_core;g' |