Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/18/2004 19:24:26
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Dec 18 19:24:26 UTC 2004

Modified Files:
	pkgsrc/ham/hamlib: Makefile
	pkgsrc/mail/drac: Makefile
	pkgsrc/mk: tools.mk
	pkgsrc/net/tcl-scotty: Makefile
	pkgsrc/security/cfs: Makefile
	pkgsrc/security/dsniff: Makefile
	pkgsrc/security/nfsbug: Makefile

Log Message:
Always create a ${TOOLS_DIR}/bin/rpcgen to wrap the real rpcgen.
The wrapper will correctly set the CPP environment variable to a
stat((2)able path to a C preprocessor, then rely on the PATH to
find and invoke the real rpcgen.

Remove NO_EXPORT_CPP in package Makefiles where it was used just to
avoid problems with rpcgen.  The build system now just does the right
thing automatically without needing package-specific knowledge.

This fixes PR pkg/27272.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/ham/hamlib/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/mail/drac/Makefile
cvs rdiff -r1.46 -r1.47 pkgsrc/mk/tools.mk
cvs rdiff -r1.16 -r1.17 pkgsrc/net/tcl-scotty/Makefile
cvs rdiff -r1.20 -r1.21 pkgsrc/security/cfs/Makefile
cvs rdiff -r1.20 -r1.21 pkgsrc/security/dsniff/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/security/nfsbug/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.