Date: Wed, 10 Mar 2021 18:03:16 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568017 - head/sysutils/jobd Message-ID: <202103101803.12AI3GgE043696@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Mar 10 18:03:16 2021 New Revision: 568017 URL: https://svnweb.freebsd.org/changeset/ports/568017 Log: sysutils/jobd: remove BROKEN_riscv64 The same error happens on 13.0 on amd64, powerpc64 and powerpc64le. Looks like this port is generally broken on 13.0. Modified: head/sysutils/jobd/Makefile Modified: head/sysutils/jobd/Makefile ============================================================================== --- head/sysutils/jobd/Makefile Wed Mar 10 16:38:16 2021 (r568016) +++ head/sysutils/jobd/Makefile Wed Mar 10 18:03:16 2021 (r568017) @@ -16,7 +16,6 @@ BROKEN_aarch64= fails to compile: comparison of const 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103101803.12AI3GgE043696>