Subject: CVS commit: pkgsrc/mk/compiler
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 03/09/2007 10:29:30
Module Name:	pkgsrc
Committed By:	rillig
Date:		Fri Mar  9 10:29:30 UTC 2007

Modified Files:
	pkgsrc/mk/compiler: sunpro.mk

Log Message:
Removed the creation of the extra wrapper directory WRKDIR/.sunpro and
everything that is related to it.

The wrappers in WRKDIR/.wrapper now call the compilers in SUNWSPROBASE
directly. The aliases that have been provided had never been called
because WRKDIR/.wrapper was earlier in the PATH and already called the
canonical compiler (for example, .wrapper/gcc called .sunpro/cc, not
.sunpro/gcc).

Also removed the comments related to f2c. We have a version control
system to keep outdated code, so why keep it in the current source?


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 pkgsrc/mk/compiler/sunpro.mk

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