Subject: CVS commit: pkgsrc/lang/gcc
To: None <pkgsrc-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 05/27/2003 08:40:20
Module Name:	pkgsrc
Committed By:	grant
Date:		Tue May 27 08:40:20 UTC 2003

Modified Files:
	pkgsrc/lang/gcc: Makefile buildlink2.mk
Removed Files:
	pkgsrc/lang/gcc: MESSAGE.SunOS PLIST.SunOS

Log Message:
on Solaris, install into ${PREFIX}/${PKGNAME_NOREV} as per other
platforms, and remove the related Solaris MESSAGE and PLIST.

prevents gcc from always searching ${PREFIX}/{include,lib} for
include files and libraries which breaks buildlink2, preventing
some packages from being built, depending on what is already
installed.

noted by Mark Davies and others, and address my PR pkg/21122.

bump PKGREVISION.

note: if you update to this version, be sure to rebuild libtool-base
since the path to crti.o, crtbegin.o, etc is hardcoded in libtool at
compile-time.


To generate a diff of this commit:
cvs rdiff -r1.2 -r0 pkgsrc/lang/gcc/MESSAGE.SunOS
cvs rdiff -r1.57 -r1.58 pkgsrc/lang/gcc/Makefile
cvs rdiff -r1.8 -r0 pkgsrc/lang/gcc/PLIST.SunOS
cvs rdiff -r1.8 -r1.9 pkgsrc/lang/gcc/buildlink2.mk

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