diff options
author | antoine <antoine@FreeBSD.org> | 2018-10-07 05:13:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-10-07 05:13:24 +0800 |
commit | a8a48f36d3b4dadec2447cc2ae013631cde1b463 (patch) | |
tree | 0f317cf136ad09104ca5cb173b38c8fe55fba2fa /net | |
parent | 1c1cbc98fc1b538efde36c3f9247221f8368c371 (diff) | |
download | freebsd-ports-gnome-a8a48f36d3b4dadec2447cc2ae013631cde1b463.tar.gz freebsd-ports-gnome-a8a48f36d3b4dadec2447cc2ae013631cde1b463.tar.zst freebsd-ports-gnome-a8a48f36d3b4dadec2447cc2ae013631cde1b463.zip |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/openafs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openafs/Makefile b/net/openafs/Makefile index ca10b1442ba7..184d7c834573 100644 --- a/net/openafs/Makefile +++ b/net/openafs/Makefile @@ -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 |