aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-04-21 16:43:14 +0000
committerSteve Wills <swills@FreeBSD.org>2016-04-21 16:43:14 +0000
commit86cd4fbe5a7a1a14d0869f64442e2f2b4cc1cbf9 (patch)
tree216cef2d134f1181f622a8119ac12546632249a7 /graphics
parent34788c02dc1c2d225a65f1624b22dd7ca4896e92 (diff)
downloadports-86cd4fbe5a7a1a14d0869f64442e2f2b4cc1cbf9.tar.gz
ports-86cd4fbe5a7a1a14d0869f64442e2f2b4cc1cbf9.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/argyllcms/Makefile2
-rw-r--r--graphics/jpgraph2/Makefile2
-rw-r--r--graphics/maim/Makefile2
-rw-r--r--graphics/megapov/Makefile2
-rw-r--r--graphics/mozjpeg/Makefile2
-rw-r--r--graphics/opencollada/Makefile2
-rw-r--r--graphics/opencolorio/Makefile2
-rw-r--r--graphics/pngquant/Makefile2
-rw-r--r--graphics/povray36/Makefile2
-rw-r--r--graphics/povray37/Makefile2
-rw-r--r--graphics/sdump/Makefile2
-rw-r--r--graphics/sekrit-twc-zimg/Makefile2
12 files changed, 24 insertions, 0 deletions
diff --git a/graphics/argyllcms/Makefile b/graphics/argyllcms/Makefile
index fedeb3ee4cdf..c2fe55c70130 100644
--- a/graphics/argyllcms/Makefile
+++ b/graphics/argyllcms/Makefile
@@ -13,6 +13,8 @@ COMMENT= ICC compatible color management system
LICENSE= AGPLv3
+BROKEN_powerpc64= Does not build
+
BUILD_DEPENDS= jam:devel/jam
LIB_DEPENDS= libtiff.so:graphics/tiff
diff --git a/graphics/jpgraph2/Makefile b/graphics/jpgraph2/Makefile
index a0726f81dbfc..7e7620bb34bb 100644
--- a/graphics/jpgraph2/Makefile
+++ b/graphics/jpgraph2/Makefile
@@ -16,6 +16,8 @@ LICENSE_NAME= JpGraph license
LICENSE_FILE= ${WRKSRC}/README
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
+BROKEN_powerpc64= Does not build
+
USES= tar:bzip2
NO_ARCH= yes
NO_BUILD= yes
diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile
index db6e56edbf10..eec3f2e23cdf 100644
--- a/graphics/maim/Makefile
+++ b/graphics/maim/Makefile
@@ -10,6 +10,8 @@ COMMENT= Screenshot utility with performance improvements over scrot
LICENSE= GPLv3
+BROKEN_powerpc64= Does not build
+
LIB_DEPENDS= libImlib2.so:graphics/imlib2
USE_GITHUB= yes
diff --git a/graphics/megapov/Makefile b/graphics/megapov/Makefile
index 1e47d3b59078..813eebc9f963 100644
--- a/graphics/megapov/Makefile
+++ b/graphics/megapov/Makefile
@@ -10,6 +10,8 @@ MASTER_SITES= http://megapov.inetart.net/packages/unix/
MAINTAINER= ports@FreeBSD.org
COMMENT= Unofficial extensions of POV-Ray
+BROKEN_powerpc64= Does not build
+
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff
#RUN_DEPENDS= povray:graphics/povray-meta
diff --git a/graphics/mozjpeg/Makefile b/graphics/mozjpeg/Makefile
index 3c16f6a40235..8b9cc087135f 100644
--- a/graphics/mozjpeg/Makefile
+++ b/graphics/mozjpeg/Makefile
@@ -13,6 +13,8 @@ COMMENT= Advanced JPEG encoder for the Web
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN_powerpc64= Does not build
+
USE_GITHUB= yes
GH_ACCOUNT= mozilla
diff --git a/graphics/opencollada/Makefile b/graphics/opencollada/Makefile
index d33083e1b875..ce8cfa993c72 100644
--- a/graphics/opencollada/Makefile
+++ b/graphics/opencollada/Makefile
@@ -9,6 +9,8 @@ COMMENT= Library for reading and writing COLLADA files
LICENSE= MIT
+BROKEN_powerpc64= Does not build
+
LIB_DEPENDS= libpcre.so:devel/pcre
USE_GITHUB= yes
diff --git a/graphics/opencolorio/Makefile b/graphics/opencolorio/Makefile
index 105880cd7599..8cd150668af5 100644
--- a/graphics/opencolorio/Makefile
+++ b/graphics/opencolorio/Makefile
@@ -11,6 +11,8 @@ COMMENT?= Complete color management solution
LICENSE= BSD3CLAUSE
+BROKEN_powerpc64= Does not build
+
USE_GITHUB= yes
GH_ACCOUNT= imageworks
GH_PROJECT= OpenColorIO
diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile
index f8750ecf9572..9aa0ba73d032 100644
--- a/graphics/pngquant/Makefile
+++ b/graphics/pngquant/Makefile
@@ -14,6 +14,8 @@ COMMENT= Converts 32-bit RGBA PNGs into 8-bit RGBA-palette PNGs
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+BROKEN_powerpc64= Does not build
+
LIB_DEPENDS= libpng.so:graphics/png
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile
index 519bd379d506..5ed7c04e4395 100644
--- a/graphics/povray36/Makefile
+++ b/graphics/povray36/Makefile
@@ -14,6 +14,8 @@ DIST_SUBDIR= povray36
MAINTAINER= ports@FreeBSD.org
COMMENT= Persistence of Vision Ray Tracer
+BROKEN_powerpc64= Does not build
+
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile
index 2a3d9b70238c..7bb86bfeb5ae 100644
--- a/graphics/povray37/Makefile
+++ b/graphics/povray37/Makefile
@@ -11,6 +11,8 @@ DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}
MAINTAINER= bkoenig@alpha-tierchen.de
COMMENT= Persistence of Vision Ray Tracer
+BROKEN_powerpc64= Does not build
+
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
OPTIONS_DEFINE= X11 PNG JPEG TIFF OPENEXR STATIC IO EXAMPLES DOCS
diff --git a/graphics/sdump/Makefile b/graphics/sdump/Makefile
index 78828335093d..28d329d996ba 100644
--- a/graphics/sdump/Makefile
+++ b/graphics/sdump/Makefile
@@ -11,6 +11,8 @@ COMMENT= Sixel image dumper
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc64= Does not build
+
LIB_DEPENDS= libpng.so:graphics/png \
libsixel.so:graphics/libsixel
diff --git a/graphics/sekrit-twc-zimg/Makefile b/graphics/sekrit-twc-zimg/Makefile
index 25003a1dc0cd..3abbdd623036 100644
--- a/graphics/sekrit-twc-zimg/Makefile
+++ b/graphics/sekrit-twc-zimg/Makefile
@@ -14,6 +14,8 @@ LICENSE_NAME= Do What The Fuck You Want To Public License version 2
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
+BROKEN_powerpc64= Does not build
+
USE_GITHUB= yes
GH_ACCOUNT= sekrit-twc