diff options
author | plunky <plunky@pkgsrc.org> | 2012-03-27 15:17:04 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2012-03-27 15:17:04 +0000 |
commit | 66b2d403d0401231b95379e3351349f5d0cf568b (patch) | |
tree | dfd9f659481962180782827cbb15c78241fa06bb /lang/pcc-current | |
parent | 1fca9de8ea98855693a907ae6dc47f3f36e5edf2 (diff) | |
download | pkgsrc-66b2d403d0401231b95379e3351349f5d0cf568b.tar.gz |
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.
Diffstat (limited to 'lang/pcc-current')
-rw-r--r-- | lang/pcc-current/Makefile | 4 | ||||
-rw-r--r-- | lang/pcc-current/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/pcc-current/Makefile b/lang/pcc-current/Makefile index ca480291bd5..1333a45dc85 100644 --- a/lang/pcc-current/Makefile +++ b/lang/pcc-current/Makefile @@ -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 diff --git a/lang/pcc-current/distinfo b/lang/pcc-current/distinfo index 3929715bca7..a2ba97297d9 100644 --- a/lang/pcc-current/distinfo +++ b/lang/pcc-current/distinfo @@ -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 |