svn commit: r396425 - head/net/openafs

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 8 18:41:05 UTC 2015


Author: amdmi3
Date: Tue Sep  8 18:41:04 2015
New Revision: 396425
URL: https://svnweb.freebsd.org/changeset/ports/396425

Log:
  - Mark BROKEN on 10.2: does not build
  
  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	Tue Sep  8 18:33:39 2015	(r396424)
+++ head/net/openafs/Makefile	Tue Sep  8 18:41:04 2015	(r396425)
@@ -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