gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r10058: update gnucobol to 3.2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r10058: update gnucobol to 3.2
Date: Sun, 17 Mar 2024 22:02:39 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 10058
revision-id: carlhansen@gnu.org-20240318020234-j5hrwlb77mlixmux
parent: carlhansen@gnu.org-20240317010832-9uwv0dm838ykqps4
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Mon 2024-03-18 02:02:34 +0000
message:
  update gnucobol to 3.2
added:
  pkg/gnu/gnucobol/files/        files-20240318020215-tol22lto8aycmgio-1
  pkg/gnu/gnucobol/files/gnucobol3.2.inc.patch 
gnucobol3.2.inc.patc-20240318020215-tol22lto8aycmgio-2
modified:
  pkg/gnu/gnucobol/Makefile      makefile-20160617014725-uokjfnggs70iry9h-792
  pkg/gnu/gnucobol/config.mk     config.mk-20160617015739-nek8de0ppvlob7qs-1
  pkg/gnu/gnucobol/sha256sums    sha256sums-20160617014725-uokjfnggs70iry9h-794
=== modified file 'pkg/gnu/gnucobol/Makefile'
--- a/pkg/gnu/gnucobol/Makefile 2023-07-29 00:55:18 +0000
+++ b/pkg/gnu/gnucobol/Makefile 2024-03-18 02:02:34 +0000
@@ -17,11 +17,12 @@
 #
 # 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
 
 # In the previous version the NAME was "cobol". It is now "gnucobol"
+
 NAME = GnuCOBOL
 GARNAME = gnucobol
 GARVERSION = 3.2
@@ -30,6 +31,7 @@
 define BLURB
 endef
 
+
 ######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
@@ -39,12 +41,13 @@
 
 BUILDDEPS =
 LIBDEPS =
-
+PATCHFILES =  gnucobol3.2.inc.patch
 ######################################################################
 
 include ../../../gar/gar.lib/autotools.mk
 include ../../../gar/gar.lib/info.mk
 include config.mk
 
+
 # The executable is called "cobc".
 

=== modified file 'pkg/gnu/gnucobol/config.mk'
--- a/pkg/gnu/gnucobol/config.mk        2023-07-29 00:55:18 +0000
+++ b/pkg/gnu/gnucobol/config.mk        2024-03-18 02:02:34 +0000
@@ -1,7 +1,8 @@
-## Configuration options for cobol ##
+## Configuration options for gnucobol ##
 
-# 
-CONFIGURE_OPTS ?=  --without-db
+ 
+CONFIGURE_OPTS ?=  
 # without berkeley db installed
-#CONFIGURE_OPTS ?=  
+# CONFIGURE_OPTS ?=  --without-db
+
 BUILD_OPTS ?=

=== added directory 'pkg/gnu/gnucobol/files'
=== added file 'pkg/gnu/gnucobol/files/gnucobol3.2.inc.patch'
--- a/pkg/gnu/gnucobol/files/gnucobol3.2.inc.patch      1970-01-01 00:00:00 
+0000
+++ b/pkg/gnu/gnucobol/files/gnucobol3.2.inc.patch      2024-03-18 02:02:34 
+0000
@@ -0,0 +1,11 @@
+diff -x config.log -x config.status -ru tmp/gnucobol-3.2/libcob/common.c 
work/gnucobol-3.2/libcob/common.c
+--- tmp/gnucobol-3.2/libcob/common.c   2023-07-28 10:16:38.000000000 -0700
++++ work/gnucobol-3.2/libcob/common.c  2024-03-17 18:50:13.293943495 -0700
+@@ -136,6 +136,7 @@
+ #if defined (WITH_XML2)
+ #include <libxml/xmlversion.h>
+ #include <libxml/xmlwriter.h>
++#include <libxml/parser.h>
+ #endif
+ 
+ #if defined (WITH_CJSON)

=== modified file 'pkg/gnu/gnucobol/sha256sums'
--- a/pkg/gnu/gnucobol/sha256sums       2023-07-29 00:55:18 +0000
+++ b/pkg/gnu/gnucobol/sha256sums       2024-03-18 02:02:34 +0000
@@ -1,2 +1,3 @@
 8ecc77d0a4c9401618b8b99adf2050adef14767916767c54bb42341f0ab504fb  
download/gnucobol-3.2.tar.lz
+c1b366256cb9e56f9b20fc6db3bfbc4c834564f82787e89e29ca20e976c41375  
download/gnucobol3.2.inc.patch
 cc9a217200bdf475b61fb53d48d1cf171aa48617ef5df67b166291a0fbaa8c56  
download/gnucobol-3.2.tar.lz.sig


reply via email to

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