diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 12:35:10 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 12:35:10 +0800 |
commit | b5fc89bb284dee7e82a0c8124f79cc3af137ce87 (patch) | |
tree | c73f3892748518ee8dd2d7ac016d939814658a36 /security/beecrypt | |
parent | 510c2f235504914622c02f1f931f1830e9c4a5ef (diff) | |
download | freebsd-ports-gnome-b5fc89bb284dee7e82a0c8124f79cc3af137ce87.tar.gz freebsd-ports-gnome-b5fc89bb284dee7e82a0c8124f79cc3af137ce87.tar.zst freebsd-ports-gnome-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/beecrypt')
-rw-r--r-- | security/beecrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |