summaryrefslogtreecommitdiff
path: root/sysutils/sge60/files/patch-utilbin_infotext.c
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2005-07-29 02:13:32 +0000
committerBrooks Davis <brooks@FreeBSD.org>2005-07-29 02:13:32 +0000
commitc7985448bb5478e7b37b2fee7bace4781a96e6de (patch)
tree67d7218b0dcbd4037c12ff4f82fc7f202ae54026 /sysutils/sge60/files/patch-utilbin_infotext.c
parent- Update to 0.2.9 (diff)
Upgrade to SGE 6.0 Update4.
There are significant conceptual differences between SGE 5 and SGE 6 so potential upgraders should beware. At the file level the two are entierly incompatable so SGE 5 must be removed before SGE 6 is installed. The port has seen limited testing so beware.
Diffstat (limited to 'sysutils/sge60/files/patch-utilbin_infotext.c')
-rw-r--r--sysutils/sge60/files/patch-utilbin_infotext.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/sge60/files/patch-utilbin_infotext.c b/sysutils/sge60/files/patch-utilbin_infotext.c
deleted file mode 100644
index bd5cb521812e..000000000000
--- a/sysutils/sge60/files/patch-utilbin_infotext.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- utilbin/infotext.c.orig Tue Mar 30 16:50:40 2004
-+++ utilbin/infotext.c Tue Mar 30 16:51:20 2004
-@@ -1035,7 +1035,7 @@
- DPRINTF(("pass 4\n"));
- {
- if (real_args > 0) {
--#if defined(ALPHA) || defined(ALPHA5) || defined(ALINUX) || defined(HP11) || defined(HP10) || __GNUC__ == 3
-+#if defined(ALPHA) || defined(ALPHA5) || defined(ALINUX) || defined(HP11) || defined(HP10) || defined(FREEBSD_ALPHA) || __GNUC__ == 3
- for(i=0;i<real_args;i++) {
- /* printf("argument[%d]: \"%s\"\n",i,argv[first_arg +i]); */
- sge_dstring_copy_string(&buffer, sge_infotext_string_replace(&tmp_buf, (char*)sge_dstring_get_string(&buffer2),"%s",argv[first_arg +i],1));