2016-05-20 18:57:33 +02:00
PORTNAME = jobd
2016-05-31 16:14:08 +02:00
PORTVERSION = 0.7.1
2015-12-02 23:33:27 +01:00
DISTVERSIONPREFIX = v
2015-12-02 23:15:34 +01:00
CATEGORIES = sysutils
MAINTAINER = mark@heily.com
2016-05-20 18:57:33 +02:00
COMMENT = Job management framework
2015-12-02 23:15:34 +01:00
LICENSE = ISCL
2016-05-20 18:57:33 +02:00
BUILD_DEPENDS = docbook2mdoc:textproc/docbook2mdoc
2016-03-21 16:47:03 +01:00
2021-05-12 21:40:23 +02:00
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]
2017-05-14 01:50:49 +02:00
BROKEN_aarch64 = fails to compile: comparison of constant -1 with expression of type char is always true
2017-05-27 18:00:49 +02:00
BROKEN_armv6 = fails to compile: comparison of constant -1 with expression of type char is always true
2017-11-30 07:13:34 +01:00
BROKEN_armv7 = fails to compile: comparison of constant -1 with expression of type char is always true
2017-05-14 01:50:49 +02:00
BROKEN_mips64 = fails to configure: unrecognized command line option -std= c++11
BROKEN_sparc64 = fails to configure: unrecognized command line option -std= c++11
2016-11-16 01:35:29 +01:00
2017-05-27 18:00:49 +02:00
HAS_CONFIGURE = YES
USE_GITHUB = YES
USE_LDCONFIG = YES
GH_ACCOUNT = mheily
2017-01-03 12:01:05 +01:00
. i n c l u d e < b s d . p o r t . m k >