Date: Tue, 22 Apr 2014 08:22:28 +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: r351769 - head/x11-wm/compiz-plugins-unsupported Message-ID: <201404220822.s3M8MScI012790@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Apr 22 08:22:27 2014 New Revision: 351769 URL: http://svnweb.freebsd.org/changeset/ports/351769 QAT: https://qat.redports.org/buildarchive/r351769/ Log: Support stage Monernize Modified: head/x11-wm/compiz-plugins-unsupported/Makefile head/x11-wm/compiz-plugins-unsupported/pkg-plist Modified: head/x11-wm/compiz-plugins-unsupported/Makefile ============================================================================== --- head/x11-wm/compiz-plugins-unsupported/Makefile Tue Apr 22 08:18:19 2014 (r351768) +++ head/x11-wm/compiz-plugins-unsupported/Makefile Tue Apr 22 08:22:27 2014 (r351769) @@ -3,14 +3,14 @@ PORTNAME= compiz-plugins-unsupported PORTVERSION= 0.8.4 -PORTREVISION= 4 +PORTREVISION= 5 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 +LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz \ ${LOCALBASE}/libdata/pkgconfig/bcop.pc:${PORTSDIR}/devel/compiz-bcop \ ${LOCALBASE}/libdata/pkgconfig/compiz-text.pc:${PORTSDIR}/x11-wm/compiz-plugins-main @@ -18,13 +18,12 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_GL= yes -USE_BZIP2= yes -USES= pathfix gettext gmake pkgconfig +USES= pathfix gettext gmake pkgconfig libtool tar:bzip2 USE_GNOME= intltool USE_XORG= glproto USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool GCONF_SCHEMAS= compiz-atlantis.schemas \ compiz-cubemodel.schemas \ @@ -38,5 +37,4 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-schemas -NO_STAGE= yes .include <bsd.port.mk> Modified: head/x11-wm/compiz-plugins-unsupported/pkg-plist ============================================================================== --- head/x11-wm/compiz-plugins-unsupported/pkg-plist Tue Apr 22 08:18:19 2014 (r351768) +++ head/x11-wm/compiz-plugins-unsupported/pkg-plist Tue Apr 22 08:22:27 2014 (r351769) @@ -66,4 +66,3 @@ share/compiz/snow1.png share/compiz/snow2.png share/compiz/snowflake.png share/compiz/stars1.png -@dirrmtry include/compiz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404220822.s3M8MScI012790>