svn commit: r481399 - head/net/openafs

Antoine Brodin antoine at FreeBSD.org
Sat Oct 6 21:13:25 UTC 2018


Author: antoine
Date: Sat Oct  6 21:13:24 2018
New Revision: 481399
URL: https://svnweb.freebsd.org/changeset/ports/481399

Log:
  Mark BROKEN: fails to build
  
  On 10.4 amd64: make[4]: don't know how to make ./param.amd64_fbsd_104.h. Stop
  On 11.2 amd64: make[4]: don't know how to make ./param.amd64_fbsd_112.h. Stop
  
  Reported by:	pkg-fallout

Modified:
  head/net/openafs/Makefile

Modified: head/net/openafs/Makefile
==============================================================================
--- head/net/openafs/Makefile	Sat Oct  6 21:10:46 2018	(r481398)
+++ head/net/openafs/Makefile	Sat Oct  6 21:13:24 2018	(r481399)
@@ -21,7 +21,7 @@ LICENSE_NAME=	IBM Public License Version 1.0
 LICENSE_FILE=	${WRKSRC}/doc/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-BROKEN_FreeBSD_12=	does not build (use of undeclared identifier 'ROOTINO')
+BROKEN=		fails to build
 ONLY_FOR_ARCHS=	i386 amd64
 
 AFS_DISTVERSION=	1.6.22


More information about the svn-ports-all mailing list