svn commit: r536926 - head/net/nfs-ganesha-kmod

Mark Linimon linimon at FreeBSD.org
Fri May 29 04:12:20 UTC 2020


Author: linimon
Date: Fri May 29 04:12:19 2020
New Revision: 536926
URL: https://svnweb.freebsd.org/changeset/ports/536926

Log:
  On further examination, this port fails to build everywhere.

Modified:
  head/net/nfs-ganesha-kmod/Makefile

Modified: head/net/nfs-ganesha-kmod/Makefile
==============================================================================
--- head/net/nfs-ganesha-kmod/Makefile	Fri May 29 04:09:44 2020	(r536925)
+++ head/net/nfs-ganesha-kmod/Makefile	Fri May 29 04:12:19 2020	(r536926)
@@ -10,7 +10,7 @@ COMMENT=	Modules to implement required syscalls for us
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN_powerpc64=	fails to compile: fhlink.c:57: error: redefinition of 'struct fhlink_args'
+BROKEN=		fails to compile: fhlink.c:57: error: redefinition of 'struct fhlink_args'
 
 USES=		kmod
 


More information about the svn-ports-head mailing list