View | Details | Raw Unified | Return to bug 95231
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	fbpanel
8
PORTNAME=	fbpanel
9
PORTVERSION=	4.3
9
PORTVERSION=	4.3
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	x11
11
CATEGORIES=	x11
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 22-28 Link Here
22
CONFIGURE_ARGS=	--prefix=${PREFIX} --cpu=off
22
CONFIGURE_ARGS=	--prefix=${PREFIX} --cpu=off
23
CFLAGS+=	-I${WRKSRC}
23
CFLAGS+=	-I${WRKSRC}
24
USE_GMAKE=	yes
24
USE_GMAKE=	yes
25
USE_REINPLACE=	yes
26
25
27
MAN1=		fbpanel.1
26
MAN1=		fbpanel.1
28
MANCOMPRESSED=	yes
27
MANCOMPRESSED=	yes
(-)pkg-plist (-14 lines)
Lines 13-31 Link Here
13
%%DATADIR%%/images/top-left.xpm
13
%%DATADIR%%/images/top-left.xpm
14
%%DATADIR%%/images/top-right.xpm
14
%%DATADIR%%/images/top-right.xpm
15
%%DATADIR%%/pager
15
%%DATADIR%%/pager
16
%%DATADIR%%/plugins/dclock.so
17
%%DATADIR%%/plugins/deskno.so
18
%%DATADIR%%/plugins/icons.so
19
%%DATADIR%%/plugins/image.so
20
%%DATADIR%%/plugins/launchbar.so
21
%%DATADIR%%/plugins/menu.so
22
%%DATADIR%%/plugins/pager.so
23
%%DATADIR%%/plugins/separator.so
24
%%DATADIR%%/plugins/space.so
25
%%DATADIR%%/plugins/taskbar.so
26
%%DATADIR%%/plugins/test.so
27
%%DATADIR%%/plugins/tray.so
28
%%DATADIR%%/plugins/wincmd.so
29
@dirrm %%DATADIR%%/images
16
@dirrm %%DATADIR%%/images
30
@dirrm %%DATADIR%%/plugins
31
@dirrm %%DATADIR%%
17
@dirrm %%DATADIR%%
(-)files/patch-Makefile.common (-2 / +11 lines)
Lines 1-5 Link Here
1
--- Makefile.common.orig	Thu Jul 28 22:35:08 2005
1
--- Makefile.common.orig	Tue May 31 17:39:18 2005
2
+++ Makefile.common	Thu Jul 28 22:36:06 2005
2
+++ Makefile.common	Sun Apr  2 16:30:37 2006
3
@@ -53,7 +53,7 @@
4
 
5
 DEVEL  ?= 0
6
 CHATTY ?= $(DEVEL)
7
-STATIC_PLUGINS ?= 0
8
+STATIC_PLUGINS ?= 1
9
 #$(warning CHATTY=$(CHATTY) DEVEL=$(DEVEL))
10
 ifeq (1,$(CHATTY))
11
 Q :=
3
@@ -83,13 +83,11 @@
12
@@ -83,13 +83,11 @@
4
 # compile flags
13
 # compile flags

Return to bug 95231