Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Feb 2017 15:56:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433564 - head/net/openafs
Message-ID:  <201702071556.v17FuukW043157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb  7 15:56:55 2017
New Revision: 433564
URL: https://svnweb.freebsd.org/changeset/ports/433564

Log:
  - Mark broken on 10.x, clarify broken reasons
  
  Approved by:	portmgr blanket

Modified:
  head/net/openafs/Makefile

Modified: head/net/openafs/Makefile
==============================================================================
--- head/net/openafs/Makefile	Tue Feb  7 15:49:27 2017	(r433563)
+++ head/net/openafs/Makefile	Tue Feb  7 15:56:55 2017	(r433564)
@@ -21,8 +21,9 @@ LICENSE_NAME=	IBM Public License Version
 LICENSE_FILE=	${WRKSRC}/doc/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-BROKEN_FreeBSD_11=	does not build
-BROKEN_FreeBSD_12=	does not build
+BROKEN_FreeBSD_10=	does not build (error: use of undeclared identifier 'SYS_NAME_ID_amd64_fbsd_103')
+BROKEN_FreeBSD_11=	does not build (error: no member named 'b_saveaddr' in 'struct buf')
+BROKEN_FreeBSD_12=	does not build (don't know how to make ./param.amd64_fbsd_120.h. Stop)
 
 AFS_DISTVERSION=	1.6.18
 DBVERSION=	2016-01-01



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