From owner-svn-ports-head@FreeBSD.ORG Mon Feb 10 18:26:04 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FBE6676; Mon, 10 Feb 2014 18:26:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA92F1918; Mon, 10 Feb 2014 18:26:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1AIQ2ad052476; Mon, 10 Feb 2014 18:26:02 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1AIQ2d1052474; Mon, 10 Feb 2014 18:26:02 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201402101826.s1AIQ2d1052474@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Mon, 10 Feb 2014 18:26:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343669 - head/x11-wm/libcompizconfig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 18:26:04 -0000 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 +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 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