From owner-svn-ports-all@FreeBSD.ORG Sun May 26 08:48:29 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 841BD748; Sun, 26 May 2013 08:48:29 +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 76B52EB7; Sun, 26 May 2013 08:48:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4Q8mSok034910; Sun, 26 May 2013 08:48:28 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4Q8mSWn034909; Sun, 26 May 2013 08:48:28 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201305260848.r4Q8mSWn034909@svn.freebsd.org> From: Koop Mast Date: Sun, 26 May 2013 08:48:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319100 - 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: Sun, 26 May 2013 08:48:29 -0000 Author: kwm Date: Sun May 26 08:48:28 2013 New Revision: 319100 URL: http://svnweb.freebsd.org/changeset/ports/319100 Log: Add pkgconfig as build to fix the build with non default options. [1] While here convert the pixman depend to USE_XORG, and remove the versions in lib_depends. PR: ports/178984 Submitted by: Garrett Wollman Modified: head/graphics/cairo/Makefile (contents, props changed) Modified: head/graphics/cairo/Makefile ============================================================================== --- head/graphics/cairo/Makefile Sun May 26 08:44:40 2013 (r319099) +++ head/graphics/cairo/Makefile Sun May 26 08:48:28 2013 (r319100) @@ -14,15 +14,15 @@ COMMENT= Vector graphics library with cr .if !defined(REFERENCE_PORT) -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ +LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ png15:${PORTSDIR}/graphics/png \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - pixman-1.9:${PORTSDIR}/x11/pixman + fontconfig:${PORTSDIR}/x11-fonts/fontconfig CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ --disable-directfb \ --enable-tee -USES= pathfix +USES= pathfix pkgconfig +USE_XORG= pixman USE_GNOME= ltverhack referencehack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes