svn commit: r421309 - head/net/openafs

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 4 07:53:08 UTC 2016


Author: amdmi3
Date: Sun Sep  4 07:53:06 2016
New Revision: 421309
URL: https://svnweb.freebsd.org/changeset/ports/421309

Log:
  - Mark BROKEN in 11+: does not build: no member named 'b_saveaddr' in 'struct buf'
  
  Approved by:	portmgr blanket

Modified:
  head/net/openafs/Makefile

Modified: head/net/openafs/Makefile
==============================================================================
--- head/net/openafs/Makefile	Sun Sep  4 07:32:33 2016	(r421308)
+++ head/net/openafs/Makefile	Sun Sep  4 07:53:06 2016	(r421309)
@@ -21,6 +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
+
 AFS_DISTVERSION=	1.6.18
 DBVERSION=	2016-01-01
 


More information about the svn-ports-head mailing list