Tue May 19 22:04:35 2015 UTC ()
Update to bmake-20150505:
- Better .if checks
- Improved handling for "-" mode
- Improved suffix handling
- Recognize bitrig


(joerg)
diff -r1.69 -r1.70 pkgsrc/devel/bmake/Makefile

cvs diff -r1.69 -r1.70 pkgsrc/devel/bmake/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/bmake/Makefile 2015/05/03 14:23:09 1.69
+++ pkgsrc/devel/bmake/Makefile 2015/05/19 22:04:35 1.70
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.69 2015/05/03 14:23:09 sevan Exp $ 1# $NetBSD: Makefile,v 1.70 2015/05/19 22:04:35 joerg Exp $
2 2
3DISTNAME= bmake-20140314 3DISTNAME= bmake-20150505
4PKGREVISION= 1 
5CATEGORIES= devel 4CATEGORIES= devel
6MASTER_SITES= # empty 5MASTER_SITES= # empty
7DISTFILES= # empty 6DISTFILES= # empty
8 7
9# distfile obtained from ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/ 8# distfile obtained from ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
10# source is kept in files/ for bootstrap purposes 9# source is kept in files/ for bootstrap purposes
11 10
12MAINTAINER= joerg@NetBSD.org 11MAINTAINER= joerg@NetBSD.org
13HOMEPAGE= http://www.crufty.net/help/sjg/bmake.html 12HOMEPAGE= http://www.crufty.net/help/sjg/bmake.html
14COMMENT= Portable (autoconf) version of NetBSD 'make' utility 13COMMENT= Portable (autoconf) version of NetBSD 'make' utility
15LICENSE= modified-bsd 14LICENSE= modified-bsd
16 15
17DEPENDS+= bootstrap-mk-files-[0-9]*:../../pkgtools/bootstrap-mk-files 16DEPENDS+= bootstrap-mk-files-[0-9]*:../../pkgtools/bootstrap-mk-files