From owner-svn-ports-head@FreeBSD.ORG Tue Dec 24 20:18:46 2013 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 00F53EA; Tue, 24 Dec 2013 20:18:45 +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 E09F71D5C; Tue, 24 Dec 2013 20:18:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBOKIjY8054857; Tue, 24 Dec 2013 20:18:45 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBOKIjGF054856; Tue, 24 Dec 2013 20:18:45 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201312242018.rBOKIjGF054856@svn.freebsd.org> From: Chris Rees Date: Tue, 24 Dec 2013 20:18:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337382 - head/x11-wm/compizconfig-python 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: Tue, 24 Dec 2013 20:18:46 -0000 Author: crees Date: Tue Dec 24 20:18:45 2013 New Revision: 337382 URL: http://svnweb.freebsd.org/changeset/ports/337382 Log: Fix dependency information. pkgng detects that some of these are used during runtime apparently, and adds them anyway. This fixes the Tinderbox/pkgng build of x11-wm/ccsm Modified: head/x11-wm/compizconfig-python/Makefile Modified: head/x11-wm/compizconfig-python/Makefile ============================================================================== --- head/x11-wm/compizconfig-python/Makefile Tue Dec 24 20:15:24 2013 (r337381) +++ head/x11-wm/compizconfig-python/Makefile Tue Dec 24 20:18:45 2013 (r337382) @@ -3,7 +3,7 @@ PORTNAME= compizconfig-python PORTVERSION= 0.8.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ @@ -14,6 +14,7 @@ BUILD_DEPENDS= \ ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz \ ${LOCALBASE}/libdata/pkgconfig/libcompizconfig.pc:${PORTSDIR}/x11-wm/libcompizconfig \ ${PYTHON_SITELIBDIR}/Pyrex/Distutils/__init__.py:${PORTSDIR}/devel/pyrex +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes GNU_CONFIGURE= yes @@ -23,10 +24,4 @@ USES= pathfix pkgconfig USE_GNOME= glib20 USE_AUTOTOOLS= libtool -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in - .include