Index: files/gcc42
===================================================================
--- files/gcc42	(revision 0)
+++ files/gcc42	(revision 0)
@@ -0,0 +1,7 @@
+/usr/bin/gcc-4.2
+/usr/bin/cpp-4.2
+/usr/bin/c++-4.2
+/usr/bin/bin/g++-4.2
+-
+/usr/bin/gcov-4.2
+-
Index: files/llvm-gcc42
===================================================================
--- files/llvm-gcc42	(revision 0)
+++ files/llvm-gcc42	(revision 0)
@@ -0,0 +1,7 @@
+/Developer/usr/bin/llvm-gcc-4.2
+/Developer/usr/bin/llvm-cpp-4.2
+/Developer/usr/bin/llvm-g++-4.2
+/Developer/usr/bin/llvm-g++-4.2
+-
+/Developer/usr/bin/gcov-4.2
+-
Index: Portfile
===================================================================
--- Portfile	(revision 42767)
+++ Portfile	(working copy)
@@ -4,7 +4,7 @@
 
 name			gcc_select
 version			0.1
-revision        1
+revision		2
 categories		sysutils
 platforms		darwin
 maintainers		mww
@@ -52,10 +52,10 @@
 	}
 }
 
-# install & select gcc40
+# install gcc40, gcc42, llvm-gcc42& select gcc40
 platform darwin 9 {
 	post-destroot {
-		xinstall -m 644 -W ${filespath} gcc40 \
+		xinstall -m 644 -W ${filespath} gcc40 gcc42 llvm-gcc42 \
 			${destroot}${prefix}/etc/select/gcc
 		system "${destroot}${prefix}/bin/${name} -i ${destroot} gcc40"
 	}

