From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 26 05:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 A96DB1E3 for ; Sun, 26 May 2013 05:30: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 869D8A1F for ; Sun, 26 May 2013 05:30: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 r4Q5U0PS060826 for ; Sun, 26 May 2013 05:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4Q5U0pI060825; Sun, 26 May 2013 05:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 26 May 2013 05:30:00 GMT Resent-Message-Id: <201305260530.r4Q5U0pI060825@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Wollman Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CC2BB1DB for ; Sun, 26 May 2013 05:28:42 +0000 (UTC) (envelope-from wollman@xyz.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [IPv6:2001:470:8b2d:1e1c:21b:21ff:feb8:d7b0]) by mx1.freebsd.org (Postfix) with ESMTP id 9E2BAA1A for ; Sun, 26 May 2013 05:28:42 +0000 (UTC) Received: from xyz.csail.mit.edu (xyz.csail.mit.edu [128.31.0.28]) by khavrinen.csail.mit.edu (8.14.5/8.14.5) with ESMTP id r4Q5SaCx022113 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO CN= issuer=) for ; Sun, 26 May 2013 01:28:36 -0400 (EDT) (envelope-from wollman@xyz.csail.mit.edu) Received: (from wollman@localhost) by xyz.csail.mit.edu (8.14.5/8.14.5/Submit) id r4Q5SaKQ073737; Sun, 26 May 2013 01:28:36 -0400 (EDT) (envelope-from wollman) Message-Id: <201305260528.r4Q5SaKQ073737@xyz.csail.mit.edu> Date: Sun, 26 May 2013 01:28:36 -0400 (EDT) From: Garrett Wollman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178984: graphics/cairo requires pkgconfig to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Garrett Wollman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 May 2013 05:30:01 -0000 >Number: 178984 >Category: ports >Synopsis: graphics/cairo requires pkgconfig to build >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 26 05:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 9.1-RELEASE-p2 amd64 >Organization: MIT Computer Science & Artificial Intelligence Laboratory >Environment: System: FreeBSD xyz.csail.mit.edu 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #27 r250065M: Mon Apr 29 17:11:15 EDT 2013 wollman@xyz.csail.mit.edu:/usr/obj/usr/src/sys/CSAIL amd64 cairo is configured thusly: # This file is auto-generated by 'make config'. # Options for cairo-1.10.2_5,2 _OPTIONS_READ=cairo-1.10.2_5,2 _FILE_COMPLETE_OPTIONS_LIST=GLIB OPENGL X11 XCB OPTIONS_FILE_SET+=GLIB OPTIONS_FILE_UNSET+=OPENGL OPTIONS_FILE_UNSET+=X11 OPTIONS_FILE_UNSET+=XCB >Description: Building graphics/cairo in poudriere fails with this set of options because pkgconfig is an undocumented build dependency. >How-To-Repeat: Configure cairo as above and try to build it with "poudriere bulk" >Fix: Index: graphics/cairo/Makefile =================================================================== --- graphics/cairo/Makefile (revision 319091) +++ graphics/cairo/Makefile (working copy) @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ --disable-directfb \ --enable-tee -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= ltverhack referencehack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes >Release-Note: >Audit-Trail: >Unformatted: