From owner-freebsd-x11@FreeBSD.ORG Mon May 21 06:20:44 2007 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4AB4B16A473; Mon, 21 May 2007 06:20:44 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.freebsd.org (Postfix) with ESMTP id 03EC913C457; Mon, 21 May 2007 06:20:43 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.1/8.14.1) with ESMTP id l4L6KmGP029287; Mon, 21 May 2007 02:20:48 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: portmgr@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-bDY9SuysD8T0J8af0UmV" Organization: MarcusCom, Inc. Date: Mon, 21 May 2007 02:20:36 -0400 Message-Id: <1179728436.95787.17.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on creme-brulee.marcuscom.com Cc: x11@freebsd.org Subject: USE_XLIB is wrong in bsd.port.mk X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 06:20:44 -0000 --=-bDY9SuysD8T0J8af0UmV Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Now that xorg-libraries is a meta-port, you can no longer make USE_XLIB depend on: LIB_DEPENDS+=3D X11.6:${X_LIBRARIES_PORT} While this will work fine on pointyhat and TB, it will not work in the case of a pristine user system that is building ports one-by-one. Instead, this needs to be changed to a BUILD/RUN_DEPENDS on libdata/xorg/libraries. I think this diff will do the trick. May I commit, or should this be run on pointyhat? This is a fairly severe problem. http://www.marcuscom.com/downloads/bsd.port.mk.diff Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-bDY9SuysD8T0J8af0UmV Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGUToyb2iPiv4Uz4cRAqEVAKCn8hIyoWesFpx/6Zxs3P19V2ZGIgCfQd2C w5v9AuulAADKK8gavjrkVc8= =b6Zd -----END PGP SIGNATURE----- --=-bDY9SuysD8T0J8af0UmV--