diff options
author | plunky <plunky@pkgsrc.org> | 2012-03-16 10:12:56 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2012-03-16 10:12:56 +0000 |
commit | f264503be87bba53102902385b95190bef840184 (patch) | |
tree | ef2ea207467d2ba3cd15bdb1880c43de293e6e5c | |
parent | 6057ade51fa172f1570400680f3f1d605dbad91d (diff) | |
download | pkgsrc-f264503be87bba53102902385b95190bef840184.tar.gz |
Update to latest snapshot, changelog as
- use INSTALL_DATA to install manpages
(prevents pages being marked executable)
- recognise (but ignore) the __returns_twice__ GCC attribute
- Fix bug causing failure when comparing bool pointers.
Fixes Jira#PCC-383 by Nicolas Joly, bugfix by Will Noble on pcc-list.
-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 aacbf9ee68c..ca480291bd5 100644 --- a/lang/pcc-current/Makefile +++ b/lang/pcc-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/02/08 11:23:53 plunky Exp $ +# $NetBSD: Makefile,v 1.10 2012/03/16 10:12:56 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= 20120208 +DATE_STR= 20120316 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/lang/pcc-current/distinfo b/lang/pcc-current/distinfo index 15f624b3727..3929715bca7 100644 --- a/lang/pcc-current/distinfo +++ b/lang/pcc-current/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/02/08 11:23:53 plunky Exp $ +$NetBSD: distinfo,v 1.9 2012/03/16 10:12:56 plunky Exp $ -SHA1 (pcc-20120208.tgz) = 6203608aae600cb40b41bff3a9139a894b6bb1e8 -RMD160 (pcc-20120208.tgz) = 9c7f81d25a7fe93c993e329e92a6a1a5eea2ea1a -Size (pcc-20120208.tgz) = 768232 bytes +SHA1 (pcc-20120316.tgz) = e95eef12dd8b8fee86ab2483c5404066bb9add3f +RMD160 (pcc-20120316.tgz) = bdb8eb56f6bc5d4414889a55b46bbb2f2947c3d4 +Size (pcc-20120316.tgz) = 768396 bytes |