aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
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 /x11-toolkits
parenteeb17e1ca98491961c26e52c69d27894af6a85aa (diff)
downloadports-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.tar.gz
ports-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile1
-rw-r--r--x11-toolkits/gtksourceview3/Makefile2
-rw-r--r--x11-toolkits/py-fltk/Makefile4
3 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index 33422fe2ac1b..e8891dc1761d 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -23,6 +23,7 @@ LIB_DEPENDS+= libflite.so:audio/flite
BROKEN_armv6= fails to package: chmod: GSSpeechServer.desktop: No such file or directory
BROKEN_armv7= fails to package: chmod: GSSpeechServer.desktop: No such file or directory
+BROKEN_powerpc64= fails to build: Illegal instruction (core dumped)
OPTIONS_DEFINE= DOCS CUPS ASPELL
OPTIONS_DEFAULT= CUPS
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile
index ae8aa1de22f2..30e4306c9cce 100644
--- a/x11-toolkits/gtksourceview3/Makefile
+++ b/x11-toolkits/gtksourceview3/Makefile
@@ -11,6 +11,8 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget
+BROKEN_powerpc64= fails to compile: gtksourcetag.h:43: redefinition of typedef 'GtkSourceTag'
+
USES= tar:xz
PORTSCOUT= limitw:1,even
diff --git a/x11-toolkits/py-fltk/Makefile b/x11-toolkits/py-fltk/Makefile
index bdd505f64642..99f551c9558c 100644
--- a/x11-toolkits/py-fltk/Makefile
+++ b/x11-toolkits/py-fltk/Makefile
@@ -14,13 +14,15 @@ COMMENT= Python interface to FLTK window toolkit
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_powerpc64= fails to compile: fltk_wrap.cpp:5355: #pragma GCC diagnostic not allowed inside functions
+
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
CFLAGS+= -DFL_LIBRARY
MAKE_ENV= FLTK_HOME=${LOCALBASE}/bin
+USES= python
USE_PYTHON= autoplist distutils
USE_XORG= x11
-USES= python
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}