From owner-svn-ports-head@FreeBSD.ORG Fri Feb 7 21:22:42 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 5815E976; Fri, 7 Feb 2014 21:22:42 +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 29B221A8E; Fri, 7 Feb 2014 21:22:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s17LMgoJ019926; Fri, 7 Feb 2014 21:22:42 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s17LMfgS019924; Fri, 7 Feb 2014 21:22:41 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201402072122.s17LMfgS019924@svn.freebsd.org> From: Koop Mast Date: Fri, 7 Feb 2014 21:22:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343297 - head/graphics/clutter-gtk 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: Fri, 07 Feb 2014 21:22:42 -0000 Author: kwm Date: Fri Feb 7 21:22:41 2014 New Revision: 343297 URL: http://svnweb.freebsd.org/changeset/ports/343297 QAT: https://qat.redports.org/buildarchive/r343297/ Log: Switch to USES=libtool. Remove non-working mirror. Update LIB_DEPENDS syntax. Stagify. Modified: head/graphics/clutter-gtk/Makefile head/graphics/clutter-gtk/pkg-plist Modified: head/graphics/clutter-gtk/Makefile ============================================================================== --- head/graphics/clutter-gtk/Makefile Fri Feb 7 21:07:31 2014 (r343296) +++ head/graphics/clutter-gtk/Makefile Fri Feb 7 21:22:41 2014 (r343297) @@ -3,26 +3,24 @@ PORTNAME= clutter-gtk PORTVERSION= 0.10.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics -MASTER_SITES= GNOME \ - http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ +MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ Integration library for Clutter -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter +LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter USE_BZIP2= yes USE_GL= gl -USES= gettext pathfix gmake pkgconfig -USE_AUTOTOOLS= libtool -USE_GNOME= gtk20 ltverhack gnomeprefix +USES= gettext libtool pathfix gmake pkgconfig +GNU_CONFIGURE= yes +USE_GNOME= gtk20 gnomeprefix USE_XORG= xp x11 USE_LDCONFIG= yes - CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +INSTALL_TARGET= install-strip -NO_STAGE= yes .include Modified: head/graphics/clutter-gtk/pkg-plist ============================================================================== --- head/graphics/clutter-gtk/pkg-plist Fri Feb 7 21:07:31 2014 (r343296) +++ head/graphics/clutter-gtk/pkg-plist Fri Feb 7 21:22:41 2014 (r343297) @@ -5,10 +5,10 @@ include/clutter-1.0/clutter-gtk/gtk-clut include/clutter-1.0/clutter-gtk/gtk-clutter-viewport.h include/clutter-1.0/clutter-gtk/gtk-clutter-zoomable.h lib/girepository-1.0/GtkClutter-0.10.typelib -lib/libclutter-gtk-0.10.a lib/libclutter-gtk-0.10.la lib/libclutter-gtk-0.10.so lib/libclutter-gtk-0.10.so.0 +lib/libclutter-gtk-0.10.so.0.0.0 libdata/pkgconfig/clutter-gtk-0.10.pc %%DOCSDIR%%/GtkClutterEmbed.html %%DOCSDIR%%/GtkClutterScrollable.html