From owner-svn-ports-all@FreeBSD.ORG Fri Apr 11 15:22:55 2014 Return-Path: Delivered-To: svn-ports-all@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 2A1CF6DF; Fri, 11 Apr 2014 15:22:55 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F295B1754; Fri, 11 Apr 2014 15:22:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BFMsWK002313; Fri, 11 Apr 2014 15:22:54 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BFMsBm002308; Fri, 11 Apr 2014 15:22:54 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404111522.s3BFMsBm002308@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 11 Apr 2014 15:22:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350983 - head/graphics/clutter-box2d X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 15:22:55 -0000 Author: bapt Date: Fri Apr 11 15:22:54 2014 New Revision: 350983 URL: http://svnweb.freebsd.org/changeset/ports/350983 QAT: https://qat.redports.org/buildarchive/r350983/ Log: Support stage USES=libtool Modified: head/graphics/clutter-box2d/Makefile head/graphics/clutter-box2d/pkg-plist Modified: head/graphics/clutter-box2d/Makefile ============================================================================== --- head/graphics/clutter-box2d/Makefile Fri Apr 11 15:20:44 2014 (r350982) +++ head/graphics/clutter-box2d/Makefile Fri Apr 11 15:22:54 2014 (r350983) @@ -3,25 +3,25 @@ PORTNAME= clutter-box2d PORTVERSION= 0.10.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://source.clutter-project.org/sources/${PORTNAME}/0.10/ MAINTAINER= gnome@FreeBSD.org COMMENT= Clutter Box2D integration library -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter +LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter -USE_AUTOTOOLS= libtool -USES= gmake pathfix pkgconfig -USE_GNOME= ltverhack gnomeprefix +USES= gmake libtool pathfix pkgconfig +USE_GNOME= gnomeprefix USE_GL= gl USE_XORG= xp x11 USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=no +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include Modified: head/graphics/clutter-box2d/pkg-plist ============================================================================== --- head/graphics/clutter-box2d/pkg-plist Fri Apr 11 15:20:44 2014 (r350982) +++ head/graphics/clutter-box2d/pkg-plist Fri Apr 11 15:22:54 2014 (r350983) @@ -4,10 +4,10 @@ include/clutter-1.0/clutter-box2d/clutte include/clutter-1.0/clutter-box2d/clutter-box2d-marshal.h include/clutter-1.0/clutter-box2d/clutter-box2d-util.h include/clutter-1.0/clutter-box2d/clutter-box2d.h -lib/libclutter-box2d-0.10.a lib/libclutter-box2d-0.10.la lib/libclutter-box2d-0.10.so lib/libclutter-box2d-0.10.so.0 +lib/libclutter-box2d-0.10.so.0.1000.0 libdata/pkgconfig/clutter-box2d-0.10.pc %%DOCSDIR%%/ClutterBox2D.html %%DOCSDIR%%/ch01.html