Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/maui/files/
Date: Sun, 05 Nov 2017 15:39:11
Message-Id: 1509896337.0dbc871cb75dba3ddbfd679941a3264405808a01.monsieurp@gentoo
1 commit: 0dbc871cb75dba3ddbfd679941a3264405808a01
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 22 16:44:08 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 5 15:38:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbc871c
7
8 sys-cluster/maui: remove unused patches.
9
10 Closes: https://github.com/gentoo/gentoo/pull/6014
11
12 .../files/3.2.6_p21-autoconf-2.60-compat.patch | 11 -----------
13 .../maui/files/maui-3.2.6_p21-pbs-nodefile.patch | 23 ----------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/sys-cluster/maui/files/3.2.6_p21-autoconf-2.60-compat.patch b/sys-cluster/maui/files/3.2.6_p21-autoconf-2.60-compat.patch
17 deleted file mode 100644
18 index 9b77a27f88d..00000000000
19 --- a/sys-cluster/maui/files/3.2.6_p21-autoconf-2.60-compat.patch
20 +++ /dev/null
21 @@ -1,11 +0,0 @@
22 ---- maui-3.2.6p21.orig/Makefile.in 2006-05-23 15:20:49.000000000 -0700
23 -+++ maui-3.2.6p21/Makefile.in 2006-09-25 20:42:24.000000000 -0700
24 -@@ -18,7 +18,7 @@
25 - # ============================
26 - # Resource Manager section
27 - # ============================
28 --@ll_definitions@@sdr_definitions@@pbs_definitions@@sge_definitions@@lsf_definitions@@mx_definitions@@pcre_definitions@
29 -+@pbs_definitions@
30 -
31 - # ============================
32 - # Master Makefile for @PACKAGE_NAME@-@PACKAGE_VERSION@
33
34 diff --git a/sys-cluster/maui/files/maui-3.2.6_p21-pbs-nodefile.patch b/sys-cluster/maui/files/maui-3.2.6_p21-pbs-nodefile.patch
35 deleted file mode 100644
36 index 90bf80ca661..00000000000
37 --- a/sys-cluster/maui/files/maui-3.2.6_p21-pbs-nodefile.patch
38 +++ /dev/null
39 @@ -1,23 +0,0 @@
40 ---- maui-3.2.6p21/src/moab/MPBSI.c.orig 2010-03-16 12:54:09.000000000 +0100
41 -+++ maui-3.2.6p21/src/moab/MPBSI.c 2010-03-16 12:57:07.000000000 +0100
42 -@@ -6406,6 +6406,7 @@
43 - int tindex;
44 -
45 - char tmpHostName[MAX_MLINE];
46 -+ char tmpTaskList[MAX_MLINE+10];
47 -
48 - mnode_t *N;
49 -
50 -@@ -6458,10 +6459,10 @@
51 - }
52 - else
53 - {
54 -- sprintf(TSBuf,"%s%s:ppn=%d",
55 -- TSBuf,
56 -+ snprintf (tmpTaskList,MAX_MLINE+10,"%s:ppn=%d",
57 - tmpHostName,
58 - NL[tindex].TC);
59 -+ MUStrCat(TSBuf,tmpTaskList,BufSize);
60 - }
61 - } /* END for (tindex) */
62 -