aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/geomWatch
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-04-10 23:46:48 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-04-10 23:46:48 +0800
commita800c31aaf78e1622676f3a5acc5c7c87beac1bc (patch)
tree2de9bb7827e22120f06cf4e834c912a7c6dbc141 /sysutils/geomWatch
parentf5a055d3a9d5b4af6baaf445187713b85d14e84a (diff)
downloadfreebsd-ports-gnome-a800c31aaf78e1622676f3a5acc5c7c87beac1bc.tar.gz
freebsd-ports-gnome-a800c31aaf78e1622676f3a5acc5c7c87beac1bc.tar.zst
freebsd-ports-gnome-a800c31aaf78e1622676f3a5acc5c7c87beac1bc.zip
- Remove outdated OSVERSION check, simplify by using IGNORE helper
Approved by: portmgr blanket
Diffstat (limited to 'sysutils/geomWatch')
-rw-r--r--sysutils/geomWatch/Makefile16
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>