diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-02 23:49:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-02 23:49:34 +0800 |
commit | b5533c5a254e738001680f6a07fdc1f076438cad (patch) | |
tree | 543af2b67a881ad3a20085f3672b1439334e6a56 /security | |
parent | 3531f60d47c8ff9ae0b847e4c084d7005f302b9c (diff) | |
download | freebsd-ports-gnome-b5533c5a254e738001680f6a07fdc1f076438cad.tar.gz freebsd-ports-gnome-b5533c5a254e738001680f6a07fdc1f076438cad.tar.zst freebsd-ports-gnome-b5533c5a254e738001680f6a07fdc1f076438cad.zip |
Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/wolfssl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile index 6f8fff98645c..9b88ef593e36 100644 --- a/security/wolfssl/Makefile +++ b/security/wolfssl/Makefile @@ -12,6 +12,10 @@ LICENSE= GPLv2 BUILD_DEPENDS= bash:shells/bash +BROKEN_mips= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory +BROKEN_mips64= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory +BROKEN_powerpc64= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory + USES= libtool zip GNU_CONFIGURE= yes CONFIGURE_SHELL=bash |