svn commit: r351769 - head/x11-wm/compiz-plugins-unsupported
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 22 08:22:28 UTC 2014
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 at 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
- at dirrmtry include/compiz
More information about the svn-ports-all
mailing list