diff options
author | linimon <linimon@FreeBSD.org> | 2011-12-22 18:48:57 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-12-22 18:48:57 +0800 |
commit | 6b29da8fc5054df4ec76cdbd1a6af2df214a2862 (patch) | |
tree | f26c3cd4e7fc62e84bf20b82e4bc650c43bb9a43 /ftp | |
parent | 06790b331d38e2c464475703a8300648f83a2f50 (diff) | |
download | freebsd-ports-gnome-6b29da8fc5054df4ec76cdbd1a6af2df214a2862.tar.gz freebsd-ports-gnome-6b29da8fc5054df4ec76cdbd1a6af2df214a2862.tar.zst freebsd-ports-gnome-6b29da8fc5054df4ec76cdbd1a6af2df214a2862.zip |
Mark as broken on sparc64-9: fails to compile.
Hat: portmgr
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/proftpd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index da5987679765..a284d983aa84 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -101,6 +101,10 @@ PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATEDIR}" .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000 +BROKEN= Does not compile on sparc64-9: storage size of 'utx' isn't known +.endif + .if !defined(WITHOUT_RATIO) MODULES:=${MODULES}:mod_ratio .endif |