freebsd-ports/sysutils/geomWatch/Makefile
Mark Linimon c52a715800 Mark some ports failing on armv6, for errors classified as "???",
part 2.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 00:20:19 +00:00

32 lines
859 B
Makefile

# Created by: Boris Kochergin <spawk@acm.poly.edu>
# $FreeBSD$
PORTNAME= geomWatch
PORTVERSION= 1.3.0
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://isis.poly.edu/~bk/${PORTNAME}/ \
http://bk.macroblock.net/${PORTNAME}/ \
http://svnweb.freebsd.org/base/head/sys/cddl/compat/opensolaris/sys/:nvpair
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
nvpair.h?revision=279437&view=co:nvpair
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= spawk@acm.poly.edu
COMMENT= Watches for and e-mails admins about GEOM/ZFS state changes
LIB_DEPENDS= libesmtp.so:mail/libesmtp
BROKEN_aarch64= fails to compile: ISA not supported
BROKEN_armv6= fails to compile: call to 'atomic_add_64' is ambiguous
IGNORE_DragonFly= requires geom(4) support
USES= tar:tbz
SUB_FILES= pkg-message
USE_RC_SUBR= ${PORTNAME}
MAKE_ARGS= WITH_ZFS=28
.include <bsd.port.mk>