Date: Mon, 10 Feb 2014 18:26:02 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343669 - head/x11-wm/libcompizconfig Message-ID: <201402101826.s1AIQ2d1052474@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Mon Feb 10 18:26:02 2014 New Revision: 343669 URL: http://svnweb.freebsd.org/changeset/ports/343669 QAT: https://qat.redports.org/buildarchive/r343669/ Log: - Add stage support - Convert USE_GMAKE to USES - Remove the indefinite article from COMMENT - Add libtool to USES - Use options helpers Modified: head/x11-wm/libcompizconfig/Makefile head/x11-wm/libcompizconfig/pkg-plist Modified: head/x11-wm/libcompizconfig/Makefile ============================================================================== --- head/x11-wm/libcompizconfig/Makefile Mon Feb 10 18:12:30 2014 (r343668) +++ head/x11-wm/libcompizconfig/Makefile Mon Feb 10 18:26:02 2014 (r343669) @@ -8,17 +8,15 @@ CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org -COMMENT= An alternative configuration system for Compiz +COMMENT= Alternative configuration system for Compiz BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USES= pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig USE_GNOME= intltool libxml2 CPPFLAGS+= -I${LOCALBASE}/include @@ -28,13 +26,10 @@ OPTIONS_DEFINE= INOTIFY OPTIONS_DEFAULT= INOTIFY INOTIFY_DESC?= Enable inotify support -NO_STAGE= yes -.include <bsd.port.pre.mk> +INOTIFY_LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify +INOTIFY_LDFLAGS= -linotify -.if ${PORT_OPTIONS:MINOTIFY} -LIB_DEPENDS+= inotify.0:${PORTSDIR}/devel/libinotify -LDFLAGS+= -linotify -.endif +.include <bsd.port.pre.mk> post-patch: .if empty(PORT_OPTIONS:MINOTIFY) Modified: head/x11-wm/libcompizconfig/pkg-plist ============================================================================== --- head/x11-wm/libcompizconfig/pkg-plist Mon Feb 10 18:12:30 2014 (r343668) +++ head/x11-wm/libcompizconfig/pkg-plist Mon Feb 10 18:26:02 2014 (r343669) @@ -1,5 +1,6 @@ include/compizconfig/ccs.h include/compizconfig/ccs-backend.h +lib/libcompizconfig.so.0.0.0 lib/libcompizconfig.so.0 lib/libcompizconfig.so lib/libcompizconfig.la
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402101826.s1AIQ2d1052474>