mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
texinfo: bump version.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
From becfe6a5d9bbf0041cc6f287bd0409f605987756 Mon Sep 17 00:00:00 2001
|
||||
From 6e83e938550563738f6d2adc24dccc3c209b3692 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Tue, 22 Dec 2015 11:52:48 +0000
|
||||
Subject: Haiku patch
|
||||
|
||||
|
||||
diff --git a/system.h b/system.h
|
||||
index 11cac6d..7ce87ab 100644
|
||||
index 047d794..c9c6a0e 100644
|
||||
--- a/system.h
|
||||
+++ b/system.h
|
||||
@@ -204,6 +204,10 @@ extern int kill (pid_t, int);
|
||||
@@ -182,6 +182,10 @@ extern int kill (pid_t, int);
|
||||
# define PIPE_USE_FORK 1
|
||||
#endif /* not O_BINARY */
|
||||
|
||||
@@ -20,20 +20,20 @@ index 11cac6d..7ce87ab 100644
|
||||
#ifndef ALSO_NULL_DEVICE
|
||||
# define ALSO_NULL_DEVICE ""
|
||||
--
|
||||
2.7.0
|
||||
2.24.0
|
||||
|
||||
|
||||
From a53a2c5bd82c983db75433f6ada98bcceecb9f11 Mon Sep 17 00:00:00 2001
|
||||
From be44dc414443daf2275e18bbad12a2ecbdb21267 Mon Sep 17 00:00:00 2001
|
||||
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
|
||||
Date: Sat, 5 Mar 2016 08:51:25 +0100
|
||||
Subject: Fix gcc2 build.
|
||||
|
||||
|
||||
diff --git a/tp/Texinfo/Convert/XSParagraph/xspara.c b/tp/Texinfo/Convert/XSParagraph/xspara.c
|
||||
index 47b2e4f..bc4fe12 100644
|
||||
--- a/tp/Texinfo/Convert/XSParagraph/xspara.c
|
||||
+++ b/tp/Texinfo/Convert/XSParagraph/xspara.c
|
||||
@@ -389,6 +389,7 @@ xspara_get_state (HV *hash)
|
||||
diff --git a/tp/Texinfo/XS/xspara.c b/tp/Texinfo/XS/xspara.c
|
||||
index ee666a1..64773f1 100644
|
||||
--- a/tp/Texinfo/XS/xspara.c
|
||||
+++ b/tp/Texinfo/XS/xspara.c
|
||||
@@ -479,6 +479,7 @@ xspara_get_state (HV *hash)
|
||||
/* Don't do anything. */
|
||||
return;
|
||||
|
||||
@@ -41,7 +41,7 @@ index 47b2e4f..bc4fe12 100644
|
||||
dTHX; /* Perl boilerplate. */
|
||||
|
||||
val = newSViv (state.end_sentence);
|
||||
@@ -402,7 +403,7 @@ xspara_get_state (HV *hash)
|
||||
@@ -492,7 +493,7 @@ xspara_get_state (HV *hash)
|
||||
|
||||
val = newSViv (state.lines_counter);
|
||||
STORE("lines_counter");
|
||||
@@ -51,5 +51,5 @@ index 47b2e4f..bc4fe12 100644
|
||||
|
||||
|
||||
--
|
||||
2.7.0
|
||||
2.24.0
|
||||
|
||||
@@ -4,11 +4,10 @@ Texinfo is the official documentation format of the GNU project."
|
||||
HOMEPAGE="http://www.gnu.org/software/texinfo/"
|
||||
COPYRIGHT="1992-2008 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="4"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.gnu.org/gnu/texinfo/texinfo-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d34272e4042c46186ddcd66bd5d980c0ca14ff734444686ccf8131f6ec8b1427"
|
||||
PATCHES="texinfo-$portVersion.patchset
|
||||
0001-Fix-unescaped-left-braces-in-regexps-deprecated-sinc.patch"
|
||||
CHECKSUM_SHA256="a52d05076b90032cb2523673c50e53185938746482cf3ca0213e9b4b50ac2d3e"
|
||||
PATCHES="texinfo-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 x86_64 ?arm"
|
||||
|
||||
Reference in New Issue
Block a user