Date: Mon, 17 Feb 2003 16:06:32 -0800 (PST) From: David Yeske <dyeske@yahoo.com> To: Kris Kennaway <kris@obsecurity.org> Cc: Kris Kennaway <kris@obsecurity.org>, ports@FreeBSD.ORG, sobomax@FreeBSD.ORG, Mario <lioux@FreeBSD.ORG> Subject: Re: USE_SDL Message-ID: <20030218000632.26018.qmail@web13502.mail.yahoo.com> In-Reply-To: <20030217103844.GA71546@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
ok how about this? http://pigseye.kennesaw.edu/~dyeske/freebsd/patch-bsd.port.mk --- Kris Kennaway <kris@obsecurity.org> wrote: > On Mon, Feb 17, 2003 at 01:26:28AM -0800, David Yeske wrote: > > GLIB_CONFIG and GTK_CONFIG are defined in bsd.*.mk so they can be used in a ports Makefile. > > This allows statements like these to be used in a reinplace or *_ENV > > > > s|-lgtk|`${GTK_CONFIG} --libs`| > > > > s|glib-config|${GLIB_CONFIG}| > > > > This seems to imply that information regarding gtk, glib, or sdl should be determined via the > > *-config program with flags --libs, --cflags, version, etc... > > Right, but it can only be done during the port build. Variables set > in the port makefile or in bsd.port.mk that use != are executed during > other targets like 'make index', 'make readmes', etc., and the sdl > port will not be installed yet, in general. > > The only part of your proposal I didn't like was the != > assignment..otherwise it sounds like a useful idea. > > kris > > ATTACHMENT part 2 application/pgp-signature __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com 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?20030218000632.26018.qmail>