[arch-commits] Commit in bison/trunk (PKGBUILD bison-2.5-undefined-reference.patch)

Allan McRae allan at archlinux.org
Wed Jun 6 02:46:17 UTC 2012


    Date: Tuesday, June 5, 2012 @ 22:46:16
  Author: allan
Revision: 160795

upgpkg: bison 2.5.1-1

upstream update

Modified:
  bison/trunk/PKGBUILD
Deleted:
  bison/trunk/bison-2.5-undefined-reference.patch

-------------------------------------+
 PKGBUILD                            |   18 ++++++------------
 bison-2.5-undefined-reference.patch |   11 -----------
 2 files changed, 6 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-05 23:43:39 UTC (rev 160794)
+++ PKGBUILD	2012-06-06 02:46:16 UTC (rev 160795)
@@ -3,8 +3,8 @@
 # Contributor: Eric Belanger <eric at archlinux.org>
 
 pkgname=bison
-pkgver=2.5
-pkgrel=3
+pkgver=2.5.1
+pkgrel=1
 pkgdesc="The GNU general-purpose parser generator"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -12,18 +12,12 @@
 depends=('glibc' 'm4' 'sh')
 groups=('base-devel')
 install=bison.install
-source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.bz2{,.sig}
-        bison-2.5-undefined-reference.patch)
-md5sums=('9dba20116b13fc61a0846b0058fbe004'
-         '610b73db67bd4760209458efe7554ca3'
-         '2015c5421b2ad99032154f27bf5c4772')
+source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('012708d801a3c986d8654aa673530b61'
+         '6c7e9276aa8b89879126a611384897a8')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # workaround for FS#26794
-  patch -Np1 -i $srcdir/bison-2.5-undefined-reference.patch
-  
+  cd ${srcdir}/${pkgname}-${pkgver}  
   ./configure --prefix=/usr --datadir=/usr/share
   make
 }

Deleted: bison-2.5-undefined-reference.patch
===================================================================
--- bison-2.5-undefined-reference.patch	2012-06-05 23:43:39 UTC (rev 160794)
+++ bison-2.5-undefined-reference.patch	2012-06-06 02:46:16 UTC (rev 160795)
@@ -1,11 +0,0 @@
-diff -Naur bison-2.5-orig/lib/yyerror.c bison-2.5/lib/yyerror.c
---- bison-2.5-orig/lib/yyerror.c	2011-01-04 00:50:42.000000000 +1000
-+++ bison-2.5/lib/yyerror.c	2011-11-09 22:01:48.725507079 +1000
-@@ -18,6 +18,7 @@
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
- 
- #include <stdio.h>
-+#undef fprintf
- 
- int yyerror (char const *);
- 




More information about the arch-commits mailing list