Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2018 21:13:24 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481399 - head/net/openafs
Message-ID:  <201810062113.w96LDOwL092511@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810062113.w96LDOwL092511>