From owner-svn-ports-all@FreeBSD.ORG Sun Mar 9 15:02:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11DF1673; Sun, 9 Mar 2014 15:02:25 +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 F38E4226; Sun, 9 Mar 2014 15:02:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s29F2Onc005051; Sun, 9 Mar 2014 15:02:24 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s29F2OxX005050; Sun, 9 Mar 2014 15:02:24 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201403091502.s29F2OxX005050@svn.freebsd.org> From: Martin Wilke Date: Sun, 9 Mar 2014 15:02:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347648 - head/graphics/clutter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 15:02:25 -0000 Author: miwi Date: Sun Mar 9 15:02:24 2014 New Revision: 347648 URL: http://svnweb.freebsd.org/changeset/ports/347648 QAT: https://qat.redports.org/buildarchive/r347648/ Log: - Stage support Modified: head/graphics/clutter/Makefile Modified: head/graphics/clutter/Makefile ============================================================================== --- head/graphics/clutter/Makefile Sun Mar 9 15:02:17 2014 (r347647) +++ head/graphics/clutter/Makefile Sun Mar 9 15:02:24 2014 (r347648) @@ -16,11 +16,10 @@ LIB_DEPENDS= json-glib-1.0:${PORTSDIR}/d LICENSE= LGPL21 -USES= pkgconfig gettext -USE_GMAKE= yes +USES= pkgconfig gettext gmake USE_BZIP2= yes USE_AUTOTOOLS= libtool -USE_GNOME= gdkpixbuf2 gnomehack ltverhack gnomeprefix atk pango +USE_GNOME= gdkpixbuf2 gnomehack ltverhack gnomeprefix atk pango introspection:build USE_GL= gl USE_XORG= glproto x11 xfixes xdamage xcomposite xi USE_LDCONFIG= yes @@ -29,7 +28,6 @@ CONFIGURE_ARGS= --with-x --enable-confor CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|G_CONST_RETURN|const|g' \ ${WRKSRC}/clutter/cally/*.c \