Date: Mon, 10 Sep 2012 08:23:36 GMT From: Rainer Duffner <rainer@ultra-secure.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/171516: GrahpicsMagick* ports depend on libwmf even if WITHOUT_X11=yes is set Message-ID: <201209100823.q8A8Naa5029790@red.freebsd.org> Resent-Message-ID: <201209100830.q8A8U2HX058779@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 171516 >Category: ports >Synopsis: GrahpicsMagick* ports depend on libwmf even if WITHOUT_X11=yes is set >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 10 08:30:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Rainer Duffner >Release: 9.0p3 >Organization: >Environment: FreeBSD f2d169d8-20d2-41d4-8e43-8a9fc5a2b509 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: ImageMagick port says: # WMF (Windows Meta File) images .if ${PORT_OPTIONS:MWMF} . if !defined(WITHOUT_X11) LIB_DEPENDS+= wmf:${PORTSDIR}/graphics/libwmf . else LIB_DEPENDS+= wmf:${PORTSDIR}/graphics/libwmf-nox11 . endif CONFIGURE_ARGS+= --with-wmf=yes CFLAGS+= -I${LOCALBASE}/include/freetype2 PLIST_SUB+= WMF="" .else CONFIGURE_ARGS+= --without-wmf PLIST_SUB+= WMF="@comment " .endif GrahpicsMagick port says: LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ fpx.[2-9]:${PORTSDIR}/graphics/libfpx \ jbig:${PORTSDIR}/graphics/jbigkit \ png15:${PORTSDIR}/graphics/png \ wmflite:${PORTSDIR}/graphics/libwmf \ xml2:${PORTSDIR}/textproc/libxml2 >How-To-Repeat: Found trying to do a build with poudriere. ImageMagick pulls in libwmf-nox11, GraphicsMagick pulls in libwmf, poudriere does not like this >Fix: Not sure how to fix this. ImageMagick is already OPTIONS_NG, so little point in just copying over the relevant sections... >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209100823.q8A8Naa5029790>