summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2014-09-26 19:57:56 +0000
committerIan Stakenvicius <axs@gentoo.org>2014-09-26 19:57:56 +0000
commitbecc13c18631190df5aafd3cf1530d521807c00e (patch)
tree29ef6b98bb20782f2ca741e60ba8e70792dfbc0b /app-office
parentdropping file temporarily to adjust sticky options (diff)
downloadgentoo-2-becc13c18631190df5aafd3cf1530d521807c00e.tar.gz
gentoo-2-becc13c18631190df5aafd3cf1530d521807c00e.tar.bz2
gentoo-2-becc13c18631190df5aafd3cf1530d521807c00e.zip
fixed cvs sticky options on file(s) that should not have cvs keyword expansion
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/sc/ChangeLog6
-rw-r--r--app-office/sc/files/sc-7.16-amd64.patch24
2 files changed, 29 insertions, 1 deletions
diff --git a/app-office/sc/ChangeLog b/app-office/sc/ChangeLog
index 0af9f1a485a7..1467b582eacc 100644
--- a/app-office/sc/ChangeLog
+++ b/app-office/sc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/sc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/sc/ChangeLog,v 1.24 2014/08/10 18:17:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/sc/ChangeLog,v 1.25 2014/09/26 19:57:56 axs Exp $
+
+ 26 Sep 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
+ +files/sc-7.16-amd64.patch:
+ fixed cvs sticky options on file(s) that should not have cvs keyword expansion
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> sc-7.16-r1.ebuild:
QA: drop trailing '.' from DESCRIPTION
diff --git a/app-office/sc/files/sc-7.16-amd64.patch b/app-office/sc/files/sc-7.16-amd64.patch
new file mode 100644
index 000000000000..266eff0986df
--- /dev/null
+++ b/app-office/sc/files/sc-7.16-amd64.patch
@@ -0,0 +1,24 @@
+diff -Naur sc-7.16-orig/xmalloc.c sc-7.16/xmalloc.c
+--- sc-7.16-orig/xmalloc.c 2002-04-25 17:37:58.000000000 -0600
++++ sc-7.16/xmalloc.c 2008-01-17 14:41:31.000000000 -0600
+@@ -3,19 +3,12 @@
+ * $Revision: 7.16 $
+ */
+
++#include <stdlib.h>
+ #include <curses.h>
+ #include "sc.h"
+
+-extern char *malloc();
+-extern char *realloc();
+-extern void free();
+ void fatal();
+
+-#ifdef SYSV3
+-extern void free();
+-extern void exit();
+-#endif
+-
+ #define MAGIC (double)1234567890.12344
+
+ char *