gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r7496: update aris to 2.2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7496: update aris to 2.2
Date: Sat, 17 Apr 2021 18:48:19 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7496
revision-id: carlhansen@gnu.org-20210417224814-c4lsrpxqh4mdm6rd
parent: carlhansen@gnu.org-20210417223124-8lpdptrjku02idbq
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Sat 2021-04-17 15:48:14 -0700
message:
  update aris to 2.2
modified:
  pkg/gnu/aris/Makefile          makefile-20160617014725-uokjfnggs70iry9h-408
  pkg/gnu/aris/files/aris-2.2-fix.diff 
arisfix.diff-20210417220421-yg9oy7e9ul1mppro-2
  pkg/gnu/aris/sha256sums        sha256sums-20160617014725-uokjfnggs70iry9h-409
=== modified file 'pkg/gnu/aris/Makefile'
--- a/pkg/gnu/aris/Makefile     2021-04-17 22:04:41 +0000
+++ b/pkg/gnu/aris/Makefile     2021-04-17 22:48:14 +0000
@@ -1,6 +1,8 @@
 # Copyright © 2013, 2014 Brandon Invergo <brandon@invergo.net>
+# Copyright © 2021 Carl Hansen <carlhansen@gnu.org>
 #
-# This file is part of GSRC.
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -14,6 +16,9 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
 NAME = Aris
 GARNAME = aris

=== modified file 'pkg/gnu/aris/files/aris-2.2-fix.diff'
--- a/pkg/gnu/aris/files/aris-2.2-fix.diff      2021-04-17 22:31:24 +0000
+++ b/pkg/gnu/aris/files/aris-2.2-fix.diff      2021-04-17 22:48:14 +0000
@@ -1,6 +1,6 @@
 diff -x config.log -x config.status -ru tmp/aris-2.2/src/app.h 
work/aris-2.2/src/app.h
 --- tmp/aris-2.2/src/app.h     2014-02-27 17:32:07.000000000 -0800
-+++ work/aris-2.2/src/app.h    2021-04-17 15:06:51.090828991 -0700
++++ work/aris-2.2/src/app.h    2021-04-17 15:31:51.094497704 -0700
 @@ -106,6 +106,6 @@
  
  int app_set_color (aris_app * app, int index, int red, int green, int blue);
@@ -9,9 +9,29 @@
 +extern aris_app * the_app;
  
  #endif /* ARIS_APP_H */
+diff -x config.log -x config.status -ru tmp/aris-2.2/src/aris.c 
work/aris-2.2/src/aris.c
+--- tmp/aris-2.2/src/aris.c    2014-02-28 05:29:10.000000000 -0800
++++ work/aris-2.2/src/aris.c   2021-04-17 15:41:19.536606998 -0700
+@@ -651,6 +651,8 @@
+   return 0;
+ }
+ 
++  aris_app* the_app;
++
+ /* Main function.  There REALLY shouldn't be any explaination needed. */
+ int
+ main (int argc, char *argv[])
+@@ -669,6 +671,7 @@
+   int c_ret;
+   struct arg_items args;
+ 
++
+   c_ret = parse_args (argc, argv, &args);
+ 
+   prems = args.prems;
 diff -x config.log -x config.status -ru tmp/aris-2.2/src/process.c 
work/aris-2.2/src/process.c
 --- tmp/aris-2.2/src/process.c 2014-03-06 12:53:32.000000000 -0800
-+++ work/aris-2.2/src/process.c        2021-04-17 15:28:52.688832531 -0700
++++ work/aris-2.2/src/process.c        2021-04-17 15:31:51.094497704 -0700
 @@ -26,6 +26,9 @@
  #include <ctype.h>
  #include <math.h>
@@ -24,7 +44,7 @@
   *    not_str - the string from which to eliminate the negation.
 diff -x config.log -x config.status -ru tmp/aris-2.2/src/process.h 
work/aris-2.2/src/process.h
 --- tmp/aris-2.2/src/process.h 2014-03-02 11:30:39.000000000 -0800
-+++ work/aris-2.2/src/process.h        2021-04-17 15:23:33.377642031 -0700
++++ work/aris-2.2/src/process.h        2021-04-17 15:31:51.094497704 -0700
 @@ -170,7 +170,7 @@
  
  // The main connectives.

=== modified file 'pkg/gnu/aris/sha256sums'
--- a/pkg/gnu/aris/sha256sums   2021-04-17 22:31:24 +0000
+++ b/pkg/gnu/aris/sha256sums   2021-04-17 22:48:14 +0000
@@ -1,3 +1,3 @@
 f850fa20bddd8aac90aa75b6f27def94e369c23d0c0a5180d52937ecf34128e0  
download/aris-2.2.tar.gz
-b6315039a6225f166fa13136ceed7006fc73c810878dd2fa47d0250c385c00ab  
download/aris-2.2-fix.diff
+ec30cee7d7f465b9d3c05fef05b43395b059a0260d4d545ed6f6322bd2fc0c85  
download/aris-2.2-fix.diff
 8e66fca22f686bf281a0787fdf93ff5999b845b052981443fb0bb4d8b9a8430a  
download/aris-2.2.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]