Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Mar 1998 02:26:13 -0800 (PST)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        tg@FreeBSD.ORG
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   Re: cvs commit: ports/x11/xlockmore Makefile ports/x11/xlockmore/files md5
Message-ID:  <199803031026.CAA12102@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199803030829.AAA13999@freefall.freebsd.org> (message from Thomas Gellekum on Tue, 3 Mar 1998 00:29:06 -0800 (PST))

next in thread | previous in thread | raw e-mail | index | archive | help
 *   Upgrade to 4.08. Use MesaGL when available.

I see that you made this package-safe:

===
.if exists(${X11BASE}/lib/libMesaGL.a)
CONFIGURE_ARGS+=       --with-mesagl
LIB_DEPENDS+=          GL\\.13:${PORTSDIR}/graphics/Mesa
.else
CONFIGURE_ARGS+=       --without-mesagl
.endif
===

but this also means the xlockmore package may or may not require
MesaGL depending on the state of my machine.

Is that really ok?  (If you want to force it one way or the other, you
can test on PACKAGE_BUILDING.)

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803031026.CAA12102>