From owner-svn-ports-all@FreeBSD.ORG Tue Mar 19 16:15:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2DCA62EF; Tue, 19 Mar 2013 16:15:34 +0000 (UTC) (envelope-from mezz@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 0958C264; Tue, 19 Mar 2013 16:15:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2JGFXZw051721; Tue, 19 Mar 2013 16:15:33 GMT (envelope-from mezz@svn.freebsd.org) Received: (from mezz@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2JGFXhW051720; Tue, 19 Mar 2013 16:15:33 GMT (envelope-from mezz@svn.freebsd.org) Message-Id: <201303191615.r2JGFXhW051720@svn.freebsd.org> From: Jeremy Messenger Date: Tue, 19 Mar 2013 16:15:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314662 - head/graphics/cairo 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.14 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: Tue, 19 Mar 2013 16:15:34 -0000 Author: mezz Date: Tue Mar 19 16:15:33 2013 New Revision: 314662 URL: http://svnweb.freebsd.org/changeset/ports/314662 Log: - Remove the gobject enable flag in the global since there is an option to disable it. - gnomehack -> USES=pathfix Modified: head/graphics/cairo/Makefile Modified: head/graphics/cairo/Makefile ============================================================================== --- head/graphics/cairo/Makefile Tue Mar 19 16:07:45 2013 (r314661) +++ head/graphics/cairo/Makefile Tue Mar 19 16:15:33 2013 (r314662) @@ -8,7 +8,6 @@ PORTREVISION= 5 PORTEPOCH?= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ -#MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= Vector graphics library with cross-device output support @@ -22,9 +21,9 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/prin CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ --disable-directfb \ - --enable-tee \ - --enable-gobject -USE_GNOME= gnomehack ltverhack referencehack + --enable-tee +USES= pathfix +USE_GNOME= ltverhack referencehack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes