aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-27 08:20:19 +0800
committerMark Linimon <linimon@FreeBSD.org>2017-05-27 08:20:19 +0800
commitc52a715800ff83f6a958709fb689f16631b4ef8a (patch)
tree6ebe315b8b10cbc2ec7619f8a666f8cab5b7b90c /x11-toolkits
parent13751f7ab8e0664df6343f3b041a3aeaca0d8712 (diff)
downloadfreebsd-ports-c52a715800ff83f6a958709fb689f16631b4ef8a.tar.gz
freebsd-ports-c52a715800ff83f6a958709fb689f16631b4ef8a.tar.zst
freebsd-ports-c52a715800ff83f6a958709fb689f16631b4ef8a.zip
Mark some ports failing on armv6, for errors classified as "???",
part 2. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=441819
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index b64ba2c27e97..612583915215 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -10,15 +10,8 @@ MASTER_SITES= GNUSTEP/core
MAINTAINER= theraven@FreeBSD.org
COMMENT= GNUstep GUI library
-LICENSE_COMB= multi
LICENSE= GPLv3 LGPL3
-
-OPTIONS_DEFINE= DOCS CUPS ASPELL
-OPTIONS_DEFAULT= CUPS
-OPTIONS_SUB= yes
-
-DOCS_BUILD_DEPENDS= texi2html:textproc/texi2html \
- texi2pdf:print/texinfo
+LICENSE_COMB= multi
LIB_DEPENDS+= libtiff.so:graphics/tiff
LIB_DEPENDS+= libpng.so:graphics/png
@@ -28,6 +21,15 @@ LIB_DEPENDS+= libsndfile.so:audio/libsndfile
LIB_DEPENDS+= libao.so:audio/libao
BUILD_DEPENDS+= ${LOCALBASE}/lib/libflite.a:audio/flite
+BROKEN_armv6= fails to package: chmod: GSSpeechServer.desktop: No such file or directory
+
+OPTIONS_DEFINE= DOCS CUPS ASPELL
+OPTIONS_DEFAULT= CUPS
+OPTIONS_SUB= yes
+
+DOCS_BUILD_DEPENDS= texi2html:textproc/texi2html \
+ texi2pdf:print/texinfo
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include