diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-10 15:46:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-10 15:46:48 +0000 |
commit | 3b295dfc8e099efc6629267626d76ffad4a32f4c (patch) | |
tree | 2de9bb7827e22120f06cf4e834c912a7c6dbc141 | |
parent | - Remove outdated compiler check (diff) |
- Remove outdated OSVERSION check, simplify by using IGNORE helper
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=438180
-rw-r--r-- | sysutils/geomWatch/Makefile | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sysutils/geomWatch/Makefile b/sysutils/geomWatch/Makefile index a264f957b663..16d7e4b7d653 100644 --- a/sysutils/geomWatch/Makefile +++ b/sysutils/geomWatch/Makefile @@ -25,19 +25,7 @@ USE_RC_SUBR= ${PORTNAME} MAKE_ARGS= WITH_ZFS=28 -BROKEN_aarch64= Fails to compile: error: ISA not supported - -.include <bsd.port.options.mk> - -.if ${OPSYS} == DragonFly -IGNORE= requires geom(4) support -.endif - -post-extract: -# base r279437 renamed libnvpair symbols -.if ${OSVERSION} > 1100062 && ${OSVERSION} < 1100077 - ${CP} ${_DISTDIR}/${DISTFILES:M*\:nvpair:C/:.*//} \ - ${WRKSRC}/zfs/v28/sys/cddl/compat/opensolaris/sys/nvpair.h -.endif +BROKEN_aarch64= fails to compile: error: ISA not supported +IGNORE_DragonFly= requires geom(4) support .include <bsd.port.mk> |