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

Modified Files:
	pkgsrc/devel/libtool: distinfo
	pkgsrc/devel/libtool-base: Makefile
	pkgsrc/devel/libtool/patches: patch-ac
	pkgsrc/mk: bsd.pkg.mk

Log Message:
Rewrite func_infer_tag in the libtool script so that it's easier to
specify (hardcoded) compilers from which we can infer the correct tag
(CC, CXX, F77).  Use the following patterns to match compilers to
tags:

	CC:	*cc *xlc
	CXX:	*++ *CC
	F77:	*77 *fort

Bump the PKGREVISION to 1.5.10nb7 since we now infer the F77 tag from
likely Fortran compilers.  Also require at least this version of
libtool when building packages that set USE_FORTRAN.  This should fix
PR pkg/28661.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 pkgsrc/devel/libtool/distinfo
cvs rdiff -r1.47 -r1.48 pkgsrc/devel/libtool-base/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/libtool/patches/patch-ac
cvs rdiff -r1.1546 -r1.1547 pkgsrc/mk/bsd.pkg.mk

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