update to 20120326 snapshot, changelog at
http://pcc.ludd.ltu.se/fisheye/changelog/~date=2012-03-27T06%3A30%3A00/pcc but the significant change was, that a bug was fixed which caused syntax errors with a construct present in NetBSD headers, meaning that any compilation in the NetBSD-current and NetBSD-6 environment was failing.
This commit is contained in:
parent
a0e313b67f
commit
9b79a77f34
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2012/03/16 10:12:56 plunky Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2012/03/27 15:17:04 plunky Exp $
|
||||
|
||||
DISTNAME= pcc-${DATE_STR}
|
||||
PKGNAME= pcc-current-${DATE_STR}
|
||||
|
@ -11,7 +11,7 @@ HOMEPAGE= http://pcc.ludd.ltu.se/
|
|||
COMMENT= Portable C compiler
|
||||
LICENSE= pcc-license
|
||||
|
||||
DATE_STR= 20120316
|
||||
DATE_STR= 20120326
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2012/03/16 10:12:56 plunky Exp $
|
||||
$NetBSD: distinfo,v 1.10 2012/03/27 15:17:04 plunky Exp $
|
||||
|
||||
SHA1 (pcc-20120316.tgz) = e95eef12dd8b8fee86ab2483c5404066bb9add3f
|
||||
RMD160 (pcc-20120316.tgz) = bdb8eb56f6bc5d4414889a55b46bbb2f2947c3d4
|
||||
Size (pcc-20120316.tgz) = 768396 bytes
|
||||
SHA1 (pcc-20120326.tgz) = b1a49417094d4ca9198de7e877f21a0fb7c141aa
|
||||
RMD160 (pcc-20120326.tgz) = e48cc7b64eac56bc12cdb6fc918cc789e4a9b025
|
||||
Size (pcc-20120326.tgz) = 770343 bytes
|
||||
|
|
Loading…
Reference in a new issue