From 8ee532e63d7080716322424a0bda8a7de825d922 Mon Sep 17 00:00:00 2001 From: davehome Date: Sat, 24 Dec 2011 01:31:30 -0700 Subject: [PATCH] bc: Change distfiles url, update to version 1.06.95. --- srcpkgs/bc/patches/build-fix_from_arch.patch | 13 ------------- srcpkgs/bc/template | 7 +++---- 2 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/bc/patches/build-fix_from_arch.patch diff --git a/srcpkgs/bc/patches/build-fix_from_arch.patch b/srcpkgs/bc/patches/build-fix_from_arch.patch deleted file mode 100644 index 21df690947c..00000000000 --- a/srcpkgs/bc/patches/build-fix_from_arch.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -wbBur bc-1.06/bc/scan.l bc-1.06.my/bc/scan.l ---- bc/scan.l 2000-09-13 22:25:47 +0400 -+++ bc/scan.l 2006-12-25 12:39:34 +0300 -@@ -143,7 +143,9 @@ - - /* Definitions for readline access. */ - extern FILE *rl_instream; -+#if 0 - _PROTOTYPE(char *readline, (char *)); -+#endif - - /* rl_input puts upto MAX characters into BUF with the number put in - BUF placed in *RESULT. If the yy input file is the same as diff --git a/srcpkgs/bc/template b/srcpkgs/bc/template index 6a1aac78a29..33cae7525e0 100644 --- a/srcpkgs/bc/template +++ b/srcpkgs/bc/template @@ -1,15 +1,14 @@ # Template file for 'bc' pkgname=bc -version=1.06 -revision=1 -distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" +version=1.06.95 +distfiles="http://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.bz2" build_style=gnu-configure configure_args="--with-readline" short_desc="An arbitrary precision numeric processing language." maintainer="davehome " homepage="http://www.gnu.org/software/${pkgname}/" license="GPL-3" -checksum=4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33 +checksum=7ee4abbcfac03d8a6e1a8a3440558a3d239d6b858585063e745c760957725ecc long_desc=" bc is an arbitrary precision numeric processing language. Syntax is similar to C, but differs in many substantial areas. It supports interactive