Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=45b475bf4d42b3e33ced3ae905b88cdd69be3861

commit 45b475bf4d42b3e33ced3ae905b88cdd69be3861
Author: crazy <[email protected]>
Date:   Sun Apr 16 09:15:34 2017 +0200

bc-1.07.1-1-x86_64
* Version bump

diff --git a/source/devel/bc/FrugalBuild b/source/devel/bc/FrugalBuild
index 3e5481a..c6668bf 100644
--- a/source/devel/bc/FrugalBuild
+++ b/source/devel/bc/FrugalBuild
@@ -2,20 +2,16 @@
# Maintainer: Miklos Vajna <[email protected]>

pkgname=bc
-pkgver=1.06
-pkgrel=14
+pkgver=1.07.1
+pkgrel=1
pkgdesc="An arbitrary precision calculator language"
url="http://www.gnu.org/software/bc/";
depends=('readline>=6.3-9' 'ncurses>=6.0-16')
groups=('devel' 'chroot-core')
archs=("x86_64")
Fup2gnugz
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz 
number.c_need_string.h.patch bc-1.06-fs3331.patch \
-       bc-1.06-readline42.patch)
-sha1sums=('c8f258a7355b40a485007c40865480349c157292' \
-          '1dbfd7a4ef8cf7a83f9ab822897a30f774a113ae' \
-          'a0ce0cd9b5144391fa61f645c150ef76fee53570' \
-          'dcdaa997ae36d493d6e7931accd4df4a8ad9d7e7')
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('b4475c6d66590a5911d30f9747361db47231640a')
Fconfopts+=" --with-readline"

# optimization OK
diff --git a/source/devel/bc/bc-1.06-fs3331.patch 
b/source/devel/bc/bc-1.06-fs3331.patch
deleted file mode 100644
index 10139cd..0000000
--- a/source/devel/bc/bc-1.06-fs3331.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- bc-1.06/bc/load.c.s390     Wed Sep 13 20:22:38 2000
-+++ bc-1.06/bc/load.c  Wed Sep  5 16:10:18 2001
-@@ -156,7 +156,10 @@
-   long  label_no;
-   long  vaf_name;     /* variable, array or function number. */
-   long  func;
--  program_counter save_adr;
-+  /* Make save_adr static. Otherwise the whole address save stuff doesn't make
-+     any sense at all, see #3331.
-+     Based on patch by Phil Knirsch <[email protected]> */
-+  static program_counter save_adr;
-
-   /* Initialize. */
-   str = code;
diff --git a/source/devel/bc/bc-1.06-readline42.patch 
b/source/devel/bc/bc-1.06-readline42.patch
deleted file mode 100644
index 37dfaf5..0000000
--- a/source/devel/bc/bc-1.06-readline42.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- bc-1.06/bc/scan.l.sux      Fri May 11 14:27:20 2001
-+++ bc-1.06/bc/scan.l  Fri May 11 14:27:32 2001
-@@ -143,7 +143,6 @@
-
- /* Definitions for readline access. */
- extern FILE *rl_instream;
--_PROTOTYPE(char *readline, (char *));
-
- /* 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/source/devel/bc/number.c_need_string.h.patch 
b/source/devel/bc/number.c_need_string.h.patch
deleted file mode 100644
index 6a7b469..0000000
--- a/source/devel/bc/number.c_need_string.h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur bc-1.06/lib/number.c bc-1.06-p/lib/number.c
---- bc-1.06/lib/number.c       2000-10-03 20:34:25.000000000 +0200
-+++ bc-1.06-p/lib/number.c     2008-05-17 17:22:28.000000000 +0200
-@@ -35,6 +35,7 @@
- #include <assert.h>
- #include <stdlib.h>
- #include <ctype.h>/* Prototypes needed for external utility routines. */
-+#include <string.h>
-
- #define bc_rt_warn rt_warn
- #define bc_rt_error rt_error
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to