2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Boris Kochergin <spawk@acm.poly.edu>
|
2010-01-14 05:26:41 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= geomWatch
|
2011-08-01 20:05:25 +02:00
|
|
|
PORTVERSION= 1.3.0
|
2018-08-08 16:58:33 +02:00
|
|
|
PORTREVISION= 3
|
2010-01-14 05:26:41 +01:00
|
|
|
CATEGORIES= sysutils
|
2010-05-03 04:48:55 +02:00
|
|
|
MASTER_SITES= http://isis.poly.edu/~bk/${PORTNAME}/ \
|
2015-05-20 19:18:31 +02:00
|
|
|
http://bk.macroblock.net/${PORTNAME}/ \
|
|
|
|
http://svnweb.freebsd.org/base/head/sys/cddl/compat/opensolaris/sys/:nvpair
|
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
2016-06-19 13:25:29 +02:00
|
|
|
nvpair.h?revision=279437&view=co:nvpair
|
2015-05-20 19:18:31 +02:00
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
2010-01-14 05:26:41 +01:00
|
|
|
|
|
|
|
MAINTAINER= spawk@acm.poly.edu
|
2010-05-03 04:48:55 +02:00
|
|
|
COMMENT= Watches for and e-mails admins about GEOM/ZFS state changes
|
2010-01-14 05:26:41 +01:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libesmtp.so:mail/libesmtp
|
2010-01-14 05:26:41 +01:00
|
|
|
|
2017-05-27 02:20:19 +02:00
|
|
|
BROKEN_aarch64= fails to compile: ISA not supported
|
|
|
|
BROKEN_armv6= fails to compile: call to 'atomic_add_64' is ambiguous
|
2017-11-30 07:13:34 +01:00
|
|
|
BROKEN_armv7= fails to compile: call to 'atomic_add_64' is ambiguous
|
2017-05-27 02:20:19 +02:00
|
|
|
IGNORE_DragonFly= requires geom(4) support
|
|
|
|
|
2015-05-20 19:18:31 +02:00
|
|
|
USES= tar:tbz
|
2018-08-08 16:58:33 +02:00
|
|
|
USE_CXXSTD= gnu++98
|
2015-05-20 19:18:31 +02:00
|
|
|
|
2010-05-03 04:48:55 +02:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
2010-01-14 05:26:41 +01:00
|
|
|
|
2015-04-03 13:26:48 +02:00
|
|
|
MAKE_ARGS= WITH_ZFS=28
|
2010-05-12 13:51:39 +02:00
|
|
|
|
2015-04-03 13:26:48 +02:00
|
|
|
.include <bsd.port.mk>
|