diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-10-22 18:44:08 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-11-05 16:38:57 +0100 |
commit | 0dbc871cb75dba3ddbfd679941a3264405808a01 (patch) | |
tree | 809ac125184a5e244088a8165a79399f0098c1e6 /sys-cluster/maui | |
parent | app-misc/elasticsearch: use /run/elasticsearch for tmpfiles.d. (diff) | |
download | gentoo-0dbc871cb75dba3ddbfd679941a3264405808a01.tar.gz gentoo-0dbc871cb75dba3ddbfd679941a3264405808a01.tar.bz2 gentoo-0dbc871cb75dba3ddbfd679941a3264405808a01.zip |
sys-cluster/maui: remove unused patches.
Closes: https://github.com/gentoo/gentoo/pull/6014
Diffstat (limited to 'sys-cluster/maui')
-rw-r--r-- | sys-cluster/maui/files/3.2.6_p21-autoconf-2.60-compat.patch | 11 | ||||
-rw-r--r-- | sys-cluster/maui/files/maui-3.2.6_p21-pbs-nodefile.patch | 23 |
2 files changed, 0 insertions, 34 deletions
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 deleted file mode 100644 index 9b77a27f88df..000000000000 --- a/sys-cluster/maui/files/3.2.6_p21-autoconf-2.60-compat.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- maui-3.2.6p21.orig/Makefile.in 2006-05-23 15:20:49.000000000 -0700 -+++ maui-3.2.6p21/Makefile.in 2006-09-25 20:42:24.000000000 -0700 -@@ -18,7 +18,7 @@ - # ============================ - # Resource Manager section - # ============================ --@ll_definitions@@sdr_definitions@@pbs_definitions@@sge_definitions@@lsf_definitions@@mx_definitions@@pcre_definitions@ -+@pbs_definitions@ - - # ============================ - # Master Makefile for @PACKAGE_NAME@-@PACKAGE_VERSION@ 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 deleted file mode 100644 index 90bf80ca661a..000000000000 --- a/sys-cluster/maui/files/maui-3.2.6_p21-pbs-nodefile.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- maui-3.2.6p21/src/moab/MPBSI.c.orig 2010-03-16 12:54:09.000000000 +0100 -+++ maui-3.2.6p21/src/moab/MPBSI.c 2010-03-16 12:57:07.000000000 +0100 -@@ -6406,6 +6406,7 @@ - int tindex; - - char tmpHostName[MAX_MLINE]; -+ char tmpTaskList[MAX_MLINE+10]; - - mnode_t *N; - -@@ -6458,10 +6459,10 @@ - } - else - { -- sprintf(TSBuf,"%s%s:ppn=%d", -- TSBuf, -+ snprintf (tmpTaskList,MAX_MLINE+10,"%s:ppn=%d", - tmpHostName, - NL[tindex].TC); -+ MUStrCat(TSBuf,tmpTaskList,BufSize); - } - } /* END for (tindex) */ - |