diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-06-26 15:56:24 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-06-26 15:56:24 +0800 |
commit | fec7cba5ca9a21f20b38816f0cddb748681e5251 (patch) | |
tree | 7b65e66a2e6cd09ea21462ed8223ee9f9d8bdbd5 /editors | |
parent | 40ed737a9ee020f451b328db92e4c65ff5617d7d (diff) | |
download | freebsd-ports-gnome-fec7cba5ca9a21f20b38816f0cddb748681e5251.tar.gz freebsd-ports-gnome-fec7cba5ca9a21f20b38816f0cddb748681e5251.tar.zst freebsd-ports-gnome-fec7cba5ca9a21f20b38816f0cddb748681e5251.zip |
Mark broken because it doesn't build with GraphicsMagick v.1.2.3 and newer.
http://bugs.kde.org/show_bug.cgi?id=161770
Submitted by: Jan Henrik Sylvester <me@janh.de>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/calligra/Makefile | 6 | ||||
-rw-r--r-- | editors/koffice-kde3/Makefile | 6 | ||||
-rw-r--r-- | editors/koffice-kde4/Makefile | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 73e3c58ea121..d27cbfd2dede 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -33,7 +33,9 @@ LIB_DEPENDS= GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick \ xslt:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx -USE_AUTOTOOLS= libtool:15 +BROKEN= does not build with GraphicsMagick v.1.2.3 and newer + +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes PREFIX= ${KDE_PREFIX} USE_BZIP2= yes @@ -54,7 +56,7 @@ CONFIGURE_ARGS+=--with-pgsqlincdir=${LOCALBASE}/include \ .if ${OSVERSION} < 500035 EXTRA_PATCHES= ${PATCHDIR}/extrapatch-kexi-main-keximainwindowimpl.cpp -CONFIGURE_ARGS+= --disable-final +CONFIGURE_ARGS+=--disable-final .endif post-configure: diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile index 73e3c58ea121..d27cbfd2dede 100644 --- a/editors/koffice-kde3/Makefile +++ b/editors/koffice-kde3/Makefile @@ -33,7 +33,9 @@ LIB_DEPENDS= GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick \ xslt:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx -USE_AUTOTOOLS= libtool:15 +BROKEN= does not build with GraphicsMagick v.1.2.3 and newer + +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes PREFIX= ${KDE_PREFIX} USE_BZIP2= yes @@ -54,7 +56,7 @@ CONFIGURE_ARGS+=--with-pgsqlincdir=${LOCALBASE}/include \ .if ${OSVERSION} < 500035 EXTRA_PATCHES= ${PATCHDIR}/extrapatch-kexi-main-keximainwindowimpl.cpp -CONFIGURE_ARGS+= --disable-final +CONFIGURE_ARGS+=--disable-final .endif post-configure: diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 73e3c58ea121..d27cbfd2dede 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/Makefile @@ -33,7 +33,9 @@ LIB_DEPENDS= GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick \ xslt:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx -USE_AUTOTOOLS= libtool:15 +BROKEN= does not build with GraphicsMagick v.1.2.3 and newer + +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes PREFIX= ${KDE_PREFIX} USE_BZIP2= yes @@ -54,7 +56,7 @@ CONFIGURE_ARGS+=--with-pgsqlincdir=${LOCALBASE}/include \ .if ${OSVERSION} < 500035 EXTRA_PATCHES= ${PATCHDIR}/extrapatch-kexi-main-keximainwindowimpl.cpp -CONFIGURE_ARGS+= --disable-final +CONFIGURE_ARGS+=--disable-final .endif post-configure: |