Date: Wed, 31 Mar 2004 11:38:28 -0800 From: Kris Kennaway <kris@obsecurity.org> To: Max Laier <mlaier@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/authpf Makefile Message-ID: <20040331193828.GA54975@xor.obsecurity.org> In-Reply-To: <200403311742.i2VHgOc2040039@repoman.freebsd.org> References: <200403311742.i2VHgOc2040039@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--PEIAKu/WMn1b1Hv9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Wed, Mar 31, 2004 at 09:42:24AM -0800, Max Laier wrote:
> mlaier 2004/03/31 09:42:24 PST
>=20
> FreeBSD ports repository (src committer)
>=20
> Modified files:
> security/authpf Makefile=20
> Log:
> Fix a long standing typeo in Makfile .if and bump PORTREVISION.
> =20
> PR: 64982
> Submitted by: Rik
> | .if defined(WITH_ALTQ) && (${WITH_ALTQ} =3D=3D "yes")
FYI, testing for "yes" is non-standard. The standard behaviour is
just to test for existence of the variable, not value, so WITH_FOO=3Dbar
works just as well as WITH_FOO=3Dyes or even WITH_FOO=3Dno [1].
Kris
[1] At first sight the latter might be confusing, but it's less
confusing to learn up-front than to be confused why 99% of the
thousands of WITH_FOO instances don't respect it.
--PEIAKu/WMn1b1Hv9
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)
iD8DBQFAax40Wry0BWjoQKURAuNUAJ9AJplgcaVROsCGhYgef0wEClchDwCfSS7w
IZQhMeNJmFlCHSAGkShfU2c=
=w5Oj
-----END PGP SIGNATURE-----
--PEIAKu/WMn1b1Hv9--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040331193828.GA54975>
