svn commit: r557147 - head/sysutils/cdrdao

Mark Linimon linimon at FreeBSD.org
Sun Dec 6 16:48:32 UTC 2020


Author: linimon
Date: Sun Dec  6 16:48:32 2020
New Revision: 557147
URL: https://svnweb.freebsd.org/changeset/ports/557147

Log:
  Does not build on riscv64.  Kind of irrelevant, since there are no riscv64
  desktops yet.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/cdrdao/Makefile

Modified: head/sysutils/cdrdao/Makefile
==============================================================================
--- head/sysutils/cdrdao/Makefile	Sun Dec  6 16:42:25 2020	(r557146)
+++ head/sysutils/cdrdao/Makefile	Sun Dec  6 16:48:32 2020	(r557147)
@@ -13,6 +13,8 @@ COMMENT?=	Record CD-R[W]s in disk-at-once mode
 
 LICENSE=	GPLv2
 
+BROKEN_riscv64=	../include/mconfig.h:86:2: error: Architecture not defined here
+
 USES=		alias compiler:c++11-lang gmake tar:bzip2
 GNU_CONFIGURE=	yes
 USE_CXXSTD=	c++11


More information about the svn-ports-head mailing list