Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 21:22:41 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343297 - head/graphics/clutter-gtk
Message-ID:  <201402072122.s17LMfgS019924@svn.freebsd.org>

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

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



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