From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 17 18:00:22 2011 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 19027106566B for ; Tue, 17 May 2011 18:00:22 +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 D96138FC18 for ; Tue, 17 May 2011 18:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4HI0LWe000976 for ; Tue, 17 May 2011 18:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4HI0L6T000975; Tue, 17 May 2011 18:00:21 GMT (envelope-from gnats) Resent-Date: Tue, 17 May 2011 18:00:21 GMT Resent-Message-Id: <201105171800.p4HI0L6T000975@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, Ruslan Mahmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21ACC1065744 for ; Tue, 17 May 2011 17:56:12 +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 121EF8FC17 for ; Tue, 17 May 2011 17:56:12 +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 p4HHuBYY012057 for ; Tue, 17 May 2011 17:56:11 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4HHuBQZ012056; Tue, 17 May 2011 17:56:11 GMT (envelope-from nobody) Message-Id: <201105171756.p4HHuBQZ012056@red.freebsd.org> Date: Tue, 17 May 2011 17:56:11 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157126: [PATCH] x11/gnome-panel: couple of cosmetic changes 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: Tue, 17 May 2011 18:00:22 -0000 >Number: 157126 >Category: ports >Synopsis: [PATCH] x11/gnome-panel: couple of cosmetic changes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 17 18:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - remove --enable-polkit configure option, that doesn't exists anymore - move CPPFLAGS out of CONFIGURE_ENV - add python2.7 to files/patch-configure, as 2.7 is default python version in port >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa gnome-panel.orig/Makefile gnome-panel/Makefile --- gnome-panel.orig/Makefile 2010-12-04 10:34:02.000000000 +0300 +++ gnome-panel/Makefile 2011-05-17 21:38:55.000000000 +0400 @@ -35,10 +35,9 @@ GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes USE_AUTOTOOLS= libtool -CONFIGURE_ARGS= --disable-network-manager \ - --enable-polkit -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-network-manager +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= "-I${LOCALBASE}/include" MAN1= gnome-panel.1 GCONF_SCHEMAS= clock.schemas fish.schemas \ diff -ruNa gnome-panel.orig/files/patch-configure gnome-panel/files/patch-configure --- gnome-panel.orig/files/patch-configure 2010-05-11 01:18:52.000000000 +0400 +++ gnome-panel/files/patch-configure 2011-05-17 21:44:03.000000000 +0400 @@ -5,7 +5,7 @@ # Find any Python interpreter. if test -z "$PYTHON"; then - for ac_prog in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 -+ for ac_prog in python python2 python3 python3.0 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 ++ for ac_prog in python python2 python3 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 >Release-Note: >Audit-Trail: >Unformatted: