Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2006 16:51:29 +0200 (CEST)
From:      Tobias Roth <ports@fsck.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95231: [MAINTAINER] x11/fbpanel: Fix for GTK > 2.6
Message-ID:  <200604021451.k32EpT9G057855@secure.socket.ch>
Resent-Message-ID: <200604021500.k32F0UNB032098@freefall.freebsd.org>

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

>Number:         95231
>Category:       ports
>Synopsis:       [MAINTAINER] x11/fbpanel: Fix for GTK > 2.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 02 15:00:29 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Roth
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD factory.fsck.ch 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #2: Sun Feb 26 11:44:31 CET 2006
>Description:
This fixes a runtime error that occurs when fbpanel is compiled against
GTK > 2.6. Also remove obsolete USE_REINPLACE.

No files were added or removed.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- fbpanel-4.3_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/fbpanel/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	5 Nov 2005 05:19:14 -0000	1.8
+++ Makefile	2 Apr 2006 14:48:06 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	fbpanel
 PORTVERSION=	4.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -22,7 +22,6 @@
 CONFIGURE_ARGS=	--prefix=${PREFIX} --cpu=off
 CFLAGS+=	-I${WRKSRC}
 USE_GMAKE=	yes
-USE_REINPLACE=	yes
 
 MAN1=		fbpanel.1
 MANCOMPRESSED=	yes
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/x11/fbpanel/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	9 Jan 2005 23:34:38 -0000	1.3
+++ pkg-plist	2 Apr 2006 14:48:06 -0000
@@ -13,19 +13,5 @@
 %%DATADIR%%/images/top-left.xpm
 %%DATADIR%%/images/top-right.xpm
 %%DATADIR%%/pager
-%%DATADIR%%/plugins/dclock.so
-%%DATADIR%%/plugins/deskno.so
-%%DATADIR%%/plugins/icons.so
-%%DATADIR%%/plugins/image.so
-%%DATADIR%%/plugins/launchbar.so
-%%DATADIR%%/plugins/menu.so
-%%DATADIR%%/plugins/pager.so
-%%DATADIR%%/plugins/separator.so
-%%DATADIR%%/plugins/space.so
-%%DATADIR%%/plugins/taskbar.so
-%%DATADIR%%/plugins/test.so
-%%DATADIR%%/plugins/tray.so
-%%DATADIR%%/plugins/wincmd.so
 @dirrm %%DATADIR%%/images
-@dirrm %%DATADIR%%/plugins
 @dirrm %%DATADIR%%
Index: files/patch-Makefile.common
===================================================================
RCS file: /home/ncvs/ports/x11/fbpanel/files/patch-Makefile.common,v
retrieving revision 1.4
diff -u -u -r1.4 patch-Makefile.common
--- files/patch-Makefile.common	29 Jul 2005 15:43:10 -0000	1.4
+++ files/patch-Makefile.common	2 Apr 2006 14:48:06 -0000
@@ -1,5 +1,14 @@
---- Makefile.common.orig	Thu Jul 28 22:35:08 2005
-+++ Makefile.common	Thu Jul 28 22:36:06 2005
+--- Makefile.common.orig	Tue May 31 17:39:18 2005
++++ Makefile.common	Sun Apr  2 16:30:37 2006
+@@ -53,7 +53,7 @@
+ 
+ DEVEL  ?= 0
+ CHATTY ?= $(DEVEL)
+-STATIC_PLUGINS ?= 0
++STATIC_PLUGINS ?= 1
+ #$(warning CHATTY=$(CHATTY) DEVEL=$(DEVEL))
+ ifeq (1,$(CHATTY))
+ Q :=
 @@ -83,13 +83,11 @@
  # compile flags
  
--- fbpanel-4.3_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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