Subject: Re: CVS commit: pkgsrc/x11/fox
To: Adam Ciarcinski <adam@NetBSD.org>
From: Krister Walfridsson <cato@df.lth.se>
List: pkgsrc-changes
Date: 07/28/2005 05:36:22
On Mon, 25 Jul 2005, Adam Ciarcinski wrote:
>
> Module Name: pkgsrc
> Committed By: adam
> Date: Mon Jul 25 12:49:56 UTC 2005
>
> Modified Files:
> pkgsrc/x11/fox: Makefile buildlink3.mk
>
> Log Message:
> Fix building on NetBSD < 3.0
This does not work for NetBSD 1.6:
> make show-depends-dirs
make: "/usr/local/sandbox/usr/pkgsrc/x11/fox/Makefile" line 22: warning:
String comparison operator should be either == or !=
make: "/usr/local/sandbox/usr/pkgsrc/x11/fox/Makefile" line 22: Malformed conditional ((${OPSYS} == "NetBSD") && (${OS_VERSION:R} < 3))
make: "/usr/local/sandbox/usr/pkgsrc/x11/fox/Makefile" line 22: Missing dependency operator
make: "/usr/local/sandbox/usr/pkgsrc/x11/fox/Makefile" line 24: if-less endif
make: "/usr/local/sandbox/usr/pkgsrc/x11/fox/Makefile" line 24: Need an operator
make: Fatal errors encountered -- cannot continue
/Krister