Subject: PR/34139 CVS commit: pkgsrc/mk/buildlink3
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: pkgsrc-bugs
Date: 09/10/2006 16:40:02
The following reply was made to PR pkg/34139; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/34139 CVS commit: pkgsrc/mk/buildlink3
Date: Sun, 10 Sep 2006 16:39:31 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	tron
 Date:		Sun Sep 10 16:39:31 UTC 2006
 
 Modified Files:
 	pkgsrc/mk/buildlink3: imake-check imake-check.mk
 
 Log Message:
 Fix PR pkg/34139 in a diffent way:
 Setting "WRAPPER_SKIP_TRANSFORM" to "yes" isn't enough because "imake"
 will invoke the C compiler which might be a wrapper script which always
 fails because the package didn't use "USE_LANGUAGES+= c".
 
 The "imake-check" script now simply uses the original command path before
 "bsd.pkg.mk" modified and will therefore avoid using any wrappers.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.4 -r1.5 pkgsrc/mk/buildlink3/imake-check \
     pkgsrc/mk/buildlink3/imake-check.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.