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

(-)x11-wm/devilspie/Makefile (-5 / +8 lines)
Lines 6-26 Link Here
6
#
6
#
7
7
8
PORTNAME=	devilspie
8
PORTNAME=	devilspie
9
PORTVERSION=	0.20.2
9
PORTVERSION=	0.22
10
PORTREVISION=	2
11
CATEGORIES=	x11-wm
10
CATEGORIES=	x11-wm
12
MASTER_SITES=	http://www.burtonini.com/computing/
11
MASTER_SITES=	http://www.burtonini.com/computing/
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A window manipulation tool
14
COMMENT=	A window manipulation tool
16
15
17
USE_GNOME=	libwnck
16
USE_GNOME=	gnometarget libwnck
18
GNU_CONFIGURE=	yes
17
USE_GETTEXT=	yes
19
USE_GMAKE=	yes
18
USE_GMAKE=	yes
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
		LDFLAGS="-L${LOCALBASE}/lib"
21
22
22
MAN1=		devilspie.1
23
MAN1=		devilspie.1
23
PORTDOCS=	AUTHORS NEWS README TODO
24
PORTDOCS=	AUTHORS NEWS README TODO
25
PLIST_FILES=	bin/devilspie \
26
		share/locale/de/LC_MESSAGES/devilspie.mo
24
27
25
post-patch:
28
post-patch:
26
	@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||' \
29
	@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||' \
(-)x11-wm/devilspie/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (devilspie-0.20.2.tar.gz) = 2739e4108e64208de4906daf5b2f5ccf
1
MD5 (devilspie-0.22.tar.gz) = 4190e12f99ab92c0427e457d9fbfe231
2
SHA256 (devilspie-0.20.2.tar.gz) = 5e552c33ef2bc9c794b89ec4d0857d6f7081841c72f2f509bec561c649169329
2
SHA256 (devilspie-0.22.tar.gz) = e06aba1d96889e1b58bd1b0ba4d3015f50adc3ade2824b5cb37a0ee7f2490aaf
3
SIZE (devilspie-0.20.2.tar.gz) = 158961
3
SIZE (devilspie-0.22.tar.gz) = 192646
(-)x11-wm/devilspie/files/patch-src_actions.c (-19 lines)
Lines 1-19 Link Here
1
--- src/actions.c.orig	Fri Oct 21 11:58:14 2005
2
+++ src/actions.c	Tue Jan 24 18:30:58 2006
3
@@ -138,14 +138,14 @@
4
   gint xoffset, yoffset, window_width, window_height,
5
     workspace_width, workspace_height;
6
   int new_xoffset, new_yoffset;
7
+  WnckScreen *screen;
8
+  WnckWorkspace *workspace;
9
 
10
   /* read in window geometry */
11
   wnck_window_get_geometry (c->window,
12
                             &xoffset, &yoffset, &window_width, &window_height);
13
 
14
   /* read in workspace geometry */
15
-  WnckScreen *screen;
16
-  WnckWorkspace *workspace;
17
   screen           = wnck_window_get_screen (c->window);
18
   workspace        = wnck_screen_get_active_workspace (screen);
19
   workspace_width  = wnck_workspace_get_width  (workspace);
(-)x11-wm/devilspie/files/patch-src_logical.c (-10 lines)
Lines 1-10 Link Here
1
--- src/logical.c.orig	Wed Oct  5 01:54:14 2005
2
+++ src/logical.c	Wed Oct  5 01:54:22 2005
3
@@ -17,6 +17,7 @@
4
  */
5
 
6
 #include <string.h>
7
+#include <sys/types.h>
8
 #include <regex.h>
9
 #include <glib.h>
10
 #include <glib/gi18n.h>
(-)x11-wm/devilspie/pkg-plist (-2 lines)
Lines 1-2 Link Here
1
bin/devilspie
2
share/locale/de/LC_MESSAGES/devilspie.mo

Return to bug 123874