Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 06:46:48 +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: r351755 - head/graphics/clutter
Message-ID:  <201404220646.s3M6kmYQ071371@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Apr 22 06:46:48 2014
New Revision: 351755
URL: http://svnweb.freebsd.org/changeset/ports/351755
QAT: https://qat.redports.org/buildarchive/r351755/

Log:
  Support stage
  Modernise

Modified:
  head/graphics/clutter/Makefile
  head/graphics/clutter/pkg-plist

Modified: head/graphics/clutter/Makefile
==============================================================================
--- head/graphics/clutter/Makefile	Tue Apr 22 06:38:06 2014	(r351754)
+++ head/graphics/clutter/Makefile	Tue Apr 22 06:46:48 2014	(r351755)
@@ -4,7 +4,7 @@
 
 PORTNAME=	clutter
 PORTVERSION=	1.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME \
 		http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/
@@ -12,17 +12,17 @@ MASTER_SITES=	GNOME \
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	OpenGL based interactive canvas library
 
-LIB_DEPENDS=	json-glib-1.0:${PORTSDIR}/devel/json-glib
+LIB_DEPENDS=	libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
 
 LICENSE=	LGPL21
 
-USES=		pkgconfig gettext gmake
-USE_BZIP2=	yes
-USE_AUTOTOOLS=	libtool
-USE_GNOME=	gdkpixbuf2 gnomehack ltverhack gnomeprefix atk pango introspection:build
+USES=		gettext gmake libtool pathfix pkgconfig tar:bzip2
+USE_GNOME=	gdkpixbuf2 gnomeprefix atk pango introspection:build
+INSTALL_TARGET=	install-strip
 USE_GL=		gl
 USE_XORG=	glproto x11 xfixes xdamage xcomposite xi
 USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-x --enable-conformance=no
 
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}

Modified: head/graphics/clutter/pkg-plist
==============================================================================
--- head/graphics/clutter/pkg-plist	Tue Apr 22 06:38:06 2014	(r351754)
+++ head/graphics/clutter/pkg-plist	Tue Apr 22 06:46:48 2014	(r351755)
@@ -123,10 +123,10 @@ lib/girepository-1.0/Cally-1.0.typelib
 lib/girepository-1.0/Clutter-1.0.typelib
 lib/girepository-1.0/ClutterX11-1.0.typelib
 lib/girepository-1.0/Cogl-1.0.typelib
-lib/libclutter-glx-1.0.a
 lib/libclutter-glx-1.0.la
 lib/libclutter-glx-1.0.so
 lib/libclutter-glx-1.0.so.0
+lib/libclutter-glx-1.0.so.0.400.0
 libdata/pkgconfig/cally-1.0.pc
 libdata/pkgconfig/clutter-1.0.pc
 libdata/pkgconfig/clutter-glx-1.0.pc



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