diff options
author | pav <pav@FreeBSD.org> | 2012-06-14 05:10:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-06-14 05:10:09 +0800 |
commit | cdec1900cc1fa16eb9041022d40dcf7eebe56500 (patch) | |
tree | 30a054c7292edfdeff77ecc85a1aee3abc30f618 /graphics | |
parent | 735e5b24b33093e52e6cacb951e7e8ef5f6edcb3 (diff) | |
download | freebsd-ports-gnome-cdec1900cc1fa16eb9041022d40dcf7eebe56500.tar.gz freebsd-ports-gnome-cdec1900cc1fa16eb9041022d40dcf7eebe56500.tar.zst freebsd-ports-gnome-cdec1900cc1fa16eb9041022d40dcf7eebe56500.zip |
- Mark BROKEN: does not compile
undefined reference to `PrintGifError'
Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kuickshow-kde4/Makefile | 2 | ||||
-rw-r--r-- | graphics/kuickshow/Makefile | 2 | ||||
-rw-r--r-- | graphics/show/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/graphics/kuickshow-kde4/Makefile b/graphics/kuickshow-kde4/Makefile index b9364849548b..3335d16811fe 100644 --- a/graphics/kuickshow-kde4/Makefile +++ b/graphics/kuickshow-kde4/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= KDE/extragear MAINTAINER= kde@FreeBSD.org COMMENT= KDE image viewer +BROKEN= does not compile + USE_BZIP2= yes USE_GNOME= imlib USE_KDE4= kdelibs kdeprefix kdehier automoc4 diff --git a/graphics/kuickshow/Makefile b/graphics/kuickshow/Makefile index bf4b897a7e5e..941d38c59f30 100644 --- a/graphics/kuickshow/Makefile +++ b/graphics/kuickshow/Makefile @@ -20,6 +20,8 @@ COMMENT= KDE image viewer CONFLICTS= kdegraphics-3.1.* kdegraphics-3.2.[0-3] +BROKEN= does not compile + USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} diff --git a/graphics/show/Makefile b/graphics/show/Makefile index 053ba7072d03..f5f0f856ce18 100644 --- a/graphics/show/Makefile +++ b/graphics/show/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ gif.5:${PORTSDIR}/graphics/giflib \ Imlib.5:${PORTSDIR}/graphics/imlib +BROKEN= does not compile + PLIST_FILES= bin/show post-extract: |