Subject: CVS commit: pkgsrc/devel/cpuflags
To: None <pkgsrc-changes@NetBSD.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 09/20/2005 10:58:23
Module Name: pkgsrc
Committed By: abs
Date: Tue Sep 20 10:58:23 UTC 2005
Modified Files:
pkgsrc/devel/cpuflags: Makefile
pkgsrc/devel/cpuflags/files: optimize_gcc.mk
Log Message:
Update cpuflags to 0.92
optimize_gcc.mk needs to know the name of the package that is
currently being built. Unfortunately with pkgsrc there is no way
to do this, and its previous attempts to derive PKGNAME (if not
set) from DISTNAME broke the php usage ext.mk file. Use a temp
variable to do the same thing without breaking other pkgsrc
assumptions
To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 pkgsrc/devel/cpuflags/Makefile
cvs rdiff -r1.23 -r1.24 pkgsrc/devel/cpuflags/files/optimize_gcc.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.