From owner-svn-ports-head@FreeBSD.ORG Sun May 19 19:40:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 70005A04; Sun, 19 May 2013 19:40:07 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 629FB6E5; Sun, 19 May 2013 19:40:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4JJe7KS008812; Sun, 19 May 2013 19:40:07 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4JJe7ep008811; Sun, 19 May 2013 19:40:07 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201305191940.r4JJe7ep008811@svn.freebsd.org> From: Koop Mast Date: Sun, 19 May 2013 19:40:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318546 - 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.14 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: Sun, 19 May 2013 19:40:07 -0000 Author: kwm Date: Sun May 19 19:40:06 2013 New Revision: 318546 URL: http://svnweb.freebsd.org/changeset/ports/318546 Log: Instead of depending on clutter to pull libGL in explicitly depend on it. [1] While here update Makefile header and switch to USES=pathfix. Submitted by: xorg-exp run (via miwi) [1] Modified: head/graphics/clutter-gtk/Makefile Modified: head/graphics/clutter-gtk/Makefile ============================================================================== --- head/graphics/clutter-gtk/Makefile Sun May 19 19:17:42 2013 (r318545) +++ head/graphics/clutter-gtk/Makefile Sun May 19 19:40:06 2013 (r318546) @@ -1,13 +1,9 @@ -# New ports collection makefile for: clutter-gtk -# Date created: 2008-12-25 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= clutter-gtk PORTVERSION= 0.10.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GNOME \ http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ @@ -19,9 +15,10 @@ LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR} USE_BZIP2= yes USE_GMAKE= yes -USES= gettext +USE_GL= gl +USES= gettext pathfix USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack gtk20 ltverhack gnomeprefix +USE_GNOME= gtk20 ltverhack gnomeprefix USE_XORG= xp x11 USE_LDCONFIG= yes