Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 15:22:54 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350983 - head/graphics/clutter-box2d
Message-ID:  <201404111522.s3BFMsBm002308@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111522.s3BFMsBm002308>