Subject: Re: [alnsn@yandex.ru: Re: imake and nas on Debian GNU/Linux]
To: None <pkgsrc-users@netbsd.org>
From: Alexander Nasonov <alnsn@yandex.ru>
List: pkgsrc-users
Date: 05/07/2007 07:00:45
--r5Pyd7+fXNt84Ff3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Klaus Heinz wrote:
> Ok, it's a little different than my problem last year.
> 
> Deinstall devel/imake and x11/xorg-cf-files, apply the appended patch to 
> x11/xorg-cf-files/Makefile, reinstall xorg-cf-files and imake.
> Then try again building audio/nas.
It helped. Thanks, Klaus! Can I hope to see your patch commited?

I had to add bison and flex to build nas 1.9, but that's another story.
See attached patch.

-- 
Alexander Nasonov
http://nasonov.blogspot.com

The poets have been mysteriously silent on the subject of cheese. --
GK Chesterton --

This quote is generated by: 
	/usr/pkg/bin/curl -L http://tinyurl.com/veusy         \
	  | sed -e 's/^document\.write(.//' -e 's/.);$/ --/'  \
	        -e 's/<[^>]*>//g' -e 's/^More quotes from //' \
	  | fmt | tee ~/.signature-quote

--r5Pyd7+fXNt84Ff3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="nas.diff"

Index: audio/nas/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/audio/nas/Makefile,v
retrieving revision 1.75
diff -u -r1.75 Makefile
--- audio/nas/Makefile	5 May 2007 21:31:09 -0000	1.75
+++ audio/nas/Makefile	7 May 2007 06:56:21 -0000
@@ -18,6 +18,8 @@
 
 WRKSRC=			${WRKDIR}/${PKGNAME_NOREV}
 USE_TOOLS+=		gmake
+USE_TOOLS+=		bison
+USE_TOOLS+=		flex
 USE_IMAKE=		yes
 
 PKG_SYSCONFSUBDIR=	nas

--r5Pyd7+fXNt84Ff3--