Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (62d7163332d840c2d530cf53a34fab4775c49008)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (62d7163332d840c2d530cf53a34fab4775c49008)
  • Date: Thu, 23 May 2019 06:37:53 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

devel/bison/DETAILS | 2 -
devel/bison/HISTORY | 4 +++
devel/bison/PRE_BUILD | 4 ---
devel/bison/patches/libtextyle.patch | 41
-----------------------------------
4 files changed, 5 insertions(+), 46 deletions(-)

New commits:
commit 62d7163332d840c2d530cf53a34fab4775c49008
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

bison: => 3.4.1

diff --git a/devel/bison/DETAILS b/devel/bison/DETAILS
index 2eecb27b..ce34703 100755
--- a/devel/bison/DETAILS
+++ b/devel/bison/DETAILS
@@ -1,5 +1,5 @@
SPELL=bison
- VERSION=3.4
+ VERSION=3.4.1
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/devel/bison/HISTORY b/devel/bison/HISTORY
index ad00717..ba98cfb 100644
--- a/devel/bison/HISTORY
+++ b/devel/bison/HISTORY
@@ -1,3 +1,7 @@
+2019-05-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.4.1
+ * PRE_BUILD patches: deleted
+
2019-05-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.4
* PRE_BUILD, patches/libtextyle.patch: added upstream fix for crashing
diff --git a/devel/bison/PRE_BUILD b/devel/bison/PRE_BUILD
deleted file mode 100755
index f80ee7d..0000000
--- a/devel/bison/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-apply_patch_dir patches
diff --git a/devel/bison/patches/libtextyle.patch
b/devel/bison/patches/libtextyle.patch
deleted file mode 100644
index f40d9ff..0000000
--- a/devel/bison/patches/libtextyle.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From c8e57e81594dd9d8333e221fe64cf00e82213b30 Mon Sep 17 00:00:00 2001
-From: Akim Demaille <akim.demaille AT gmail.com>
-Date: Sun, 19 May 2019 18:14:21 +0200
-Subject: [PATCH] diagnostics: don't crash when libtextstyle is installed
-
-Reported by neok m4700.
-https://lists.gnu.org/archive/html/bison-patches/2019-05/msg00025.html
-https://github.com/akimd/bison/pull/11
-
-* src/complain.c (complain_init_color): style_file_prepare _needs_ a
-string as second argument.
----
- THANKS | 1 +
- src/complain.c | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/THANKS b/THANKS
-index 50b33f48d..07355b23 100644
---- a/THANKS
-+++ b/THANKS
-@@ -118,6 +118,7 @@ Mike Sullivan Mike.sullivan AT Oracle.COM
- Nate Guerin nathan.guerin AT riseup.net
- Neil Booth NeilB AT earthling.net
- Nelson H. F. Beebe beebe AT math.utah.edu
-+neok m4700 neok.m4700 AT gmail.com
- Nick Bowler nbowler AT elliptictech.com
- Nicolas Bedon nicolas.bedon AT univ-rouen.fr
- Nicolas Burrus nicolas.burrus AT epita.fr
-diff --git a/src/complain.c b/src/complain.c
-index cd5ee19c..19c03cc3 100644
---- a/src/complain.c
-+++ b/src/complain.c
-@@ -255,7 +255,7 @@ complain_init_color (void)
- || color_mode == color_html
- || (color_mode == color_tty && isatty (STDERR_FILENO)))
- {
-- style_file_prepare ("BISON_STYLE", NULL, pkgdatadir (),
-+ style_file_prepare ("BISON_STYLE", "BISON_STYLEDIR", pkgdatadir (),
- "bison-default.css");
- /* As a fallback, use the default in the current directory. */
- struct stat statbuf;



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (62d7163332d840c2d530cf53a34fab4775c49008), Treeve Jelbert, 05/23/2019

Archive powered by MHonArc 2.6.24.

Top of Page