From owner-freebsd-ports Thu Aug 24 3: 2:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 0390137B424; Thu, 24 Aug 2000 03:02:53 -0700 (PDT) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id NAA29678; Thu, 24 Aug 2000 13:02:46 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id NAA20674; Thu, 24 Aug 2000 13:02:46 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39A4F2C2.5DBC3092@FreeBSD.org> Date: Thu, 24 Aug 2000 13:02:42 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.74 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: asami@FreeBSD.org, ports@FreeBSD.org Subject: Proposed bsd.port.mk changes to catch Mesa3 port update [patch] Content-Type: multipart/mixed; boundary="------------F72F5609E66BD56966A0B194" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------F72F5609E66BD56966A0B194 Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Hi PW and All! 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. -Maxim --------------F72F5609E66BD56966A0B194 Content-Type: text/plain; charset=x-user-defined; name="bsd.port.mk.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bsd.port.mk.diff" Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.346 diff -d -u -r1.346 bsd.port.mk --- bsd.port.mk 2000/08/15 22:39:00 1.346 +++ bsd.port.mk 2000/08/24 10:01:40 @@ -780,8 +780,11 @@ .if defined(USE_IMAKE) BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4 .endif -.if defined(USE_XPM) || defined(USE_DGS) || defined(USE_MESA) || defined(USE_FREETYPE) +.if defined(USE_XPM) || defined(USE_DGS) || defined(USE_FREETYPE) USE_XLIB= yes +.endif +.if defined(USE_MESA) +LIB_DEPENDS+= GLU.1:${PORTSDIR}/graphics/Mesa3 .endif XAWVER= 7 PKG_IGNORE_DEPENDS?= 'Motif-2\.1\.10' --------------F72F5609E66BD56966A0B194-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message