diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 21:55:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 21:55:08 +0000 |
commit | fa7459871993c1b82be45b128cb6cc16d6d6097b (patch) | |
tree | f3de3615c4398425cec6e6c4d1a630f701a34d2d /biology | |
parent | Update to bibtool 2.67 (diff) |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Notes
Notes:
svn path=/head/; revision=441429
Diffstat (limited to 'biology')
-rw-r--r-- | biology/seqtools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/seqtools/Makefile b/biology/seqtools/Makefile index a242be63b953..a76ddf96aa65 100644 --- a/biology/seqtools/Makefile +++ b/biology/seqtools/Makefile @@ -16,6 +16,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 +BROKEN_powerpc64= fails to compile: jsoncpp.cpp: 'snprintf' is not a member of 'std' + USES= compiler:c++14-lang execinfo gettext libtool pkgconfig GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 gtk20 |