gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9058: gurgle patch so it compiles


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9058: gurgle patch so it compiles
Date: Wed, 8 Mar 2023 17:02:04 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9058
revision-id: carlhansen@gnu.org-20230308220200-k9xwm63xcunnhn9s
parent: carlhansen@gnu.org-20230308205853-bao23iwp91neegdh
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Wed 2023-03-08 14:02:00 -0800
message:
  gurgle patch so it compiles
added:
  pkg/gnu/gurgle/files/          files-20230308220120-w2b6d6qxi4emmtp3-1
  pkg/gnu/gurgle/files/gurgle-minorfix.diff 
gurgleminorfix.diff-20230308220120-w2b6d6qxi4emmtp3-2
modified:
  pkg/gnu/gurgle/Makefile        makefile-20160617014725-uokjfnggs70iry9h-1005
  pkg/gnu/gurgle/sha256sums      sha256sums-20160617014725-uokjfnggs70iry9h-1006
=== modified file 'pkg/gnu/gurgle/Makefile'
--- a/pkg/gnu/gurgle/Makefile   2017-10-30 09:42:35 +0000
+++ b/pkg/gnu/gurgle/Makefile   2023-03-08 22:02:00 +0000
@@ -1,4 +1,5 @@
 # Copyright © 2013 Brandon Invergo <brandon@invergo.net>
+# Copyright © 2023 Carl Hansen
 #
 # This file is part of GSRC.
 #
@@ -37,12 +38,14 @@
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES =
-
+PATCHFILES = gurgle-minorfix.diff
 BUILDDEPS =
 LIBDEPS =
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include ../../../gar/gar.lib/info.mk
 include config.mk
+
+

=== added directory 'pkg/gnu/gurgle/files'
=== added file 'pkg/gnu/gurgle/files/gurgle-minorfix.diff'
--- a/pkg/gnu/gurgle/files/gurgle-minorfix.diff 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gurgle/files/gurgle-minorfix.diff 2023-03-08 22:02:00 +0000
@@ -0,0 +1,23 @@
+diff -x config.log -x config.status -ru tmp/gurgle-1.61/src/grg.h 
work/gurgle-1.61/src/grg.h
+--- tmp/gurgle-1.61/src/grg.h  2010-01-20 16:46:28.000000000 -0800
++++ work/gurgle-1.61/src/grg.h 2023-03-08 13:41:03.904417482 -0800
+@@ -60,7 +60,7 @@
+  * Include the dBase3+ DBF file utilities
+  */
+ 
+-#include <dbase.h>
++#include <dbase/dbase.h>
+ 
+ #define TEXMAXTEX       4096
+ 
+diff -x config.log -x config.status -ru tmp/gurgle-1.61/src/pattern.c 
work/gurgle-1.61/src/pattern.c
+--- tmp/gurgle-1.61/src/pattern.c      2010-01-20 16:46:18.000000000 -0800
++++ work/gurgle-1.61/src/pattern.c     2023-03-08 13:43:23.303616746 -0800
+@@ -31,6 +31,7 @@
+  * GURGLE PATTERN AND DYNAMIC DBF HANDLING
+  */
+ 
++#include <ctype.h>
+ #include <grg.h>
+ 
+ /*

=== modified file 'pkg/gnu/gurgle/sha256sums'
--- a/pkg/gnu/gurgle/sha256sums 2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gurgle/sha256sums 2023-03-08 22:02:00 +0000
@@ -1,1 +1,2 @@
 cd621d942fc3560ede3d9e3f3b21e610bfd35b0236bdc5e1923f01be43392ecb  
download/gurgle-1.61.tar.gz
+79c62b89982a1c11afa1c4bd718956ce2dca35130dce3aecca9e81e4d78ad5e9  
download/gurgle-minorfix.diff


reply via email to

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