Subject: wistumbler build broken
To: Jun-ichiro itojun Hagino <itojun@netbsd.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-pkg
Date: 08/04/2002 19:30:42
On Sat, Aug 03, 2002 at 01:29:11PM +0300, Jun-ichiro itojun Hagino wrote:
> 
> Module Name:	pkgsrc
> Committed By:	itojun
> Date:		Sat Aug  3 10:29:10 UTC 2002
> 
> Update of /cvsroot/pkgsrc/net/wistumbler
> In directory minbar.netbsd.org:/tmp/cvs-serv17986
> 
> Log Message:
> wistumbler, network stumbler for wi* interface

Maybe be nice, but the build of it is just borken.

It uses

                -I/usr/X11R6/include/gtk-1.2 \
                -I/usr/pkg/include/glib/glib-1.2 \
                -I/usr/pkg/lib/glib/include \
                -I/usr/X11R6/include \
                -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib \
                -L/usr/pkg/lib -Wl,-R/usr/pkg/lib \

So there is NO way that it will work with xpkgwedge and/or a ${PREFIX} != /usr/pkg.

I thought about to fix it by using a do-build target, but lost intrest in it
because it took me more then a few minutes and it is even unclear for me
what this package does. The DESCR isn't good and even the manpage doesn't
really tell what it does.

Bernd