diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-03-06 15:05:43 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-03-06 15:05:43 +0000 |
commit | ba2885d840d3c067348f53c5f7568f0b42887cf9 (patch) | |
tree | 8ecee83305fb2df252aad7edc8ac22099a13d7e3 /sysutils/sge61/files | |
parent | 855e7dad0aa33dabd04609321c1382202ebd752a (diff) |
Notes
Diffstat (limited to 'sysutils/sge61/files')
-rw-r--r-- | sysutils/sge61/files/aimk.private | 6 | ||||
-rw-r--r-- | sysutils/sge61/files/distinst.private | 5 | ||||
-rw-r--r-- | sysutils/sge61/files/patch-3rdparty_qtcsh_tc.who.c | 14 | ||||
-rw-r--r-- | sysutils/sge61/files/patch-aimk | 58 | ||||
-rw-r--r-- | sysutils/sge61/files/patch-daemons_execd_execd__signal__queue.c | 28 | ||||
-rw-r--r-- | sysutils/sge61/files/patch-dist_inst__sge | 14 | ||||
-rw-r--r-- | sysutils/sge61/files/patch-dist_pvm_src_aimk | 43 | ||||
-rw-r--r-- | sysutils/sge61/files/patch-dist_util_arch__variables | 23 | ||||
-rw-r--r-- | sysutils/sge61/files/patch-dist_util_create__settings.sh | 22 | ||||
-rw-r--r-- | sysutils/sge61/files/patch-dist_util_install__modules_inst__common.sh | 16 | ||||
-rw-r--r-- | sysutils/sge61/files/patch-libs_uti_Makefile | 14 | ||||
-rw-r--r-- | sysutils/sge61/files/patch-scripts_distinst | 122 | ||||
-rw-r--r-- | sysutils/sge61/files/pkg-install.in | 35 | ||||
-rw-r--r-- | sysutils/sge61/files/pkg-message.in | 24 | ||||
-rw-r--r-- | sysutils/sge61/files/qsh-disabled.sh | 3 | ||||
-rw-r--r-- | sysutils/sge61/files/qtcsh-config.h.diff | 12 | ||||
-rw-r--r-- | sysutils/sge61/files/sge.in | 65 |
17 files changed, 0 insertions, 504 deletions
diff --git a/sysutils/sge61/files/aimk.private b/sysutils/sge61/files/aimk.private deleted file mode 100644 index f883b4c4dbbc..000000000000 --- a/sysutils/sge61/files/aimk.private +++ /dev/null @@ -1,6 +0,0 @@ -# $FreeBSD$ -set OPENSSL_HOME = %%OPENSSLBASE%% -set BERKELEYDB_HOME = %%LOCALBASE%% -set BDB_INCLUDE_SUBDIR = db42 -set BDB_LIB_SUFFIX = -4.2 -set LOCALBASE = %%LOCALBASE%% diff --git a/sysutils/sge61/files/distinst.private b/sysutils/sge61/files/distinst.private deleted file mode 100644 index 8f1d8d56efa8..000000000000 --- a/sysutils/sge61/files/distinst.private +++ /dev/null @@ -1,5 +0,0 @@ -# $FreeBSD$ -OPENSSLBASE=%%OPENSSLBASE%% -BERKELEYDBBASE=%%LOCALBASE%% -BDB_LIB_SUFFIX="-4.2" -DRMAAJ05BASE=%%WRKDIR%%/lib diff --git a/sysutils/sge61/files/patch-3rdparty_qtcsh_tc.who.c b/sysutils/sge61/files/patch-3rdparty_qtcsh_tc.who.c deleted file mode 100644 index 0fcac3349a7f..000000000000 --- a/sysutils/sge61/files/patch-3rdparty_qtcsh_tc.who.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: /tmp/pcvs/ports/sysutils/sge61/files/patch-3rdparty_qtcsh_tc.who.c,v 1.1 2011-10-14 16:55:50 brooks Exp $ - ---- 3rdparty/qtcsh/tc.who.c.orig -+++ 3rdparty/qtcsh/tc.who.c -@@ -56,7 +56,7 @@ - # define _PATH_UTMP UTMPX_FILE - # endif /* _PATH_UTMP */ - # define utmp utmpx --# ifndef INTERIX -+# if !defined(INTERIX) && !defined(FREEBSD) - # define ut_time ut_xtime - # else - # define ut_time ut_tv.tv_sec diff --git a/sysutils/sge61/files/patch-aimk b/sysutils/sge61/files/patch-aimk deleted file mode 100644 index 236788214e27..000000000000 --- a/sysutils/sge61/files/patch-aimk +++ /dev/null @@ -1,58 +0,0 @@ - -$FreeBSD$ - ---- aimk.orig -+++ aimk -@@ -222,7 +222,7 @@ - if ( $?SGE_INPUT_CFLAGS ) then - set INP_CFLAGS = "$SGE_INPUT_CFLAGS" - else -- set INP_CFLAGS = "" -+ set INP_CFLAGS = "%%CFLAGS%%" - endif - - # Default build targets for which we have seperate make files -@@ -1065,12 +1065,12 @@ - set OFLAG = "-O" - endif - 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" -- set CFLAGS = "$OFLAG -Wall -DFREEBSD -D$BUILDARCH -DGETHOSTBYNAME_M -DGETHOSTBYADDR_M $DEBUG_FLAG $CFLAGS -I/usr/X11R6/include" -+ set CFLAGS = "$OFLAG -Wall -DFREEBSD -D$BUILDARCH -DGETHOSTBYNAME_M -DGETHOSTBYADDR_M $DEBUG_FLAG $CFLAGS -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" - set NOERR_CFLAG = "-Wno-error" - set LFLAGS = "$DEBUG_FLAG $LFLAGS -export-dynamic" - set LIBS = "$LIBS -lkvm" -@@ -1080,9 +1080,9 @@ - set AUTHLIBS = "-lcrypt -lpam" - - set XMTDEF = "" -- set XINCD = "$XMTINCD $XINCD -I/usr/X11/include" -+ set XINCD = "$XMTINCD $XINCD -I${LOCALBASE}/include" - set XCFLAGS = "-Wno-strict-prototypes -Wno-error $XMTDEF $XINCD" -- set XLIBD = "-L/usr/X11R6/lib" -+ set XLIBD = "-L${LOCALBASE}/lib" - set XLFLAGS = "$XLIBD" - set XLIBS = " -Xlinker -lXm -Xlinker -Bdynamic -lXpm -lXt -lXext -lX11 -lSM -lICE -lXp" - set RM = "rm -f" -@@ -1728,6 +1728,7 @@ - if ("$JAVA_ARCH" != "") then - set CORE_INCLUDE = "$CORE_INCLUDE -I${JAVA_HOME}/${JAVA_INCL}/${JAVA_ARCH}" - switch ($buildarch) -+ case fbsd-i386: - case lx24-x86: - case ulx24-x86: - case lx26-x86: -@@ -1745,6 +1746,7 @@ - case usol-sparc: - set JAVA_LIB_ARCH = sparc - breaksw -+ case fbsd-amd64: - case lx24-amd64: - case ulx24-amd64: - case lx26-amd64: diff --git a/sysutils/sge61/files/patch-daemons_execd_execd__signal__queue.c b/sysutils/sge61/files/patch-daemons_execd_execd__signal__queue.c deleted file mode 100644 index bfd3558e859e..000000000000 --- a/sysutils/sge61/files/patch-daemons_execd_execd__signal__queue.c +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- daemons/execd/execd_signal_queue.c.orig -+++ daemons/execd/execd_signal_queue.c -@@ -542,11 +542,11 @@ - ** execd.uid==0 && execd.euid==admin_user - ** => kill does neither send SIGCONT-signals nor return an error - */ --#if defined(NECSX4) || defined(NECSX5) || defined(DARWIN) -+#if defined(NECSX4) || defined(NECSX5) || defined(DARWIN) || defined(FREEBSD) - sge_switch2start_user(); - #endif - if (kill(pid, direct_signal?sig:SIGTTIN)) { --#if defined(NECSX4) || defined(NECSX5) || defined(DARWIN) -+#if defined(NECSX4) || defined(NECSX5) || defined(DARWIN) || defined(FREEBSD) - sge_switch2admin_user(); - #endif - if (errno == ESRCH) -@@ -554,7 +554,7 @@ - DEXIT; - return -1; - } --#if defined(NECSX4) || defined(NECSX5) -+#if defined(NECSX4) || defined(NECSX5) || defined(FREEBSD) - sge_switch2admin_user(); - #endif - diff --git a/sysutils/sge61/files/patch-dist_inst__sge b/sysutils/sge61/files/patch-dist_inst__sge deleted file mode 100644 index 22d69916373c..000000000000 --- a/sysutils/sge61/files/patch-dist_inst__sge +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- dist/inst_sge.orig -+++ dist/inst_sge -@@ -441,7 +441,7 @@ - GetQmasterSpoolDir $euid - SetCellDependentVariables - WindowsSupport -- SetPermissions -+# SetPermissions - SelectHostNameResolving - SetProductMode - MakeDirsMaster diff --git a/sysutils/sge61/files/patch-dist_pvm_src_aimk b/sysutils/sge61/files/patch-dist_pvm_src_aimk deleted file mode 100644 index c5dc9586d7ba..000000000000 --- a/sysutils/sge61/files/patch-dist_pvm_src_aimk +++ /dev/null @@ -1,43 +0,0 @@ - -$FreeBSD$ - ---- dist/pvm/src/aimk.orig -+++ dist/pvm/src/aimk -@@ -73,6 +73,8 @@ - - setenv ARCH `$SGE_ROOT/util/arch` - -+set ARCH = `$SGE_ROOT/util/arch` -+ - # common compiler and linker settings - # - unsetenv LD_LIBRARY_PATH -@@ -80,9 +82,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" -@@ -171,6 +173,16 @@ - case lx24-x86: - 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/sge61/files/patch-dist_util_arch__variables b/sysutils/sge61/files/patch-dist_util_arch__variables deleted file mode 100644 index f990992e69ea..000000000000 --- a/sysutils/sge61/files/patch-dist_util_arch__variables +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- dist/util/arch_variables.orig -+++ dist/util/arch_variables -@@ -181,14 +181,14 @@ - AWK=/usr/bin/awk - ECHO="/bin/echo" - RC_FILE=freebsd -- RC_PREFIX=/usr/local/etc/rc.d -+ RC_PREFIX=%%LOCALBASE%%/etc/rc.d - RC_SUFFIX=.sh -- XTERM=/usr/X11R6/bin/xterm -+ XTERM=%%LOCALBASE%%/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 - RSH_DAEMON=undef - ROOTGROUP=wheel - LOADSENSOR_COMMAND=undef diff --git a/sysutils/sge61/files/patch-dist_util_create__settings.sh b/sysutils/sge61/files/patch-dist_util_create__settings.sh deleted file mode 100644 index 398a8a705e0e..000000000000 --- a/sysutils/sge61/files/patch-dist_util_create__settings.sh +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD$ - ---- dist/util/create_settings.sh.orig -+++ dist/util/create_settings.sh -@@ -102,6 +102,7 @@ - echo 'switch ($ARCH)' >> $SP_CSH - #ENFORCE_SHLIBPATH#echo 'case "sol*":' >> $SP_CSH - #ENFORCE_SHLIBPATH#echo 'case "lx*":' >> $SP_CSH -+#ENFORCE_SHLIBPATH#echo 'case "fbsd-*":' >> $SP_CSH - #ENFORCE_SHLIBPATH#echo ' breaksw' >> $SP_CSH - echo 'case "*":' >> $SP_CSH - echo " set shlib_path_name = \`\$SGE_ROOT/util/arch -lib\`" >> $SP_CSH -@@ -154,7 +155,7 @@ - - echo '# library path setting required only for architectures where RUNPATH is not supported' >> $SP_SH - echo 'case $ARCH in' >> $SP_SH --#ENFORCE_SHLIBPATH#echo 'sol*|lx*)' >> $SP_SH -+#ENFORCE_SHLIBPATH#echo 'sol*|lx*|fbsd-*)' >> $SP_SH - #ENFORCE_SHLIBPATH#echo ' ;;' >> $SP_SH - echo '*)' >> $SP_SH - echo " shlib_path_name=\`\$SGE_ROOT/util/arch -lib\`" >> $SP_SH diff --git a/sysutils/sge61/files/patch-dist_util_install__modules_inst__common.sh b/sysutils/sge61/files/patch-dist_util_install__modules_inst__common.sh deleted file mode 100644 index e77da325da62..000000000000 --- a/sysutils/sge61/files/patch-dist_util_install__modules_inst__common.sh +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- dist/util/install_modules/inst_common.sh.orig -+++ dist/util/install_modules/inst_common.sh -@@ -367,7 +367,9 @@ - missing=false - for f in $BINFILES; do - if [ ! -f $SGE_BIN/$f ]; then -- missing=true -+ if [ "$f" != "qmon" ]; then -+ missing=true -+ fi - $INFOTEXT "missing program >%s< in directory >%s<" $f $SGE_BIN - $INFOTEXT -log "missing program >%s< in directory >%s<" $f $SGE_BIN - fi diff --git a/sysutils/sge61/files/patch-libs_uti_Makefile b/sysutils/sge61/files/patch-libs_uti_Makefile deleted file mode 100644 index 89d912ad7396..000000000000 --- a/sysutils/sge61/files/patch-libs_uti_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libs/uti/Makefile.orig -+++ libs/uti/Makefile -@@ -186,7 +186,7 @@ - $(CC) $(CFLAGS) $(COD_NPROCS_CFLAGS) $(SHARED_CFLAGS) -c $(UTILIB_DIR)/sge_nprocs.c - - sge_arch.o: $(UTILIB_DIR)/sge_arch.c -- $(CC) $(CFLAGS) $(SHARED_CFLAGS) -c $(UTILIB_DIR)/sge_arch.c -+ $(CC) -ansi $(CFLAGS) $(SHARED_CFLAGS) -c $(UTILIB_DIR)/sge_arch.c - - sge_loadmem.o: $(UTILIB_DIR)/sge_loadmem.c - $(CC) $(CFLAGS) $(MEMCFLAG) $(SHARED_CFLAGS) -c $(UTILIB_DIR)/sge_loadmem.c diff --git a/sysutils/sge61/files/patch-scripts_distinst b/sysutils/sge61/files/patch-scripts_distinst deleted file mode 100644 index f40b6a7d5acd..000000000000 --- a/sysutils/sge61/files/patch-scripts_distinst +++ /dev/null @@ -1,122 +0,0 @@ - -$FreeBSD$ - ---- scripts/distinst.orig -+++ scripts/distinst -@@ -35,7 +35,7 @@ - - umask 022 - --TOPFILES="3rd_party bin catman ckpt doc examples include inst_sge \ -+TOPFILES="3rd_party bin ckpt doc examples include inst_sge \ - install_execd install_qmaster lib man mpi pvm qmon util utilbin" - - HASARCHDIR="bin lib examples/jobsbin utilbin" -@@ -65,8 +65,7 @@ - libevc libevm libmir \ - libjuti libjgdi" - --QMON_SHARED_LIBRARIES="libXbae libXicon libXmt libXspin libXtab" --QMON_NEED_SHARED_LIBRARIES="libXltree" -+QMON_SHARED_LIBRARIES="libXbae libXicon libXmt libXspin libXtab libXltree" - OPENSSL_SHARED_LIBRARIES="libcrypto libssl" - - BERKELEYDB_SHARED_LIBRARIES="libdb-4.4" -@@ -75,11 +74,11 @@ - # The last number listed here will be the verson linked from libdrmaa.so - DRMAA_SHARED_LIB_VERSIONS="0.95 1.0" - DRMAA_HEADER_FILES="libs/japi/drmaa.h" --DRMAAJ_FILES="CLASSES/drmaa" -+DRMAAJ_FILES="classes/drmaa" - - JNI_SHARED_LIBRARIES="libdrmaa libjuti libjgdi" - --JUTIJ_FILES="CLASSES/juti/juti" -+JUTIJ_FILES="classes/juti/juti" - JGDIJ_FILES="libs/jgdi/build/jgdi" - - PVMSOURCES="start_pvm.c stop_pvm.c slave.c master.c spmd.c Makefile" -@@ -672,17 +671,6 @@ - echo " Installing:" $PROG - echo " Architectures:" $ARCH - echo "Base directory:" $DEST_SGE_ROOT --printf " OK [Y/N][Y]: " -- --read ans --if [ "$ans" = y -o "$ans" = Y -o "$ans" = "" ]; then -- : --else -- echo -- echo Ciao -- echo -- exit 1 --fi - - echo - -@@ -749,6 +737,9 @@ - instmpi=true - instcommon=true - ;; -+ noqmon) -+ instqmon=false -+ ;; - qmontree) - instqmon=true - instcommon=true -@@ -1024,19 +1015,6 @@ - Execute chmod 755 $DEST_SGE_ROOT/$MYRINETBASE/$f - done - -- HPCBASE=mpi/SunHPCT5 -- Execute mkdir -p $DEST_SGE_ROOT/$HPCBASE -- -- for f in $SUNHPCTIGHT_FILES; do -- Execute cp dist/$HPCBASE/$f $DEST_SGE_ROOT/$HPCBASE -- Execute chmod 644 $DEST_SGE_ROOT/$HPCBASE/$f -- done -- -- for f in $SUNHPCTIGHT_SCRIPTS; do -- Execute cp dist/$HPCBASE/$f $DEST_SGE_ROOT/$HPCBASE -- Execute chmod 755 $DEST_SGE_ROOT/$HPCBASE/$f -- done -- - Cleanup mpi - fi - -@@ -1184,7 +1162,7 @@ - - for prog in $PROG; do - case $prog in -- jobs|ckpt|doc|inst_sge|utiltree|examples|man|mpi|pvm|qmontree|common|distcommon|utilbin|arco) -+ jobs|ckpt|doc|inst_sge|utiltree|examples|man|mpi|noqmon|pvm|qmontree|common|distcommon|utilbin|arco) - : - ;; - qmake) -@@ -1299,6 +1277,8 @@ - InstallProg $BERKELEYDBBASE/$DSTARCH/bin/$prog - elif [ -f $BERKELEYDBBASE/bin/$prog ]; then - InstallProg $BERKELEYDBBASE/bin/$prog -+ elif [ -f $BERKELEYDBBASE/bin/$prog${BDB_LIB_SUFFIX} ]; then -+ InstallProgAs $BERKELEYDBBASE/bin/$prog${BDB_LIB_SUFFIX} $prog - fi - fi - elif [ $prog = spoolinit -o $prog = spooldefaults ]; then -@@ -1429,6 +1409,8 @@ - libname="$lib.$shlibext" - elif [ $DSTARCH = darwin-ppc -o $DSTARCH = darwin-x86 ]; then - libname="$lib.0.9.7.$shlibext" -+ elif [ ${DSTARCH%%-*} = fbsd ]; then -+ libname="$OPENSSLBASE/lib/$lib.$shlibext" - else - libname="$lib.$shlibext.0.9.7" - fi -@@ -1443,7 +1425,7 @@ - InstallProg $libname - if [ $DSTARCH = tru64 ]; then - : -- elif [ $DSTARCH = darwin-ppc -o $DSTARCH = darwin-x86 ]; then -+ elif [ $DSTARCH = darwin-ppc -o $DSTARCH = darwin-x86 -o ${DSTARCH%%-*} = fbsd ]; then - (cd $DEST_SGE_ROOT/${UTILPREFIX}/$DSTARCH; \ - ln -s $lib.$OPENSSLSOVERSION.$shlibext $lib.$shlibext) - else diff --git a/sysutils/sge61/files/pkg-install.in b/sysutils/sge61/files/pkg-install.in deleted file mode 100644 index 118e3eecd914..000000000000 --- a/sysutils/sge61/files/pkg-install.in +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh - -u=sgeadmin -g=sgeadmin -ugid=103 -homedir=/nonexistent -shell=/sbin/nologin -comment="Sun Grid Engine Admin" - -case $2 in -POST-INSTALL) - if pw group show "${g}" >/dev/null 2>&1; then - echo "Using existing group \"${g}\"." - else - echo "Creating group \"${g}\", (gid: ${ugid})." - pw groupadd ${g} -g ${ugid} - if [ $? != 0 ]; then - echo "Failed to add group \"${g}\"." - exit 1 - fi - fi - if pw user show "${u}" >/dev/null 2>&1; then - echo "Using existing user \"${u}\"." - else - echo "Creating user \"${u}\", (uid: ${ugid})." - pw useradd ${u} -u ${ugid} -g ${ugid} -h - \ - -d ${homedir} -s ${shell} -c "${comment}" - if [ $? != 0 ]; then - echo "Failed to add user \"${u}\"." - exit 1 - fi - fi - chown ${u}:${g} %%PREFIX%%/%%SGE_BASE%% - ;; -esac diff --git a/sysutils/sge61/files/pkg-message.in b/sysutils/sge61/files/pkg-message.in deleted file mode 100644 index e321f19aefd6..000000000000 --- a/sysutils/sge61/files/pkg-message.in +++ /dev/null @@ -1,24 +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. - -Before doing so, you should add sge_qmaster and sge_execd services to -/etc/services or the appropriate network directory service. Any free -port numbers may be used. - - -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. - diff --git a/sysutils/sge61/files/qsh-disabled.sh b/sysutils/sge61/files/qsh-disabled.sh deleted file mode 100644 index 1398eec061dc..000000000000 --- a/sysutils/sge61/files/qsh-disabled.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -echo "qsh is not supported on this system" 1>&2 -exit 1 diff --git a/sysutils/sge61/files/qtcsh-config.h.diff b/sysutils/sge61/files/qtcsh-config.h.diff deleted file mode 100644 index d84417389c19..000000000000 --- a/sysutils/sge61/files/qtcsh-config.h.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.orig 2003-03-08 02:27:15.000000000 +0000 -+++ config.h 2011-09-23 16:15:11.000000000 +0000 -@@ -147,5 +147,9 @@ - # define NLS_CATALOGS - #endif - -+#define HAVEUTMPX -+#define UTMPX_FILE "/var/run/utx.active" -+#define ut_name ut_user -+ - #endif /* _h_config */ - /* config.h.in. Generated automatically from configure.in by autoheader. */ diff --git a/sysutils/sge61/files/sge.in b/sysutils/sge61/files/sge.in deleted file mode 100644 index f5e939500966..000000000000 --- a/sysutils/sge61/files/sge.in +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -# PROVIDE: sge -# REQUIRE: DAEMON -# BEFORE: LOGIN -# KEYWORD: shutdown - -# rc.conf variables: -# -# sge_cell The SGE_CELL for this machine (default=default). -# sge_qmaster_enable Start the qmaster and scheduler (default=NO). -# sge_execd_enable Start the exec daemon (default=NO). - -. /etc/rc.subr - -export SGE_ROOT=%%PREFIX%%/%%SGE_BASE%% - -name="sge" -start_cmd="sge_start" -stop_cmd="sge_stop" - -sge_start() -{ - if checkyesno sge_qmaster_enable; then - ${sgemaster_script} start - fi - if checkyesno sge_execd_enable; then - host=`hostname` - execd_spool_dir=${execd_spool_dir:-`${qconf} -sconf ${host} 2>/dev/null | awk '($1 == "execd_spool_dir") {print $2}'`} - execd_spool_dir=${execd_spool_dir:-`${qconf} -sconf global 2>/dev/null | awk '($1 == "execd_spool_dir") {print $2}'`} - if [ -n "${execd_spool_dir}" ]; then - mkdir -p ${execd_spool_dir} - mkdir -p ${execd_spool_dir}/${host%%.*} - mkdir -p ${execd_spool_dir}/${host%%.*}/active_jobs - mkdir -p ${execd_spool_dir}/${host%%.*}/jobs - mkdir -p ${execd_spool_dir}/${host%%.*}/job_scripts - chown -R sgeadmin ${execd_spool_dir}/${host%%.*} - fi - ${sgeexecd_script} start - fi -} - -sge_stop() -{ - if checkyesno sge_execd_enable; then - ${sgeexecd_script} stop - fi - if checkyesno sge_qmaster_enable; then - ${sgemaster_script} stop - fi -} - -load_rc_config $name - -sge_qmaster_enable=${sge_qmaster_enable-NO} -sge_execd_enable=${sge_execd_enable-NO} -export SGE_CELL=${sge_cell:-default} -sgemaster_script=${SGE_ROOT}/${SGE_CELL}/common/sgemaster -sgeexecd_script=${SGE_ROOT}/${SGE_CELL}/common/sgeexecd -execd_spool_dir=${sge_execd_spool_dir-} -sge_arch=fbsd-`uname -m` -qconf=${SGE_ROOT}/bin/${sge_arch}/qconf - -run_rc_command $* |