Date: Sat, 6 Oct 2018 21:13:48 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r481400 - branches/2018Q4/net/openafs Message-ID: <201810062113.w96LDmmX092643@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Oct 6 21:13:47 2018 New Revision: 481400 URL: https://svnweb.freebsd.org/changeset/ports/481400 Log: MFH: r481399 Mark BROKEN: fails to build On 10.4 amd64: make[4]: don't know how to make ./param.amd64_fbsd_104.h. Stop On 11.2 amd64: make[4]: don't know how to make ./param.amd64_fbsd_112.h. Stop Reported by: pkg-fallout Modified: branches/2018Q4/net/openafs/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net/openafs/Makefile ============================================================================== --- branches/2018Q4/net/openafs/Makefile Sat Oct 6 21:13:24 2018 (r481399) +++ branches/2018Q4/net/openafs/Makefile Sat Oct 6 21:13:47 2018 (r481400) @@ -21,7 +21,7 @@ LICENSE_NAME= IBM Public License Version 1.0 LICENSE_FILE= ${WRKSRC}/doc/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN_FreeBSD_12= does not build (use of undeclared identifier 'ROOTINO') +BROKEN= fails to build ONLY_FOR_ARCHS= i386 amd64 AFS_DISTVERSION= 1.6.22
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810062113.w96LDmmX092643>