aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sge62/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/sge62/files')
-rw-r--r--sysutils/sge62/files/patch-aimk30
-rw-r--r--sysutils/sge62/files/patch-aimk.site14
-rw-r--r--sysutils/sge62/files/patch-dist_inst__sge14
-rw-r--r--sysutils/sge62/files/patch-dist_pvm_src_aimk52
-rw-r--r--sysutils/sge62/files/patch-dist_util_arch__variables23
-rw-r--r--sysutils/sge62/files/patch-scripts_distinst51
-rw-r--r--sysutils/sge62/files/patch-scripts_distinst.site11
-rw-r--r--sysutils/sge62/files/patch-utilbin_infotext.c14
-rw-r--r--sysutils/sge62/files/pkg-message.in17
9 files changed, 0 insertions, 226 deletions
diff --git a/sysutils/sge62/files/patch-aimk b/sysutils/sge62/files/patch-aimk
deleted file mode 100644
index 276eecaeb1dd..000000000000
--- a/sysutils/sge62/files/patch-aimk
+++ /dev/null
@@ -1,30 +0,0 @@
-
-$FreeBSD$
-
---- aimk.orig Tue Jan 20 16:26:10 2004
-+++ aimk Tue Jan 20 16:50:43 2004
-@@ -256,11 +256,11 @@
- if ( $?SGE_INPUT_CFLAGS ) then
- set INP_CFLAGS = "$SGE_INPUT_CFLAGS"
- else
-- set INP_CFLAGS = ""
-+ set INP_CFLAGS = "%%CFLAGS%%"
- endif
-
- set CFLAGS = "$INP_CFLAGS"
--set CXXFLAGS = "$CFLAGS"
-+set CXXFLAGS = "%%CXXFLAGS%%"
- set CORE_INCLUDE = "-I../security/sec -I../common -I../libs/uti -I../libs/gdi -I../libs/cull -I../libs/rmon -I../libs/comm -I../libs/sched -I../daemons/common -I../daemons/commd -I../daemons/qmaster -I../daemons/execd -I../daemons/schedd -I../clients/common -I."
-
- set ADD_COPYRIGHT = 0
-@@ -1058,8 +1058,8 @@
- set MAKE = gmake
- set OFLAG = "-O"
- set ARFLAGS = rcv
-- set CC = gcc
-- set CXX = g++
-+ set CC = %%CC%%
-+ set CXX = %%CXX%%
- set DLLIB = ""
- set DEPEND_FLAGS = "$CFLAGS $XMTINCD"
- set PTHRDSFLAGS = "-D_REENTRANT -D__USE_REENTRANT"
diff --git a/sysutils/sge62/files/patch-aimk.site b/sysutils/sge62/files/patch-aimk.site
deleted file mode 100644
index 4df3e37d3f80..000000000000
--- a/sysutils/sge62/files/patch-aimk.site
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- aimk.site.orig Thu Mar 25 07:00:59 2004
-+++ aimk.site Tue Mar 30 13:03:37 2004
-@@ -34,7 +34,7 @@
- # OPENSSL_HOME the directory where the include and lib directory of openssl
- # is installed
- #
--set OPENSSL_HOME = /vol2/tools/SW/openssl-0.9.7d-static/$buildarch
-+set OPENSSL_HOME = /usr
-
- #
- # KRB_HOME the directory where the include and lib directory of kerberos is
diff --git a/sysutils/sge62/files/patch-dist_inst__sge b/sysutils/sge62/files/patch-dist_inst__sge
deleted file mode 100644
index 012824f59776..000000000000
--- a/sysutils/sge62/files/patch-dist_inst__sge
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- dist/inst_sge.orig Tue Jan 20 16:27:05 2004
-+++ dist/inst_sge Tue Jan 20 16:50:19 2004
-@@ -2247,7 +2247,7 @@
- SetCellDependentVariables
- fi
-
-- SetPermissions
-+# SetPermissions
- MakeDirsMaster
- SelectHostNameResolving
- AddConfiguration
diff --git a/sysutils/sge62/files/patch-dist_pvm_src_aimk b/sysutils/sge62/files/patch-dist_pvm_src_aimk
deleted file mode 100644
index d9e9e0fdd7f1..000000000000
--- a/sysutils/sge62/files/patch-dist_pvm_src_aimk
+++ /dev/null
@@ -1,52 +0,0 @@
-
-$FreeBSD$
-
---- dist/pvm/src/aimk.orig Fri Jul 20 01:20:20 2001
-+++ dist/pvm/src/aimk Tue Jan 20 16:50:19 2004
-@@ -66,6 +66,8 @@
- exit 1
- endif
-
-+set ARCH = `$SGE_ROOT/util/arch`
-+
- # common compiler and linker settings
- #
- unsetenv LD_LIBRARY_PATH
-@@ -73,9 +75,9 @@
- set MAKE = make
- set MAKEFILE = ../Makefile
- set SDIR = ".."
--set CFLAGS = "-I../ -I$PVM_ROOT/include"
-+set CFLAGS = "-I../ -I$PVM_ROOT/include -I%%LOCALBASE%%/include"
- set QSYST_PVM_DIR = "$SGE_ROOT/pvm/lib/$ARCH"
--set LFLAGS = "-L$PVM_ROOT/lib/$PVM_ARCH -L$QSYST_PVM_DIR -L."
-+set LFLAGS = "-L$PVM_ROOT/lib/$PVM_ARCH -L$QSYST_PVM_DIR -L%%LOCALBASE%%/lib -L."
- set LIBS = ""
- set PVM_ROOT = "$PVM_ROOT"
- set PVM_ARCH = "$PVM_ARCH"
-@@ -133,8 +135,6 @@
- set CTOR = ""
- set DTOR = ""
-
--set ARCH = `$SGE_ROOT/util/arch`
--
- switch ($ARCH)
-
- case aix41:
-@@ -193,6 +193,16 @@
- case linux:
- set CC = gcc
- set CFLAGS = "-O -Wall -Werror -Wstrict-prototypes -DLINUX $DEBUG_FLAG $CFLAGS"
-+ set LFLAGS = "$DEBUG_FLAG $LFLAGS"
-+ set LIBS = "$LIBS"
-+ set START_FILE = "/usr/lib/crti.o /usr/lib/crtbegin.o"
-+ set CTOR = "/usr/lib/crti.o /usr/lib/crtbegin.o"
-+ set DTOR = "/usr/lib/crtend.o /usr/lib/crtn.o"
-+ breaksw
-+
-+case fbsd-*:
-+ set CC = gcc
-+ set CFLAGS = "%%CFLAGS%% -Wall -Werror -Wstrict-prototypes $DEBUG_FLAG $CFLAGS"
- set LFLAGS = "$DEBUG_FLAG $LFLAGS"
- set LIBS = "$LIBS"
- set START_FILE = "/usr/lib/crti.o /usr/lib/crtbegin.o"
diff --git a/sysutils/sge62/files/patch-dist_util_arch__variables b/sysutils/sge62/files/patch-dist_util_arch__variables
deleted file mode 100644
index 48292e96cff6..000000000000
--- a/sysutils/sge62/files/patch-dist_util_arch__variables
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- dist/util/arch_variables.orig Tue Jan 20 16:27:10 2004
-+++ dist/util/arch_variables Tue Jan 20 16:51:45 2004
-@@ -156,14 +156,14 @@
- AWK=/usr/bin/awk
- ECHO="/bin/echo"
- RC_FILE=freebsd
-- RC_PREFIX=/usr/local/etc/rc.d
-+ RC_PREFIX=%%PREFIX%%/etc/rc.d
- RC_SUFFIX=.sh
-- XTERM=/usr/X11R6/bin/xterm
-+ XTERM=%%X11BASE%%/bin/xterm
- MAILER=/usr/bin/mail
- QLOGIN_COMMAND=telnet
- QLOGIN_DAEMON=/usr/libexec/telnetd
- RLOGIN_DAEMON=/usr/libexec/rlogind
-- GETTEXT=/usr/local/bin/gettext
-+ GETTEXT=%%LOCALBASE%%/bin/gettext
- ROOTGROUP=wheel
- ;;
- darwin)
diff --git a/sysutils/sge62/files/patch-scripts_distinst b/sysutils/sge62/files/patch-scripts_distinst
deleted file mode 100644
index 3c548d80e120..000000000000
--- a/sysutils/sge62/files/patch-scripts_distinst
+++ /dev/null
@@ -1,51 +0,0 @@
-
-$FreeBSD$
-
---- scripts/distinst.orig Tue Jan 20 16:28:32 2004
-+++ scripts/distinst Wed Jan 21 14:52:27 2004
-@@ -49,7 +49,7 @@
- fi
-
-
--HASDIR="ckpt doc examples/jobs locale mpi pvm qmon/PIXMAPS/big"
-+HASDIR="ckpt doc examples/jobs mpi pvm qmon/PIXMAPS/big"
- HASARCHDIR="bin lib examples/jobsbin utilbin"
-
- DEFAULTPROG="sge_qmaster sge_execd sge_shadowd sge_commd sge_schedd \
-@@ -543,17 +543,6 @@
- echo " Installing:" $PROG
- echo " Architectures:" $ARCH
- echo "Base directory:" $DEST_SGE_ROOT
--echo " OK [Y/N][Y]: "
--
--read ans
--if [ "$ans" = y -o "$ans" = Y -o "$ans" = "" ]; then
-- :
--else
-- echo
-- echo Ciao
-- echo
-- exit 1
--fi
-
- echo
-
-@@ -663,12 +652,12 @@
- Execute chmod 755 $DEST_SGE_ROOT/inst_sge
- Execute sed 's/PREFIX/sge/' dist/install_qmaster > $DEST_SGE_ROOT/install_qmaster
- Execute sed 's/PREFIX/sge/' dist/install_execd > $DEST_SGE_ROOT/install_execd
-- if [ "$SGE_PRODUCT_MODE" = ge ]; then
-- :
-- (cd $DEST_SGE_ROOT; ln -s inst_sge inst_sgeee)
-- Execute cp dist/README.inst_sgeee $DEST_SGE_ROOT
-- Execute chmod 644 $DEST_SGE_ROOT/README.inst_sgeee
-- fi
-+ #if [ "$SGE_PRODUCT_MODE" = ge ]; then
-+ # :
-+ # (cd $DEST_SGE_ROOT; ln -s inst_sge inst_sgeee)
-+ # Execute cp dist/README.inst_sgeee $DEST_SGE_ROOT
-+ # Execute chmod 644 $DEST_SGE_ROOT/README.inst_sgeee
-+ #fi
- else
- echo Installing \"inst_sge\" as \"inst_sgeee\"
- Execute cp dist/inst_sge $DEST_SGE_ROOT/inst_sgeee
diff --git a/sysutils/sge62/files/patch-scripts_distinst.site b/sysutils/sge62/files/patch-scripts_distinst.site
deleted file mode 100644
index f976ee9501c7..000000000000
--- a/sysutils/sge62/files/patch-scripts_distinst.site
+++ /dev/null
@@ -1,11 +0,0 @@
-
-$FreeBSD$
-
---- scripts/distinst.site.orig Thu Mar 25 07:01:00 2004
-+++ scripts/distinst.site Tue Mar 30 13:04:21 2004
-@@ -34,4 +34,4 @@
- BASEDIR=/dist/OS-SGEDIST
-
- # Base directory where the openssl binary resides
--OPENSSL_HOME=/vol2/tools/SW/openssl-0.9.7d-static
-+OPENSSL_HOME=/usr
diff --git a/sysutils/sge62/files/patch-utilbin_infotext.c b/sysutils/sge62/files/patch-utilbin_infotext.c
deleted file mode 100644
index bd5cb521812e..000000000000
--- a/sysutils/sge62/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));
diff --git a/sysutils/sge62/files/pkg-message.in b/sysutils/sge62/files/pkg-message.in
deleted file mode 100644
index c6e76c317bae..000000000000
--- a/sysutils/sge62/files/pkg-message.in
+++ /dev/null
@@ -1,17 +0,0 @@
-
-After installation, you need to set up SGE. Go to
-
- %%PREFIX%%/%%SGE_BASE%%
-
-and run 'install_qmaster' to set up the master node of the cluster and
-run 'install_execd' for the back-end compute nodes.
-
-If you desire extra security, add the -csp flag to your qmaster install.
-
-If you wish to run PVM applications with SGE you will need to build a
-couple of binaries. Go to
-
- %%PREFIX%%/%%SGE_BASE%%/pvm/src
-
-and type './aimk' followed by './install.sh'. See the documentation for
-how to set up a pvm environment.