svn commit: r568017 - head/sysutils/jobd

Piotr Kubaj pkubaj at FreeBSD.org
Wed Mar 10 18:03:16 UTC 2021


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


More information about the svn-ports-head mailing list