diff options
author | adam <adam> | 2013-04-15 19:19:09 +0000 |
---|---|---|
committer | adam <adam> | 2013-04-15 19:19:09 +0000 |
commit | e952fa216048edb36bb367ea6dc83677280e31ef (patch) | |
tree | 841593defee771ab60aacc44d5209b49cebc5d07 /devel | |
parent | a971ca21f539c98e88fe17df13844636e373c16c (diff) | |
download | pkgsrc-e952fa216048edb36bb367ea6dc83677280e31ef.tar.gz |
Changes 2.7.1:
* Bug fixes
* Fix compiler attribute portability (yacc.c)
With locations enabled, __attribute__ was used unprotected.
* Fix some compiler warnings (lalr1.cc)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison/Makefile | 4 | ||||
-rw-r--r-- | devel/bison/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index b6068d1733b..4c4651b278b 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.89 2012/12/16 10:46:17 wiz Exp $ +# $NetBSD: Makefile,v 1.90 2013/04/15 19:19:09 adam Exp $ -DISTNAME= bison-2.7 +DISTNAME= bison-2.7.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=bison/} EXTRACT_SUFX= .tar.xz diff --git a/devel/bison/distinfo b/devel/bison/distinfo index d2d93944a18..61ebffaf5ac 100644 --- a/devel/bison/distinfo +++ b/devel/bison/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.35 2012/12/16 10:46:17 wiz Exp $ +$NetBSD: distinfo,v 1.36 2013/04/15 19:19:09 adam Exp $ -SHA1 (bison-2.7.tar.xz) = 245467c56663ec80fc3e80c38cc1ff18c59d7ecc -RMD160 (bison-2.7.tar.xz) = bf26adc50fdbd7a9f157df1f5b648a3802bf5f15 -Size (bison-2.7.tar.xz) = 1776640 bytes +SHA1 (bison-2.7.1.tar.xz) = 00ab1b32d864622077c311e4f5420d4e2931fdc8 +RMD160 (bison-2.7.1.tar.xz) = 933257e61c1098160d4fd71063f340b2ee304671 +Size (bison-2.7.1.tar.xz) = 1781068 bytes SHA1 (patch-doc_Makefile.in) = dc3dd7ee66dfe5995abd3a34973cbebdb7fed7fb SHA1 (patch-lib_isnan.c) = c5d2603447064c95e8bbc75a24c09366b752bad6 SHA1 (patch-src_Makefile.in) = 6baa8ff8b8f4f0aa9c8efee60e172584c68eac7c |