svn commit: r557335 - head/net/netwib

Mark Linimon linimon at FreeBSD.org
Wed Dec 9 02:41:52 UTC 2020


Author: linimon
Date: Wed Dec  9 02:41:51 2020
New Revision: 557335
URL: https://svnweb.freebsd.org/changeset/ports/557335

Log:
  Mark as BROKEN on riscv64:
  
    Error: Could not guess NETWIBDEF_SYSARCH.
    Edit genemake to set NETWIBDEF_SYSARCH, and rerun genemake.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/net/netwib/Makefile

Modified: head/net/netwib/Makefile
==============================================================================
--- head/net/netwib/Makefile	Wed Dec  9 02:30:00 2020	(r557334)
+++ head/net/netwib/Makefile	Wed Dec  9 02:41:51 2020	(r557335)
@@ -14,6 +14,8 @@ DISTFILES=	${DISTNAME}.tgz ${DISTNAME:S/src/doc_html/}
 MAINTAINER=	jmohacsi at bsd.hu
 COMMENT=	Netwib network programming library
 
+BROKEN_riscv64=		fails to configure: Could not guess NETWIBDEF_SYSARCH. Edit genemake to set NETWIBDEF_SYSARCH, and rerun genemake.
+
 LIB_DEPENDS=	libnet.so:net/libnet
 
 WRKSRC_SUBDIR=	src


More information about the svn-ports-all mailing list