View | Details | Raw Unified | Return to bug 230908 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +17 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	compiz-plugins-extra
4
PORTNAME=	compiz-plugins-extra
5
PORTVERSION=	0.8.8
5
PORTVERSION=	0.8.8
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	x11-wm
7
CATEGORIES=	x11-wm
8
MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
8
MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
9
9
Lines 10-17 Link Here
10
MAINTAINER=	freebsd-ports@dan.me.uk
10
MAINTAINER=	freebsd-ports@dan.me.uk
11
COMMENT=	Plugins for Compiz Composite Window Manager
11
COMMENT=	Plugins for Compiz Composite Window Manager
12
12
13
LICENSE=	GPLv2+
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
13
LIB_DEPENDS=	libcairo.so:graphics/cairo \
16
LIB_DEPENDS=	libcairo.so:graphics/cairo \
14
		libnotify.so:devel/libnotify
17
		libfontconfig.so:x11-fonts/fontconfig \
18
		libfreetype.so:print/freetype2 \
19
		libnotify.so:devel/libnotify \
20
		libstartup-notification-1.so:x11/startup-notification
15
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \
21
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \
16
		${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop \
22
		${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop \
17
		${LOCALBASE}/libdata/pkgconfig/compiz-text.pc:x11-wm/compiz-plugins-main
23
		${LOCALBASE}/libdata/pkgconfig/compiz-text.pc:x11-wm/compiz-plugins-main
Lines 18-28 Link Here
18
RUN_DEPENDS:=	${BUILD_DEPENDS}
24
RUN_DEPENDS:=	${BUILD_DEPENDS}
19
25
20
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
USES=		gmake libtool:keepla pathfix pkgconfig tar:bzip2
21
USE_GL=		yes
28
USE_GL=		yes
22
USES=		gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
23
USE_CSTD=	gnu89
29
USE_CSTD=	gnu89
24
USE_GNOME=	gconf2 intltool
30
USE_GNOME=	gconf2 gdkpixbuf2 intltool libxslt
25
USE_XORG=	xorgproto
31
USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr xrender
26
USE_LDCONFIG=	yes
32
USE_LDCONFIG=	yes
27
INSTALL_TARGET=	install-strip
33
INSTALL_TARGET=	install-strip
28
34
Lines 57-62 Link Here
57
LDFLAGS+=	-L${LOCALBASE}/lib
63
LDFLAGS+=	-L${LOCALBASE}/lib
58
CONFIGURE_ARGS=	--enable-schemas
64
CONFIGURE_ARGS=	--enable-schemas
59
65
66
OPTIONS_DEFINE=		NLS
67
OPTIONS_DEFAULT=	NLS
68
69
NLS_CONFIGURE_ENABLE=	nls
70
NLS_USES=		gettext-runtime gettext-tools
71
60
post-patch:
72
post-patch:
61
	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|'	\
73
	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|'	\
62
		${WRKSRC}/src/group/group-internal.h	\
74
		${WRKSRC}/src/group/group-internal.h	\
(-)files/patch-src_notification_notification.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/notification/notification.c.orig	2014-06-02 19:46:42.417311366 +0100
1
--- src/notification/notification.c.orig	2011-04-21 11:51:08 UTC
2
+++ src/notification/notification.c	2014-06-02 19:46:50.130301442 +0100
2
+++ src/notification/notification.c
3
@@ -25,6 +25,7 @@
3
@@ -25,6 +25,7 @@
4
 #include <stdarg.h>
4
 #include <stdarg.h>
5
 #include <string.h>
5
 #include <string.h>

Return to bug 230908