From owner-freebsd-ports Thu Aug 24 12:17:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 6287937B422; Thu, 24 Aug 2000 12:17:15 -0700 (PDT) Received: from silvia.hip.berkeley.edu (sji-ca1-02.ix.netcom.com [209.109.232.2]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id PAA05167; Thu, 24 Aug 2000 15:17:11 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id MAA80640; Thu, 24 Aug 2000 12:17:08 -0700 (PDT) To: Maxim Sobolev Cc: ports@FreeBSD.org Subject: Re: Proposed bsd.port.mk changes to catch Mesa3 port update [patch] References: <39A4F2C2.5DBC3092@FreeBSD.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 24 Aug 2000 12:17:07 -0700 In-Reply-To: Maxim Sobolev's message of "Thu, 24 Aug 2000 13:02:42 +0300" Message-ID: Lines: 18 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Maxim Sobolev * Hi PW and All! Hi sobomax! * I tweaked Mesa3 port to work correctly with XFree86-4 and now we should update * bsd.port.mk to correctly depend ports with USE_MESA being set. The attached * patch should do the trick. Please review and commit it if it's OK. * +.if defined(USE_MESA) * +LIB_DEPENDS+= GLU.1:${PORTSDIR}/graphics/Mesa3 * +.endif In that case, don't you want to move this line out ouf the XFREE86_VERSION=4 case and make it common with XFREE86_VERSION=3? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message