From owner-freebsd-gnome@FreeBSD.ORG Sun May 26 08:50:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BB60B84F for ; Sun, 26 May 2013 08:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AE996EBF for ; Sun, 26 May 2013 08:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4Q8o1Ac003033 for ; Sun, 26 May 2013 08:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4Q8o1FB003032; Sun, 26 May 2013 08:50:01 GMT (envelope-from gnats) Date: Sun, 26 May 2013 08:50:01 GMT Message-Id: <201305260850.r4Q8o1FB003032@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/178984: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 May 2013 08:50:01 -0000 The following reply was made to PR ports/178984; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178984: commit references a PR Date: Sun, 26 May 2013 08:48:36 +0000 (UTC) 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"