Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2019 02:52:09 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494226 - head/x11-wm/compiz-plugins-extra
Message-ID:  <201903010252.x212q9Fb079111@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Mar  1 02:52:09 2019
New Revision: 494226
URL: https://svnweb.freebsd.org/changeset/ports/494226

Log:
  x11-wm/compiz-plugins-extra: update USE_GL and revert the addition of NLS
  
  PR:		235745
  Submitted by:	Samy Mahmoudi <samy.mahmoudi@gmail.com> (maintainer)

Modified:
  head/x11-wm/compiz-plugins-extra/Makefile   (contents, props changed)

Modified: head/x11-wm/compiz-plugins-extra/Makefile
==============================================================================
--- head/x11-wm/compiz-plugins-extra/Makefile	Fri Mar  1 02:25:48 2019	(r494225)
+++ head/x11-wm/compiz-plugins-extra/Makefile	Fri Mar  1 02:52:09 2019	(r494226)
@@ -3,7 +3,7 @@
 
 PORTNAME=	compiz-plugins-extra
 PORTVERSION=	0.8.8
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
 
@@ -23,13 +23,16 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.p
 		${LOCALBASE}/libdata/pkgconfig/compiz-text.pc:x11-wm/compiz-plugins-main
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		gmake gl gnome libtool:keepla pathfix pkgconfig tar:bzip2
-USE_GL=		gl
+USES=		gettext-runtime gettext-tools gmake gl gnome libtool:keepla pathfix pkgconfig tar:bzip2
+USE_GL=		glu
 USE_CSTD=	gnu89
 USE_GNOME=	gconf2 gdkpixbuf2 intltool libxslt
 USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr xrender
 USE_LDCONFIG=	yes
 
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+CONFIGURE_ARGS=	--enable-schemas
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
@@ -59,16 +62,6 @@ GCONF_SCHEMAS=	compiz-3d.schemas \
 		compiz-trailfocus.schemas \
 		compiz-wallpaper.schemas \
 		compiz-widget.schemas
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ARGS=	--enable-schemas
-
-OPTIONS_DEFINE=		NLS
-OPTIONS_DEFAULT=	NLS
-
-NLS_CONFIGURE_ENABLE=	nls
-NLS_USES=		gettext-runtime gettext-tools
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|'	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903010252.x212q9Fb079111>