svn commit: r351770 - head/x11-wm/compiz-plugins-extra
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 22 08:24:04 UTC 2014
Author: bapt
Date: Tue Apr 22 08:24:03 2014
New Revision: 351770
URL: http://svnweb.freebsd.org/changeset/ports/351770
QAT: https://qat.redports.org/buildarchive/r351770/
Log:
Support stage
Modernize
Modified:
head/x11-wm/compiz-plugins-extra/Makefile
Modified: head/x11-wm/compiz-plugins-extra/Makefile
==============================================================================
--- head/x11-wm/compiz-plugins-extra/Makefile Tue Apr 22 08:22:27 2014 (r351769)
+++ head/x11-wm/compiz-plugins-extra/Makefile Tue Apr 22 08:24:03 2014 (r351770)
@@ -3,15 +3,15 @@
PORTNAME= compiz-plugins-extra
PORTVERSION= 0.8.4
-PORTREVISION= 5
+PORTREVISION= 6
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 \
- notify.4:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
+ libnotify.so:${PORTSDIR}/devel/libnotify
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
@@ -19,12 +19,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_GL= yes
-USE_BZIP2= yes
-USES= gettext gmake pathfix pkgconfig
+USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
USE_GNOME= intltool
USE_XORG= glproto
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
+INSTALL_TARGET= install-strip
GCONF_SCHEMAS= compiz-3d.schemas \
compiz-addhelper.schemas \
@@ -57,7 +56,6 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-schemas
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
${WRKSRC}/src/group/group-internal.h \
More information about the svn-ports-head
mailing list