aboutsummaryrefslogtreecommitdiff
path: root/security/spass
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-18 14:40:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-18 14:40:31 +0000
commitfc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e (patch)
treeacb4b2fabfae7f10029c7fcb78c44f91b703fedb /security/spass
parenteeb17e1ca98491961c26e52c69d27894af6a85aa (diff)
downloadports-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.tar.gz
ports-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.zip
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=472699
Diffstat (limited to 'security/spass')
-rw-r--r--security/spass/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/spass/Makefile b/security/spass/Makefile
index c4d94ed3837e..555ebd5d7f61 100644
--- a/security/spass/Makefile
+++ b/security/spass/Makefile
@@ -11,11 +11,12 @@ COMMENT= Secure password generator with a true random number generator
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_sparc64= cannot link with boost
+BROKEN_powerpc64= fails to link: main.cpp.o: undefined reference to boost::program_options::options_description::options_description
+
BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
-BROKEN_sparc64= cannot link with boost
-
USE_GITHUB= yes
GH_ACCOUNT= guyru
GH_TAGNAME= cb0de64