Subject: CVS commit: pkgsrc/devel/bmake/files
From: Brook Milligan
Date: 2017-08-15 17:54:06
Message id: 20170815155406.514B9FAD0@cvs.NetBSD.org

Log Message:
Fix a problem with MAKE_VERSION being undefined on case-insentive filesystems.

On case-insensitive filesystems such as MacOS, two files (Makefile and makefile,
which is created by configure from makefile.in) collide.  Only the former
defines MAKE_VERSION, but it is replaced by the latter.  Consequently,
MAKE_VERSION is defined as an empty string on these systems.  This patch is
the result of a discussion on tech-pkg (see the thread following
http://mail-index.netbsd.org/tech-pkg/2017/08/13/msg018629.html) and is
based upon code incorporated into bmake v20170812.

Files:
RevisionActionfile
1.8modifypkgsrc/devel/bmake/files/FILES
1.3modifypkgsrc/devel/bmake/files/Makefile
1.2modifypkgsrc/devel/bmake/files/Makefile.config.in
1.3modifypkgsrc/devel/bmake/files/bsd.after-import.mk
1.16modifypkgsrc/devel/bmake/files/configure
1.14modifypkgsrc/devel/bmake/files/configure.in
1.6modifypkgsrc/devel/bmake/files/make-bootstrap.sh.in
1.1addpkgsrc/devel/bmake/files/VERSION