Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 02:38:44 -0800
From:      Kris Kennaway <kris@obsecurity.org>
To:        David Yeske <dyeske@yahoo.com>
Cc:        Kris Kennaway <kris@obsecurity.org>, ports@FreeBSD.ORG, sobomax@FreeBSD.ORG, Mario <lioux@FreeBSD.ORG>
Subject:   Re: USE_SDL
Message-ID:  <20030217103844.GA71546@rot13.obsecurity.org>
In-Reply-To: <20030217092628.1850.qmail@web13507.mail.yahoo.com>
References:  <20030217090417.GA71101@rot13.obsecurity.org> <20030217092628.1850.qmail@web13507.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--Dxnq1zWXvFF0Q93v
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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
>=20
> s|-lgtk|`${GTK_CONFIG} --libs`|
>=20
> s|glib-config|${GLIB_CONFIG}|
>=20
> This seems to imply that information regarding gtk, glib, or sdl should b=
e 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 !=3D 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 !=3D
assignment..otherwise it sounds like a useful idea.

kris

--Dxnq1zWXvFF0Q93v
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+ULu0Wry0BWjoQKURAiGnAJ9cWqBiloT29dF4238DNMkqDZJp3QCfcIn0
PUKgE2VZb3uRpo7qKGnEtGE=
=+AE6
-----END PGP SIGNATURE-----

--Dxnq1zWXvFF0Q93v--

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?20030217103844.GA71546>