From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 19 09:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 373E236B for ; Fri, 19 Apr 2013 09:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 048A035E for ; Fri, 19 Apr 2013 09:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3J9008D081596 for ; Fri, 19 Apr 2013 09:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3J900CU081595; Fri, 19 Apr 2013 09:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 19 Apr 2013 09:00:00 GMT Resent-Message-Id: <201304190900.r3J900CU081595@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, Thomas Mueller Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B25D3231 for ; Fri, 19 Apr 2013 08:51: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 A3B762E5 for ; Fri, 19 Apr 2013 08:51: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 r3J8pb29047758 for ; Fri, 19 Apr 2013 08:51:37 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r3J8pbK0047748; Fri, 19 Apr 2013 08:51:37 GMT (envelope-from nobody) Message-Id: <201304190851.r3J8pbK0047748@red.freebsd.org> Date: Fri, 19 Apr 2013 08:51:37 GMT From: Thomas Mueller To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177973: news/pan Reversed logic for GTK3 option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Apr 2013 09:00:01 -0000 >Number: 177973 >Category: ports >Synopsis: news/pan Reversed logic for GTK3 option >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: Fri Apr 19 09:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Thomas Mueller >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: FreeBSD tmu 9.1-STABLE FreeBSD 9.1-STABLE #50: Thu Apr 18 09:58:43 CEST 2013 toor@tmu:/usr/obj/usr/src/sys/TOM amd64 >Description: The Makefile of news/pan handles the GTK3 option with reversed logic, if GTK3 is 'off' the port is compiled with GTK3 support. >How-To-Repeat: tmu:/usr/ports/news/pan# make showconfig ===> The following configuration options are available for pan-0.139_1: GTK3=off: Use gtk+3 based UI instead of gtk+2 GTKSPELL=on: Spell checking support (gtk+2 only) ===> Use 'make config' to modify these settings tmu:/usr/ports/news/pan# make build-depends-list /usr/ports/accessibility/atk /usr/ports/devel/gettext /usr/ports/devel/glib20 [...] /usr/ports/x11-toolkits/gtk30 >Fix: tmu:/usr/ports/news/pan# diff -u Makefile.orig Makefile --- Makefile.orig 2013-03-18 09:17:05.753654210 +0100 +++ Makefile 2013-04-19 10:50:08.053299421 +0200 @@ -33,7 +33,7 @@ .include -.if ${PORT_OPTIONS:MGTK3} +.if !${PORT_OPTIONS:MGTK3} USE_GNOME+= gtk20 CONFIGURE_ARGS+=--without-gtk3 .else >Release-Note: >Audit-Trail: >Unformatted: