aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-22 22:29:17 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-22 22:29:17 +0000
commit197f08abf4fd25e8493f6391ed2c5cac9671e9bb (patch)
treeac17d1ab15d23a2dc3fe9bfd156a7ffcf551a8e7 /textproc
parent6b97e9ecbf788aed773a5284b3624b26725f6e67 (diff)
downloadports-197f08abf4fd25e8493f6391ed2c5cac9671e9bb.tar.gz
ports-197f08abf4fd25e8493f6391ed2c5cac9671e9bb.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/htmltolatex/Makefile2
-rw-r--r--textproc/msort/Makefile3
-rw-r--r--textproc/opengrm-ngram/Makefile2
-rw-r--r--textproc/pdfgrep/Makefile2
-rw-r--r--textproc/uncle/Makefile2
5 files changed, 10 insertions, 1 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile
index a2d08eaa3fe1..5687a02c2df1 100644
--- a/textproc/htmltolatex/Makefile
+++ b/textproc/htmltolatex/Makefile
@@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/copying.txt
LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick
+BROKEN_powerpc64= fails to link: libGraphicsMagick++.so: undefined reference to std::__cxx11::basic_string
+
USES= bison gmake
MAKEFILE= GNUmakefile
MAKE_JOBS_UNSAFE= yes
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile
index 3fdf49081ee1..0601efd11afa 100644
--- a/textproc/msort/Makefile
+++ b/textproc/msort/Makefile
@@ -18,7 +18,8 @@ LIB_DEPENDS= libtre.so:textproc/libtre \
libutf8proc.so:textproc/utf8proc
RUN_DEPENDS= iwidgets>=0:x11-toolkits/iwidgets
-BROKEN_aarch64= Fails to link: missing sbrk
+BROKEN_aarch64= fails to link: missing sbrk
+BROKEN_powerpc64= fails to compile: gmp.h: 'UINT_MAX' undeclared
USES= gettext localbase tk:wrapper,run
CONFIGURE_ENV= ac_cv_lib_tre_regwcomp=yes
diff --git a/textproc/opengrm-ngram/Makefile b/textproc/opengrm-ngram/Makefile
index c010b5a52a68..f60cf24d07c6 100644
--- a/textproc/opengrm-ngram/Makefile
+++ b/textproc/opengrm-ngram/Makefile
@@ -12,6 +12,8 @@ COMMENT= Library for making n-gram language models encoded as weighted FSTs
LICENSE= APACHE20
+BROKEN_powerpc64= fails to compile: ngram-count.cc: 'to_string' is not a member of 'std'
+
LIB_DEPENDS= libfst.so:math/openfst
USES= compiler:c++11-lib libtool localbase
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile
index 2243118e859e..6d70334f28ce 100644
--- a/textproc/pdfgrep/Makefile
+++ b/textproc/pdfgrep/Makefile
@@ -14,6 +14,8 @@ LICENSE= GPLv2
LIB_DEPENDS= libpoppler.so:graphics/poppler
+BROKEN_powerpc64= fails to link: pdfgrep.cc: undefined reference to poppler::set_debug_error_function
+
GNU_CONFIGURE= yes
USES= compiler:c++11-lib gmake pkgconfig
CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
diff --git a/textproc/uncle/Makefile b/textproc/uncle/Makefile
index 80a40743de39..0d0ac00b4b64 100644
--- a/textproc/uncle/Makefile
+++ b/textproc/uncle/Makefile
@@ -12,6 +12,8 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libucl.so:textproc/libucl
+BROKEN_powerpc64= fails to compile: uncle.c: 'for' loop initial declaration used outside C99 mode
+
USE_GITHUB= yes
GH_ACCOUNT= MagikBSD