Subject: Re: CVS commit: pkgsrc/print/teTeX-bin
To: Dan McMahill <dmcmahill@NetBSD.org>
From: Dan Winship <danw@alum.mit.edu>
List: pkgsrc-changes
Date: 10/10/2003 11:23:09
> This change doesn't seem quite right:
>
> make: "/usr/pkgsrc-current/print/teTeX-bin/Makefile" line 74: warning:
> String comparison operator should be either == or != make:
> "/usr/pkgsrc-current/print/teTeX-bin/Makefile" line 74: Malformed
> conditional (${OPSYS} == "Darwin" && ${OS_VERSION} >= 6.0)

Oops. I copied the test from defs.Darwin.mk so I assumed it was safe,
but it only works on platforms where OS_VERSION is always strictly
numeric. I fixed it to use a string test instead.

-- Dan