Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 08:18:20 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351768 - head/x11-wm/compiz-plugins-main
Message-ID:  <201404220818.s3M8IKdd009251@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Apr 22 08:18:19 2014
New Revision: 351768
URL: http://svnweb.freebsd.org/changeset/ports/351768
QAT: https://qat.redports.org/buildarchive/r351768/

Log:
  Support stage
  Strip binaries

Modified:
  head/x11-wm/compiz-plugins-main/Makefile

Modified: head/x11-wm/compiz-plugins-main/Makefile
==============================================================================
--- head/x11-wm/compiz-plugins-main/Makefile	Tue Apr 22 08:15:50 2014	(r351767)
+++ head/x11-wm/compiz-plugins-main/Makefile	Tue Apr 22 08:18:19 2014	(r351768)
@@ -3,28 +3,27 @@
 
 PORTNAME=	compiz-plugins-main
 PORTVERSION=	0.8.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Plugins for Compiz Composite Window Manager
 
-LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphics/cairo \
-		pangocairo-1.0:${PORTSDIR}/x11-toolkits/pango
+LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \
+		libpangocairo-1.0.so:${PORTSDIR}/x11-toolkits/pango
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz \
 		${LOCALBASE}/libdata/pkgconfig/bcop.pc:${PORTSDIR}/devel/compiz-bcop
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_GL=		yes
-USE_BZIP2=	yes
-USES=		gettext gmake pathfix pkgconfig
+USES=		gettext gmake pathfix pkgconfig libtool tar:bzip2
 USE_CSTD=	gnu89
 USE_GNOME=	intltool
 USE_XORG=	glproto
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
 
 GCONF_SCHEMAS=	compiz-animation.schemas \
 		compiz-colorfilter.schemas \
@@ -56,5 +55,4 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--enable-schemas
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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