Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2011 17:56:11 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157126: [PATCH] x11/gnome-panel: couple of cosmetic changes
Message-ID:  <201105171756.p4HHuBQZ012056@red.freebsd.org>
Resent-Message-ID: <201105171800.p4HI0L6T000975@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105171756.p4HHuBQZ012056>