From 0dbc871cb75dba3ddbfd679941a3264405808a01 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 22 Oct 2017 18:44:08 +0200 Subject: [PATCH] sys-cluster/maui: remove unused patches. Closes: https://github.com/gentoo/gentoo/pull/6014 --- .../3.2.6_p21-autoconf-2.60-compat.patch | 11 --------- .../files/maui-3.2.6_p21-pbs-nodefile.patch | 23 ------------------- 2 files changed, 34 deletions(-) delete mode 100644 sys-cluster/maui/files/3.2.6_p21-autoconf-2.60-compat.patch delete mode 100644 sys-cluster/maui/files/maui-3.2.6_p21-pbs-nodefile.patch 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) */ - -- 2.26.2