Files
ports/sysutils/jobd/Makefile
T
Mark Linimon f2fbf5a1ed For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
2021-01-02 01:46:08 +00:00

28 lines
915 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_riscv64= fails to compile: job.cpp:63:26: object backing the pointer will be destroyed at the end of the full-expression
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>