From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 7 13:10:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAA01106566C for ; Sat, 7 Apr 2012 13:10:01 +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 8362B8FC0A for ; Sat, 7 Apr 2012 13:10:01 +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 q37DA1lb005058 for ; Sat, 7 Apr 2012 13:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q37DA1eG005057; Sat, 7 Apr 2012 13:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 7 Apr 2012 13:10:01 GMT Resent-Message-Id: <201204071310.q37DA1eG005057@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, Bojan Petrovic Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09D441065672 for ; Sat, 7 Apr 2012 13:04:33 +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 E79848FC14 for ; Sat, 7 Apr 2012 13:04:32 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q37D4WpY023223 for ; Sat, 7 Apr 2012 13:04:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q37D4WuB023219; Sat, 7 Apr 2012 13:04:32 GMT (envelope-from nobody) Message-Id: <201204071304.q37D4WuB023219@red.freebsd.org> Date: Sat, 7 Apr 2012 13:04:32 GMT From: Bojan Petrovic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/166722: graphics/ufraw: port fails to build if "GTK" option is disabled and x11-toolkits/gtkimageview port is not installed 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: Sat, 07 Apr 2012 13:10:01 -0000 >Number: 166722 >Category: ports >Synopsis: graphics/ufraw: port fails to build if "GTK" option is disabled and x11-toolkits/gtkimageview port is not installed >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: Sat Apr 07 13:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bojan Petrovic >Release: 8.2-RELEASE >Organization: >Environment: >Description: Configuration step fails when building graphics/ufraw port with "GTK" option disabled, if x11-toolkits/gtkimageview port is not installed. >How-To-Repeat: Uninstall x11-toolkits/gtkimageview, configure the graphics/ufraw port with "GTK" option disabled, and try to build the port. >Fix: Explicitly disable GTK support with "--with-gtk=no" configure switch. Patch attached with submission follows: --- Makefile 2012/04/07 12:48:25 1.1 +++ Makefile 2012/04/07 12:50:07 @@ -80,6 +80,8 @@ .if defined(WITH_GTK) LIB_DEPENDS+= gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview PLIST_FILES+= bin/ufraw +.else +CONFIGURE_ARGS+= --with-gtk=no .endif .if defined(WITH_GNOME) >Release-Note: >Audit-Trail: >Unformatted: