diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 04:35:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 04:35:10 +0000 |
commit | b5fc89bb284dee7e82a0c8124f79cc3af137ce87 (patch) | |
tree | c73f3892748518ee8dd2d7ac016d939814658a36 /security | |
parent | 510c2f235504914622c02f1f931f1830e9c4a5ef (diff) | |
download | freebsd-ports-b5fc89bb284dee7e82a0c8124f79cc3af137ce87.zip |
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/beecrypt/Makefile | 3 | ||||
-rw-r--r-- | security/bro/Makefile | 4 | ||||
-rw-r--r-- | security/hpenc/Makefile | 2 | ||||
-rw-r--r-- | security/i2pd/Makefile | 2 | ||||
-rw-r--r-- | security/tor-devel/Makefile | 2 | ||||
-rw-r--r-- | security/tor/Makefile | 2 |
6 files changed, 8 insertions, 7 deletions
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile index 572d201305b8..aec4d9630123 100644 --- a/security/beecrypt/Makefile +++ b/security/beecrypt/Makefile @@ -6,13 +6,14 @@ PORTVERSION= 4.2.1 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF + PATCHFILES= mpntrbits.patch PATCH_SITES= http://sourceforge.net/p/beecrypt/patches/_discuss/thread/bff89ba1/5387/attachment/ MAINTAINER= mi@aldan.algebra.com COMMENT= BeeCrypt is an open source cryptography library -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: Error: unsupported relocation against r3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-java --without-python diff --git a/security/bro/Makefile b/security/bro/Makefile index 863dcfd53d0d..061a2bbd1ddc 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -12,12 +12,12 @@ COMMENT= System for detecting network intruders in real-time LICENSE= BSD3CLAUSE -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= ${LOCALBASE}/bin/bison:devel/bison \ ${LOCALBASE}/bin/swig:devel/swig13 LIB_DEPENDS= libGeoIP.so:net/GeoIP +BROKEN_powerpc64= Does not build: error: zero-size array 'names' + USES= cmake:outsource compiler:c++11-lang perl5 python ssl CMAKE_ARGS+= -D PYTHON_EXECUTABLE:PATH=${PYTHON_CMD} diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile index 99b65cd5db15..85231c138503 100644 --- a/security/hpenc/Makefile +++ b/security/hpenc/Makefile @@ -11,7 +11,7 @@ COMMENT= Fast authenticated encryption CLI tool LICENSE= BSD2CLAUSE -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: fatal error: cpuid_flags.inc: No such file or directory NOT_FOR_ARCHS= aarch64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to this architecture diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile index 9884a8f74956..76b479e3850d 100644 --- a/security/i2pd/Makefile +++ b/security/i2pd/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs -BROKEN_powerpc64= does not build +BROKEN_powerpc64= does not build: error: to_string is not a member of std USE_GITHUB= yes GH_ACCOUNT= PurpleI2P diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 26a78671e567..1b25e5cbedcd 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_mips64= Does not build: error: Need a uint128_t implementation! -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: Need a uint128_t implementation! BROKEN_sparc64= Does not build: error: Need a uint128_t implementation! USES= cpe gmake diff --git a/security/tor/Makefile b/security/tor/Makefile index 8c365df20639..a94fb9a43525 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_mips64= Does not build: error: Need a uint128_t implementation! -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: Need a uint128_t implementation! BROKEN_sparc64= Does not build: error: Need a uint128_t implementation! USES= cpe gmake |