Subject: CVS commit: pkgsrc/lang
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 07/13/2003 13:04:12
Module Name:	pkgsrc
Committed By:	grant
Date:		Sun Jul 13 13:04:12 UTC 2003

Modified Files:
	pkgsrc/lang/gcc: Makefile PLIST buildlink2.mk
	pkgsrc/lang/gcc3: Makefile PLIST buildlink2.mk
Removed Files:
	pkgsrc/lang/gcc/files: gcc.mk
	pkgsrc/lang/gcc3/files: gcc3.mk

Log Message:
greatly simplify the handling of pkgsrc gcc, and eliminate a bug which
has allowed these packages to work :)

set CC, CXX, CPP and F77 in gcc{,3}/buildlink2.mk.

you now only need to define USE_GCC2 or USE_GCC3 to use the pkgsrc
gcc of your choice.

the share/examples/gcc/mk.conf and gcc3/mk.conf files are no longer
installed.

bump PKGREVISIONs.


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 pkgsrc/lang/gcc/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/lang/gcc/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/lang/gcc/buildlink2.mk
cvs rdiff -r1.5 -r0 pkgsrc/lang/gcc/files/gcc.mk
cvs rdiff -r1.36 -r1.37 pkgsrc/lang/gcc3/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/lang/gcc3/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/gcc3/buildlink2.mk
cvs rdiff -r1.7 -r0 pkgsrc/lang/gcc3/files/gcc3.mk

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