freebsd-ports/sysutils/jobd/Makefile
Mark Linimon bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00

28 lines
858 B
Makefile

# $FreeBSD$
PORTNAME= jobd
PORTVERSION= 0.7.1
DISTVERSIONPREFIX=v
CATEGORIES= sysutils
MAINTAINER= mark@heily.com
COMMENT= Job management framework
LICENSE= ISCL
BUILD_DEPENDS= docbook2mdoc:textproc/docbook2mdoc
BROKEN_aarch64= fails to compile: comparison of constant -1 with expression of type char is always true
BROKEN_armv6= fails to compile: comparison of constant -1 with expression of type char is always true
BROKEN_armv7= fails to compile: comparison of constant -1 with expression of type char is always true
BROKEN_mips64= fails to configure: unrecognized command line option -std=c++11
BROKEN_powerpc64= fails to configure: Unable to run configure in ./src/
BROKEN_sparc64= fails to configure: unrecognized command line option -std=c++11
HAS_CONFIGURE= YES
USE_GITHUB= YES
USE_LDCONFIG= YES
GH_ACCOUNT= mheily
.include <bsd.port.mk>