diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 14:40:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 14:40:31 +0000 |
commit | fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e (patch) | |
tree | acb4b2fabfae7f10029c7fcb78c44f91b703fedb /textproc | |
parent | eeb17e1ca98491961c26e52c69d27894af6a85aa (diff) | |
download | ports-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.tar.gz ports-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ffe/Makefile | 2 | ||||
-rw-r--r-- | textproc/heirloom-doctools/Makefile | 2 | ||||
-rw-r--r-- | textproc/libmwaw03/Makefile | 2 | ||||
-rw-r--r-- | textproc/multimarkdown/Makefile | 2 | ||||
-rw-r--r-- | textproc/source-highlight/Makefile | 3 | ||||
-rw-r--r-- | textproc/xmlwrapp/Makefile | 4 |
6 files changed, 13 insertions, 2 deletions
diff --git a/textproc/ffe/Makefile b/textproc/ffe/Makefile index 047985c07b8a..ea77573fecfc 100644 --- a/textproc/ffe/Makefile +++ b/textproc/ffe/Makefile @@ -12,6 +12,8 @@ COMMENT= Flat file extractor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wmaybe-uninitialized" + LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error diff --git a/textproc/heirloom-doctools/Makefile b/textproc/heirloom-doctools/Makefile index ca7100ad1d5c..90525d362992 100644 --- a/textproc/heirloom-doctools/Makefile +++ b/textproc/heirloom-doctools/Makefile @@ -10,6 +10,8 @@ COMMENT= Portable and enhanced troff, nroff, and related utilities LICENSE= CDDL +BROKEN_powerpc64= fails to package: Unable to access file pub/utf-8: No such file or directory + USES= gmake USE_GITHUB= yes GH_ACCOUNT= n-t-roff diff --git a/textproc/libmwaw03/Makefile b/textproc/libmwaw03/Makefile index 903b7c4852f7..167e588f2378 100644 --- a/textproc/libmwaw03/Makefile +++ b/textproc/libmwaw03/Makefile @@ -12,6 +12,8 @@ COMMENT= Import library for some old mac text documents LICENSE= LGPL21+ MPL20 LICENSE_COMB= dual +BROKEN_powerpc64= fails to compile: MWAWCell.cxx:644: #pragma GCC diagnostic not allowed inside functions + LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs diff --git a/textproc/multimarkdown/Makefile b/textproc/multimarkdown/Makefile index 86a134542c56..cce9a87732a8 100644 --- a/textproc/multimarkdown/Makefile +++ b/textproc/multimarkdown/Makefile @@ -13,6 +13,8 @@ LICENSE= BSD3CLAUSE MIT GPLv2+ ZLIB LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_powerpc64= fails to compile: Sources/libMultiMarkdown/file.h:116: redefinition of typedef 'DString' + LIB_DEPENDS= libcurl.so:ftp/curl USES= cmake diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index b5d46f9bc323..6f5cbd72b374 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -13,7 +13,8 @@ COMMENT= C/C++ and Java sources to HTML converter LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_sparc64= Does not compile with GCC 4.2 +BROKEN_powerpc64= fails to configure: checking for exit in -lboost_regex... (cached) no +BROKEN_sparc64= fails to compile with GCC 4.2 BUILD_DEPENDS= exctags:devel/ctags LIB_DEPENDS= libboost_regex.so:devel/boost-libs diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index cca4cf01bc65..9e03eb3e5803 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -13,6 +13,8 @@ COMMENT= Modern style C++ library for working with XML data LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to configure: invalid value: boost_major_version= + LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs OPTIONS_DEFINE= XSLT DOCS @@ -22,7 +24,7 @@ OPTIONS_SUB= yes XSLT_USE= gnome=libxslt XSLT_CONFIGURE_ENABLE= xslt -USES= pathfix pkgconfig libtool +USES= compiler:c++11-lang libtool pathfix pkgconfig USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes |