diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-11 11:11:54 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-11 11:11:54 +0000 |
commit | 24151d6e7b618d01eb8322ae063f047e5b1593d8 (patch) | |
tree | 8cb370fbc74604a3e7754274da754a392e2d5dc8 /x11/fbpanel | |
parent | Update to 0.27a. (diff) |
Fix a runtime error that occurs when fbpanel is compiled against GTK > 2.6.
Also remove obsolete USE_REINPLACE and bump PORTREVISION.
PR: 95231
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
Diffstat (limited to 'x11/fbpanel')
-rw-r--r-- | x11/fbpanel/Makefile | 3 | ||||
-rw-r--r-- | x11/fbpanel/files/patch-Makefile.common | 13 | ||||
-rw-r--r-- | x11/fbpanel/pkg-plist | 14 |
3 files changed, 12 insertions, 18 deletions
diff --git a/x11/fbpanel/Makefile b/x11/fbpanel/Makefile index 4c2a309727a6..3e1579f04879 100644 --- a/x11/fbpanel/Makefile +++ b/x11/fbpanel/Makefile @@ -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 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --cpu=off CFLAGS+= -I${WRKSRC} USE_GMAKE= yes -USE_REINPLACE= yes MAN1= fbpanel.1 MANCOMPRESSED= yes diff --git a/x11/fbpanel/files/patch-Makefile.common b/x11/fbpanel/files/patch-Makefile.common index 72f239eeef85..d98f8d1ceed7 100644 --- a/x11/fbpanel/files/patch-Makefile.common +++ b/x11/fbpanel/files/patch-Makefile.common @@ -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 diff --git a/x11/fbpanel/pkg-plist b/x11/fbpanel/pkg-plist index a4b533dfa38a..b7bcc9c986c3 100644 --- a/x11/fbpanel/pkg-plist +++ b/x11/fbpanel/pkg-plist @@ -13,19 +13,5 @@ bin/fbpanel %%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%% |