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

Collapse All | Expand All

(-)Makefile (-17 / +10 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	compiz-plugins-main
4
PORTNAME=	compiz-plugins-main
5
PORTVERSION=	0.8.8
5
PORTVERSION=	0.8.8
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	x11-wm
7
CATEGORIES=	x11-wm
8
MASTER_SITES=	https://BSDforge.com/projects/source/x11-wm/compiz-plugins-main/
8
MASTER_SITES=	https://BSDforge.com/projects/source/x11-wm/compiz-plugins-main/
9
9
Lines 20-38 Link Here
20
		${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop
20
		${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
22
22
23
GNU_CONFIGURE=	yes
23
USES=		gettext-runtime gettext-tools gl gmake gnome jpeg \
24
INSTALL_TARGET=	install-strip
24
		libtool:keepla localbase pathfix pkgconfig tar:bzip2 xorg
25
USES=		gl gmake gnome jpeg libtool:keepla pathfix pkgconfig tar:bzip2 \
26
		xorg
27
USE_CSTD=	gnu89
25
USE_CSTD=	gnu89
28
USE_GL=		yes
26
USE_GL=		glu
29
USE_GNOME=	gconf2 intltool libxslt
27
USE_GNOME=	gconf2 intltool libxslt
30
USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr xrender
28
USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama \
29
		xorgproto xrandr xrender
31
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
32
31
33
# Fix build with clang11
32
# Fix build with clang11
34
CFLAGS+=	-fcommon
33
CFLAGS+=	-fcommon
35
34
35
CONFIGURE_ARGS=	--enable-schemas
36
GNU_CONFIGURE=	yes
37
INSTALL_TARGET=	install-strip
38
36
GCONF_SCHEMAS=	compiz-animation.schemas \
39
GCONF_SCHEMAS=	compiz-animation.schemas \
37
		compiz-colorfilter.schemas \
40
		compiz-colorfilter.schemas \
38
		compiz-expo.schemas \
41
		compiz-expo.schemas \
Lines 59-72 Link Here
59
		compiz-vpswitch.schemas \
62
		compiz-vpswitch.schemas \
60
		compiz-shift.schemas
63
		compiz-shift.schemas
61
64
62
CPPFLAGS+=	-I${LOCALBASE}/include
63
LDFLAGS+=	-L${LOCALBASE}/lib
64
CONFIGURE_ARGS=	--enable-schemas
65
66
OPTIONS_DEFINE=		NLS
67
OPTIONS_DEFAULT=	NLS
68
69
NLS_CONFIGURE_ENABLE=	nls
70
NLS_USES=		gettext-runtime gettext-tools
71
72
.include <bsd.port.mk>
65
.include <bsd.port.mk>

Return to bug 235715