public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/SphinxTrain/files/
Date: Wed, 18 Apr 2018 18:17:32 +0000 (UTC)	[thread overview]
Message-ID: <1524075444.823958cb410165d9e4a420dd20ea6dfa064e84ea.johu@gentoo> (raw)

commit:     823958cb410165d9e4a420dd20ea6dfa064e84ea
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 18:17:24 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 18:17:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823958cb

app-accessibility/SphinxTrain: Remove unused patches

Package-Manager: Portage-2.3.30, Repoman-2.3.9

 app-accessibility/SphinxTrain/files/gcc.patch   | 34 -------------------------
 app-accessibility/SphinxTrain/files/gcc34.patch | 11 --------
 2 files changed, 45 deletions(-)

diff --git a/app-accessibility/SphinxTrain/files/gcc.patch b/app-accessibility/SphinxTrain/files/gcc.patch
deleted file mode 100644
index e3c51275f91..00000000000
--- a/app-accessibility/SphinxTrain/files/gcc.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- src/programs/count_3phone/wrec.h.orig	2003-09-28 18:51:49.000000000 +0900
-+++ src/programs/count_3phone/wrec.h	2003-09-28 18:52:23.000000000 +0900
-@@ -44,7 +44,7 @@
- #define WREC_H
- 
- #include "phrec.h"
--#include <varargs.h>
-+#include <stdarg.h>
- 
- int quit (int status, char *fmt, ...);
-
---- src/programs/count_3phone/quit.c.orig	2003-09-28 19:12:56.000000000 +0900
-+++ src/programs/count_3phone/quit.c	2003-09-28 19:13:12.000000000 +0900
-@@ -74,17 +74,14 @@
- 
- #include <stdio.h>
- #include <stdlib.h>
--#include <varargs.h>
-+#include <stdarg.h>
- 
--int quit (status,fmt,va_alist)
--    int status;
--    char *fmt;
--    va_dcl
-+int quit (int status,char *fmt,...)
- {
- 	va_list args;
- 
- 	fflush(stdout);
--	va_start(args);
-+	va_start(args, fmt);
- 	(void) vfprintf(stderr, fmt, args);
- 	va_end(args);
- 	exit(status);

diff --git a/app-accessibility/SphinxTrain/files/gcc34.patch b/app-accessibility/SphinxTrain/files/gcc34.patch
deleted file mode 100644
index 124aa993edc..00000000000
--- a/app-accessibility/SphinxTrain/files/gcc34.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- SphinxTrain/src/programs/count_3phone/phone_word_io.c~	2001-04-05 16:00:33.000000000 -0400
-+++ SphinxTrain/src/programs/count_3phone/phone_word_io.c	2005-05-01 12:48:42.000000000 -0400
-@@ -71,7 +71,7 @@
- #ifdef __alpha
- void *malloc();
- #else
--char *malloc();
-+//char *malloc();
- #endif
- 
- extern int      Num_Phones, Num_Words;


                 reply	other threads:[~2018-04-18 18:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1524075444.823958cb410165d9e4a420dd20ea6dfa064e84ea.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox