diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 16:04:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 16:04:19 +0000 |
commit | 82c3cac0d25cc95f9d22a5af54798c9353f0a8ab (patch) | |
tree | c5e899899564f09bbd94410678db0ab936c225e5 /graphics/mapnik | |
parent | 18c5de50d19ed9cea6ba04528785811d0ef7b3c1 (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=441468
Diffstat (limited to 'graphics/mapnik')
-rw-r--r-- | graphics/mapnik/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index a885ebe1b36c..9c850cedf150 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz -BROKEN_powerpc= does not install: runs out of virtual memory +BROKEN_powerpc= fails to install: runs out of virtual memory +BROKEN_powerpc64= fails to link: libmapnik.so: undefined reference to boost::match_results USES= compiler:c++11-lib pkgconfig python scons tar:bzip2 USE_GNOME= libxml2 |