From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 10 08:30:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E813106566B for ; Mon, 10 Sep 2012 08:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F0C898FC16 for ; Mon, 10 Sep 2012 08:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8A8U2ZZ058783 for ; Mon, 10 Sep 2012 08:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8A8U2HX058779; Mon, 10 Sep 2012 08:30:02 GMT (envelope-from gnats) Resent-Date: Mon, 10 Sep 2012 08:30:02 GMT Resent-Message-Id: <201209100830.q8A8U2HX058779@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rainer Duffner Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DAE31065670 for ; Mon, 10 Sep 2012 08:23:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 37E7F8FC08 for ; Mon, 10 Sep 2012 08:23:37 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q8A8NavH029791 for ; Mon, 10 Sep 2012 08:23:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q8A8Naa5029790; Mon, 10 Sep 2012 08:23:36 GMT (envelope-from nobody) Message-Id: <201209100823.q8A8Naa5029790@red.freebsd.org> Date: Mon, 10 Sep 2012 08:23:36 GMT From: Rainer Duffner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171516: GrahpicsMagick* ports depend on libwmf even if WITHOUT_X11=yes is set X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 08:30:03 -0000 >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: