Date: Mon, 12 Oct 2015 19:08:08 +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: r399149 - head/net/openafs Message-ID: <201510121908.t9CJ88Tv003262@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510121908.t9CJ88Tv003262>