diff --git a/sysutils/jobd/Makefile b/sysutils/jobd/Makefile index 6a105f3ddc16..1cd1250d18cf 100644 --- a/sysutils/jobd/Makefile +++ b/sysutils/jobd/Makefile @@ -1,26 +1,28 @@ PORTNAME= jobd PORTVERSION= 0.7.1 DISTVERSIONPREFIX=v CATEGORIES= sysutils MAINTAINER= mark@heily.com COMMENT= Job management framework WWW= https://github.com/mheily/jobd LICENSE= ISCL BUILD_DEPENDS= docbook2mdoc:textproc/docbook2mdoc BROKEN= fails to compile: job.cpp:63:26: error: object backing the pointer will be destroyed at the end of the full-expression [-Werror,-Wdangling-gsl] 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_sparc64= fails to configure: unrecognized command line option -std=c++11 +DEPRECATED= Broken since 2021 +EXPIRATION_DATE= 2023-03-21 HAS_CONFIGURE= YES USE_GITHUB= YES USE_LDCONFIG= YES GH_ACCOUNT= mheily .include