svn commit: r399149 - head/net/openafs

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 12 19:08:10 UTC 2015


Author: amdmi3
Date: Mon Oct 12 19:08:08 2015
New Revision: 399149
URL: https://svnweb.freebsd.org/changeset/ports/399149

Log:
  - Mark BROKEN on 10.2: does not build. It was not fixed by previous commit by danfe@
  
  make[4]: don't know how to make ./param.amd64_fbsd_102.h. Stop
  
  Approved by:	portmgr blanket

Modified:
  head/net/openafs/Makefile

Modified: head/net/openafs/Makefile
==============================================================================
--- head/net/openafs/Makefile	Mon Oct 12 18:55:31 2015	(r399148)
+++ head/net/openafs/Makefile	Mon Oct 12 19:08:08 2015	(r399149)
@@ -77,6 +77,10 @@ FUSE_CONFIGURE_OFF=	--disable-fuse-clien
 CFLAGS+=	-mstackrealign
 .endif
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1002000 && ${OSVERSION} < 1100000
+BROKEN=		does not build, no support for FreeBSD 10.2 yet
+.endif
+
 KERNCONF?=	GENERIC
 KERNCONFDIR?=	${SRC_BASE}/sys/${ARCH}/conf
 


More information about the svn-ports-all mailing list