aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-05-22 21:17:38 +0800
committerlinimon <linimon@FreeBSD.org>2017-05-22 21:17:38 +0800
commitd93393cbfee266ac9f218632d0e2f0e64de8a8dc (patch)
treef7a9a3f705ff6a19879564f16dea8fcc43168f42 /graphics
parent93843cfe0eadb88915d5d83f2a0d584a36cf71c6 (diff)
downloadfreebsd-ports-gnome-d93393cbfee266ac9f218632d0e2f0e64de8a8dc.tar.gz
freebsd-ports-gnome-d93393cbfee266ac9f218632d0e2f0e64de8a8dc.tar.zst
freebsd-ports-gnome-d93393cbfee266ac9f218632d0e2f0e64de8a8dc.zip
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
Diffstat (limited to 'graphics')
-rw-r--r--graphics/aseprite/Makefile6
-rw-r--r--graphics/azpainter/Makefile2
-rw-r--r--graphics/cinepaint/Makefile2
-rw-r--r--graphics/comical/Makefile2
4 files changed, 10 insertions, 2 deletions
diff --git a/graphics/aseprite/Makefile b/graphics/aseprite/Makefile
index 192de89e1e0c..fdcf21720788 100644
--- a/graphics/aseprite/Makefile
+++ b/graphics/aseprite/Makefile
@@ -61,8 +61,10 @@ CXXFLAGS+= -I${LOCALBASE}/include/freetype2
CXXFLAGS+= -I${LOCALBASE}/include/freetype2/freetype
CXXFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528
-BROKEN_aarch64= Fails to build: undefined reference to __va_copy
-BROKEN_sparc64= Fails to build: error: vsnprintf is not a member of std
+BROKEN_aarch64= fails to compile: undefined reference to __va_copy
+BROKEN_armv6= fails to compile: undefined reference to __va_copy
+BROKEN_powerpc64= fails to compile: arena.h: Failed assertion: "arena_mapbits_allocated_get(chunk, pageind) != 0"
+BROKEN_sparc64= fails to compile: vsnprintf is not a member of std
post-extract:
@${RM} -r ${WRKSRC}/src/allegro
diff --git a/graphics/azpainter/Makefile b/graphics/azpainter/Makefile
index b15a1d69c4b6..2818a2cf5df9 100644
--- a/graphics/azpainter/Makefile
+++ b/graphics/azpainter/Makefile
@@ -28,6 +28,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libpng.so:graphics/png
+BROKEN_powerpc64= fails to build: mListDef.h: redefinition of typedef 'mList'
+
USES= desktop-file-utils jpeg localbase shared-mime-info tar:bzip2
USE_XORG= x11 xext xi
GNU_CONFIGURE= yes
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile
index a9b6d5e2c996..a69160e3bac8 100644
--- a/graphics/cinepaint/Makefile
+++ b/graphics/cinepaint/Makefile
@@ -20,6 +20,8 @@ LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \
libtiff.so:graphics/tiff \
libfltk.so:x11-toolkits/fltk
+BROKEN_powerpc64= fails to link: ld: undefined reference to symbol __gxx_personality_v0(try adding -lstdc++)
+
OPTIONS_DEFINE= OYRANOS PRINT
OYRANOS_DESC= ICC profile support via Oyranos
PRINT_DESC= Gutenprint (gimp-print) plugin
diff --git a/graphics/comical/Makefile b/graphics/comical/Makefile
index 31da0f691430..7d0496a62827 100644
--- a/graphics/comical/Makefile
+++ b/graphics/comical/Makefile
@@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libminizip.so:archivers/minizip \
libunrar.so.5:archivers/libunrar5
+BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-Wno-unused-local-typedef"
+
USES= gmake
USE_WX= 2.8+