Date: Thu, 24 Aug 2000 13:02:42 +0300 From: Maxim Sobolev <sobomax@FreeBSD.org> To: asami@FreeBSD.org, ports@FreeBSD.org Subject: Proposed bsd.port.mk changes to catch Mesa3 port update [patch] Message-ID: <39A4F2C2.5DBC3092@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39A4F2C2.5DBC3092>