Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,10 +1,11 @@
# $NetBSD: Makefile,v 1.21 2012/03/21 20:57:14 asau Exp $
# $NetBSD: Makefile,v 1.24 2014/01/10 22:45:11 cheusov Exp $
#
COMMENT= Applications dealing with parallelism in computing
SUBDIR+= clusterit
SUBDIR+= dqs
SUBDIR+= dsh
SUBDIR+= ganglia-monitor-core
SUBDIR+= gridscheduler
SUBDIR+= hwloc
@@ -15,7 +16,9 @@ SUBDIR+= openpa
SUBDIR+= p5-Parallel-Pvm
SUBDIR+= paexec
SUBDIR+= parallel
SUBDIR+= pdsh
SUBDIR+= pvm3
SUBDIR+= py-billiard
SUBDIR+= sge
SUBDIR+= slurm
SUBDIR+= threadingbuildingblocks

View File

@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.14 2008/09/19 19:39:22 joerg Exp $
$NetBSD: distinfo,v 1.15 2013/12/17 06:45:40 asau Exp $
SHA1 (clusterit-2.5.tar.gz) = 65d36116665179dd16029ac53182fde92d868020
RMD160 (clusterit-2.5.tar.gz) = b08f7903bc90375e45a733ef843df3e9bf216bb7
@@ -7,5 +7,6 @@ SHA1 (patch-aa) = 15b4db813a8cb91b2c2ac277297fe4394637e804
SHA1 (patch-ab) = 32a8efdbf45226a7ec1a7a190ff7fae9e2bfe2ae
SHA1 (patch-ac) = d3c66a9f8e48fbc0e3471de71d91b7601400f74b
SHA1 (patch-ad) = 01935f2e2e2d308a148c26186e04912ad6c8d88d
SHA1 (patch-ae) = d3cb2da90a7b4ee9d027c4ccd63d549cdbe48a73
SHA1 (patch-ae) = 3956e89d1e0b35bbb83db74879f1ce03f70a99ad
SHA1 (patch-af) = d699f909af6af13b492e21907cdb4216664b9169
SHA1 (patch-rvt_ttyinit.c) = 00f433d7ca7da0819a38abcf9fe687913e231109

View File

@@ -1,8 +1,20 @@
$NetBSD: patch-ae,v 1.2 2008/02/27 21:52:16 garbled Exp $
$NetBSD: patch-ae,v 1.3 2013/12/17 06:45:40 asau Exp $
--- rvt/command.c.orig 2008-02-27 14:35:55.000000000 -0700
+++ rvt/command.c 2008-02-27 14:37:56.000000000 -0700
@@ -453,7 +453,6 @@
--- rvt/command.c.orig 2008-02-27 19:29:48.000000000 +0000
+++ rvt/command.c 2013-12-17 06:36:55.670505584 +0000
@@ -41,7 +41,11 @@
#include <unistd.h>
#include <signal.h>
#include <fcntl.h>
+#if defined(__FreeBSD__)
+#include <utmpx.h>
+#else
#include <utmp.h>
+#endif
#include <errno.h>
#include <string.h>
#include "rvt.h"
@@ -453,7 +457,6 @@
unsigned char *s;
int count, sv;
unsigned char mask = is_eightbit() ? 0xff : 0x7f;

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-rvt_ttyinit.c,v 1.1 2013/12/17 06:45:40 asau Exp $
--- rvt/ttyinit.c.orig 2007-01-24 19:02:10.000000000 +0000
+++ rvt/ttyinit.c 2013-12-17 06:40:04.802505132 +0000
@@ -41,7 +41,11 @@
#include <unistd.h>
#include <signal.h>
#include <fcntl.h>
+#if defined(__FreeBSD__)
+#include <utmpx.h>
+#else
#include <utmp.h>
+#endif
#include <grp.h>
#include <pwd.h>
#include <errno.h>

View File

@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.9 2013/03/28 21:37:23 joerg Exp $
$NetBSD: distinfo,v 1.10 2014/01/17 02:33:20 asau Exp $
SHA1 (DQS-3.3.2.tgz) = fbb165cc058dcbda8bcfa6dbead78e2f1a4f031e
RMD160 (DQS-3.3.2.tgz) = eb32ef1cd8243b508fbee91710982637de185b7a
@@ -15,8 +15,8 @@ SHA1 (patch-SRC_qstat.c) = c8c4d5a3383521bb0427ce7ebcbb517bcd37a99d
SHA1 (patch-aa) = f5c4ec9c4be1b55edd82dabfe75445bcf76e62b2
SHA1 (patch-ab) = 8cb54cb86c7558da60ff6fb329ca71a671a0dded
SHA1 (patch-ac) = c72be633789525f73bb0e1415ff7b300b7576e7e
SHA1 (patch-ad) = 6a7116cf60b9d4305257b233f2bc3dbeeddfc069
SHA1 (patch-ae) = f1d1a8a370a65fcbd3144224387423bb46ed6054
SHA1 (patch-ad) = 6e49b3ae2c4d7e0c82a6c62ac2233bd51439c2f3
SHA1 (patch-ae) = 7aff40ac7951e05231d2faddca5e7c2e6633f69e
SHA1 (patch-af) = 41081707b3b4cbb2a5cd78adcd983f029362389e
SHA1 (patch-ag) = 76a7c43036a5be2952a1822e0871bc3dabb8806c
SHA1 (patch-ah) = 8d1a43c595981e0f148f44a3f5edb5368f18b5cb

View File

@@ -1,4 +1,5 @@
$NetBSD: patch-ad,v 1.2 2006/06/04 12:57:11 joerg Exp $
$NetBSD: patch-ad,v 1.3 2014/01/17 02:33:20 asau Exp $
--- SRC/h.h.orig Fri Jul 25 23:21:58 2003
+++ SRC/h.h Fri Jul 25 23:24:06 2003
@@ -195,7 +195,7 @@
@@ -6,7 +7,7 @@ $NetBSD: patch-ad,v 1.2 2006/06/04 12:57:11 joerg Exp $
#include <nlist.h>
#endif
-#if ( defined(i386) || defined(__MACH__) || defined(sun) || defined(solaris) || defined (SOLARIS23) || defined (SOLARIS24) || defined (SOLARIS25) || defined(NeXT) )
+#if ( defined(i386) || defined(__MACH__) || defined(sun) || defined(solaris) || defined (SOLARIS23) || defined (SOLARIS24) || defined (SOLARIS25) || defined(NeXT) || defined(__NetBSD__) || defined(__DragonFly__))
+#if ( defined(i386) || defined(__MACH__) || defined(sun) || defined(solaris) || defined (SOLARIS23) || defined (SOLARIS24) || defined (SOLARIS25) || defined(NeXT) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__))
/* empty */
#else
#include <sys/sysinfo.h>

View File

@@ -1,4 +1,5 @@
$NetBSD: patch-ae,v 1.2 2006/06/04 12:57:11 joerg Exp $
$NetBSD: patch-ae,v 1.3 2014/01/17 02:33:20 asau Exp $
--- SRC/def.h.orig Fri Jul 25 23:22:18 2003
+++ SRC/def.h Fri Jul 25 23:26:14 2003
@@ -753,7 +753,7 @@
@@ -6,7 +7,7 @@ $NetBSD: patch-ae,v 1.2 2006/06/04 12:57:11 joerg Exp $
/* GETPGRP - get a process group */
-#if (defined(__sgi) || defined(__convex__) || defined(_AIX) || defined(i386) || defined (SVR3) || defined (__osf__) || defined(solaris)|| defined(SOLARIS23_UP) )
+#if (defined(__sgi) || defined(__convex__) || defined(_AIX) || defined(i386) || defined (SVR3) || defined (__osf__) || defined(solaris)|| defined(SOLARIS23_UP) || defined(__NetBSD__) || defined(__DragonFly__))
+#if (defined(__sgi) || defined(__convex__) || defined(_AIX) || defined(i386) || defined (SVR3) || defined (__osf__) || defined(solaris)|| defined(SOLARIS23_UP) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__))
#define GETPGRP getpgrp()
#else
#define GETPGRP getpgrp(getpid())

3
parallel/dsh/DESCR Normal file
View File

@@ -0,0 +1,3 @@
dsh is an implementation of a wrapper for executing multiple remote shell
(rsh/remsh/ssh) commands. rsh/remsh/ssh are wrappers for executing shell
(ksh/bash/zsh/tcsh/sh .. etc... ) on remote hosts.

25
parallel/dsh/Makefile Normal file
View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.3 2014/01/22 06:21:30 cheusov Exp $
#
DISTNAME= dsh-0.25.10
PKGREVISION= 1
CATEGORIES= parallel
MASTER_SITES= http://www.netfort.gr.jp/~dancer/software/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.netfort.gr.jp/~dancer/software/downloads/
COMMENT= Runs command through rsh or ssh on a cluster of machines
LICENSE= gnu-gpl-v2
EGDIR= ${PREFIX}/share/examples/dsh
GNU_CONFIGURE= yes
USE_TOOLS+= msgfmt
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
CONF_FILES= ${EGDIR}/dsh.conf ${PKG_SYSCONFDIR}/dsh.conf
INSTALL_MAKE_FLAGS= sysconfdir=${EGDIR}
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libdshconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

8
parallel/dsh/PLIST Normal file
View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1 2014/01/10 22:43:33 cheusov Exp $
bin/dsh
man/ja/man1/dsh.1
man/ja/man5/dsh.conf.5
man/man1/dsh.1
man/man5/dsh.conf.5
share/examples/dsh/dsh.conf
share/locale/ja/LC_MESSAGES/dsh.mo

5
parallel/dsh/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2014/01/22 06:21:30 cheusov Exp $
SHA1 (dsh-0.25.10.tar.gz) = 79ac887a85f8cc8a654a8aa94cb05b5c8c9394de
RMD160 (dsh-0.25.10.tar.gz) = 2a60c27f8c0b7d4546f3cf96b37aaa01cbd0579c
Size (dsh-0.25.10.tar.gz) = 394506 bytes

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.48 2013/06/16 23:51:51 asau Exp $
# $NetBSD: Makefile,v 1.51 2013/12/01 10:18:03 ryoon Exp $
#
DISTNAME= ganglia-3.1.2
PKGNAME= ganglia-monitor-core-3.1.2
PKGREVISION= 20
PKGREVISION= 23
CATEGORIES= net parallel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ganglia/}

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2009/11/10 14:55:17 brook Exp $
@comment $NetBSD: PLIST,v 1.6 2014/03/11 14:05:12 jperkin Exp $
bin/ganglia-config
bin/gmetric
bin/gstat
@@ -29,5 +29,3 @@ sbin/gmond
share/doc/ganglia/README
share/examples/ganglia/gmetad.conf
share/examples/ganglia/gmond.conf
share/examples/rc.d/gmetad
share/examples/rc.d/gmond

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:41:45 wiz Exp $
# $NetBSD: Makefile,v 1.13 2014/02/12 23:18:28 tron Exp $
PKGNAME= gridscheduler-2011.11
DISTNAME= GE2011.11
PKGREVISION= 4
PKGREVISION= 7
CATEGORIES= parallel sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gridscheduler/}
@@ -29,7 +29,8 @@ MAKE_ENV+= PERL5=${PERL5:Q}
SGE_USER?= sgeadmin
SGE_GROUP?= sgeadmin
PKG_GROUPS= ${SGE_GROUP}
PKG_USERS= ${SGE_USER}:${SGE_GROUP}::Sun\ Grid\ Engine\ Administrator
PKG_USERS= ${SGE_USER}:${SGE_GROUP}
PKG_GECOS.${SGE_USER}= Sun Grid Engine Administrator
PKG_GROUPS_VARS+= SGE_GROUP
PKG_USERS_VARS+= SGE_USER

View File

@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.2 2012/03/21 20:52:30 asau Exp $
$NetBSD: distinfo,v 1.3 2013/12/28 07:03:11 asau Exp $
SHA1 (GE2011.11.tar.gz) = bd06d10f7186652e9b264bf8256cb6b633d2b6b9
RMD160 (GE2011.11.tar.gz) = 9ed02a132993c34c89a47ae8e3ac22fbf10d6506
@@ -12,3 +12,4 @@ SHA1 (patch-bd) = 3977477ccf3d67a3e807bbda42d072397a9d9485
SHA1 (patch-bl) = 5cf177b4b3d31a6483da6daa5ec5ff840b3be7fe
SHA1 (patch-bm) = a760a1f06ab301acb1f0dcb88151c308f381ab60
SHA1 (patch-daemons_common_procfs.c) = cdcbf58cb3278d5bc718fd235aaa76a10e938002
SHA1 (patch-source_libs_uti_sge__loadmem.c) = fa4a36931ef90f6d18f35bc1a081d0f7d2a0728a

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-source_libs_uti_sge__loadmem.c,v 1.1 2013/12/28 07:03:11 asau Exp $
--- source/libs/uti/sge_loadmem.c.orig 2011-11-14 19:00:47.000000000 +0000
+++ source/libs/uti/sge_loadmem.c
@@ -29,6 +29,10 @@
*
************************************************************************/
/*___INFO__MARK_END__*/
+#if defined(NETBSD)
+#define _KMEMUSER
+#endif
+
#include <stdio.h>
#include <string.h>

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.13 2013/06/04 22:16:57 tron Exp $
# $NetBSD: Makefile,v 1.14 2013/07/16 16:25:32 manu Exp $
DISTNAME= hwloc-1.7
PKGREVISION= 2
DISTNAME= hwloc-1.7.1
#PKGREVISION= 1
CATEGORIES= parallel
MASTER_SITES= http://www.open-mpi.org/software/hwloc/v${PKGVERSION_NOREV}/downloads/
MASTER_SITES= http://www.open-mpi.org/software/hwloc/v1.7/downloads/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= asau@inbox.ru

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2013/04/15 20:46:17 adam Exp $
$NetBSD: distinfo,v 1.6 2013/07/16 16:25:32 manu Exp $
SHA1 (hwloc-1.7.tar.bz2) = 60f5ca622ee70fbc098f372d7c8e651ed27e7e65
RMD160 (hwloc-1.7.tar.bz2) = f44b43bdd814bc2a52db0bc173dfe162dde14cd1
Size (hwloc-1.7.tar.bz2) = 3300570 bytes
SHA1 (hwloc-1.7.1.tar.bz2) = 7bb4e6c68d1c24f881d3f7ddf0682b50622351c8
RMD160 (hwloc-1.7.1.tar.bz2) = 04032437ed3edbf527430bf79f7a0471d572b288
Size (hwloc-1.7.1.tar.bz2) = 3214808 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 2013/05/31 12:41:45 wiz Exp $
# $NetBSD: Makefile,v 1.25 2014/02/18 22:21:33 joerg Exp $
DISTNAME= openmpi-1.6.4
PKGREVISION= 1
@@ -20,7 +20,6 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool \
SHLIBTOOL_OVERRIDE= ${WRKSRC}/config/libtool.m4 \
${WRKSRC}/opal/libltdl/m4/libtool.m4
CONFIGURE_ARGS+= --disable-mpi-f90
CONFIGURE_ARGS+= --without-sge
CONFIGURE_ARGS+= --without-slurm
CONFIGURE_ARGS+= --enable-contrib-no-build=vt # in separate package
@@ -39,6 +38,11 @@ USE_TOOLS+= perl:run
TEST_TARGET= check
.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || \
(${OPSYS} == "NetBSD" && exists(/var/shm))
PLIST_SRC+= PLIST.shm
.endif
## Just in case you'll need it...
# USE_TOOLS+= aclocal autoconf automake bash perl
# REPLACE_BASH= autogen.sh

View File

@@ -1,3 +0,0 @@
@comment $NetBSD: PLIST.DragonFly,v 1.1 2012/12/15 10:41:58 marino Exp $
lib/openmpi/mca_shmem_posix.la
share/openmpi/help-opal-shmem-posix.txt

View File

@@ -0,0 +1,2 @@
lib/libmpi_f90.la
lib/mpi.mod

View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST.shm,v 1.1 2014/02/18 22:21:33 joerg Exp $
lib/openmpi/mca_shmem_posix.la
share/openmpi/help-opal-shmem-posix.txt

View File

@@ -1,10 +1,30 @@
# $NetBSD: options.mk,v 1.4 2012/10/17 23:27:34 asau Exp $
# $NetBSD: options.mk,v 1.6 2014/02/19 09:44:56 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openmpi
PKG_SUPPORTED_OPTIONS= debug
PKG_SUPPORTED_OPTIONS= debug f90
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
.endif
.if !empty(PKG_OPTIONS:Mf90)
GCC_REQD+= 4.7
GCCDIR= ${PREFIX}/gcc47
CONFIGURE_ARGS+= --enable-mpi-f90
CONFIGURE_ENV+= FC=${GCCDIR}/bin/gfortran
PLIST_SRC+= PLIST.f90
SUBST_CLASSES+= f90
SUBST_STAGE.f90= post-configure
SUBST_FILES.f90= ompi/tools/wrappers/mpif90-wrapper-data.txt
SUBST_SED.f90= -e 's,^compiler=.*$$,compiler=${GCCDIR}/bin/gfortran,'
SUBST_SED.f90+= -e 's,^linker_flags=,linker_flags= -R${GCCDIR}/lib ,'
SUBST_SED.f90+= -e 's,^linker_flags=,linker_flags= -L${GCCDIR}/lib ,'
.else
CONFIGURE_ARGS+= --disable-mpi-f90
.endif
PLIST_SRC+= PLIST

View File

@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.12 2013/03/08 14:06:30 cheusov Exp $
# $NetBSD: Makefile,v 1.14 2013/08/26 16:20:03 cheusov Exp $
#
DISTNAME= paexec-0.18.0
PKGREVISION= 1
DISTNAME= paexec-0.19.1
CATEGORIES= parallel sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=paexec/} \
http://mova.org/~cheusov/pub/paexec/
@@ -31,7 +30,9 @@ MAKE_ENV+= EGDIR=${EGDIR}
REPLACE_SH+= examples/cc_wrapper/cc_wrapper_cmd \
tests/broken_echo/transport_broken_echo2
.include "../../devel/mk-configure/mk-c.mk"
post-install:
set -e; cd ${WRKSRC}; \
${INSTALL_DATA} presentation/paexec.pdf ${DESTDIR}${PREFIX}/share/doc/paexec/
.include "../../devel/libmaa/buildlink3.mk"
.include "../../devel/mk-configure/mk-c.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,35 +1,36 @@
@comment $NetBSD: PLIST,v 1.2 2012/09/09 23:30:26 cheusov Exp $
@comment $NetBSD: PLIST,v 1.3 2013/08/25 14:59:17 cheusov Exp $
bin/paexec
bin/paexec_reorder
man/man1/paexec.1
man/man1/paexec_reorder.1
share/doc/paexec/COPYRIGHT
share/doc/paexec/ChangeLog
share/doc/paexec/NEWS
share/doc/paexec/README
share/doc/paexec/TODO
share/examples/paexec/all_substr/cmd
share/examples/paexec/all_substr/run
share/examples/paexec/cc_wrapper/cmd
share/doc/paexec/paexec.pdf
share/examples/paexec/all_substr/cmd_all_substr
share/examples/paexec/all_substr/run_all_substr
share/examples/paexec/cc_wrapper/cmd_cc_wrapper
share/examples/paexec/cc_wrapper/func1.c
share/examples/paexec/cc_wrapper/func2.c
share/examples/paexec/cc_wrapper/func3.c
share/examples/paexec/cc_wrapper/run
share/examples/paexec/cc_wrapper/run_cc_wrapper
share/examples/paexec/cc_wrapper2/func1.c
share/examples/paexec/cc_wrapper2/func2.c
share/examples/paexec/cc_wrapper2/func3.c
share/examples/paexec/cc_wrapper2/run
share/examples/paexec/dirtest/run
share/examples/paexec/cc_wrapper2/run_cc_wrapper2
share/examples/paexec/dirtest/run_dirtest
share/examples/paexec/dirtest/tasks
share/examples/paexec/divide/cmd
share/examples/paexec/divide/cmd2
share/examples/paexec/divide/run
share/examples/paexec/make_package/cmd
share/examples/paexec/make_package/cmd__xxx_failed
share/examples/paexec/make_package/run
share/examples/paexec/make_package/run_cycle
share/examples/paexec/divide/cmd_divide
share/examples/paexec/divide/cmd_divide2
share/examples/paexec/divide/run_divide
share/examples/paexec/divide/run_divide2
share/examples/paexec/make_package/cmd_make_package
share/examples/paexec/make_package/cmd_xxx_failed_make_package
share/examples/paexec/make_package/run_cycle_make_package
share/examples/paexec/make_package/run_make_package
share/examples/paexec/make_package/tasks
share/examples/paexec/make_package/tasks2
share/examples/paexec/make_package/tasks_cycle
share/examples/paexec/toupper/cmd
share/examples/paexec/toupper/run
share/examples/paexec/toupper/cmd_toupper
share/examples/paexec/toupper/run_toupper

View File

@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.5 2013/03/08 14:06:30 cheusov Exp $
$NetBSD: distinfo,v 1.7 2013/08/26 16:20:03 cheusov Exp $
SHA1 (paexec-0.18.0.tar.gz) = f67ed51c123db17845eaed4f513b334bbe29b0fa
RMD160 (paexec-0.18.0.tar.gz) = ffd14acfa995bb81e2a4f50b03e6056621a8543e
Size (paexec-0.18.0.tar.gz) = 74183 bytes
SHA1 (patch-paexec_paexec.c) = f44c5365c3f8505d54ca7a6650372e4606378086
SHA1 (paexec-0.19.1.tar.gz) = af903d2be89a2f564d96830ec9c9d0895b59a562
RMD160 (paexec-0.19.1.tar.gz) = 0cba593838a66d77622be422677dacfd0a646dd1
Size (paexec-0.19.1.tar.gz) = 147668 bytes

View File

@@ -1,15 +0,0 @@
$NetBSD: patch-paexec_paexec.c,v 1.1 2013/03/08 14:06:30 cheusov Exp $
-t '' is equivalent to "no transport"
--- paexec/paexec.c.orig 2013-03-07 12:24:17.000000000 +0000
+++ paexec/paexec.c
@@ -955,7 +955,8 @@ static void process_args (int *argc, cha
arg_cmd = xstrdup (optarg);
break;
case 't':
- arg_transport = xstrdup (optarg);
+ if (optarg [0])
+ arg_transport = xstrdup (optarg);
break;
case 'p':
show_pid = 1;

4
parallel/pdsh/DESCR Normal file
View File

@@ -0,0 +1,4 @@
Pdsh is a high-performance, parallel remote shell utility.
It uses a sliding window of threads to execute remote
commands, conserving socket resources while allowing some
connections to timeout if needed.

28
parallel/pdsh/Makefile Normal file
View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.1 2014/01/10 21:30:09 cheusov Exp $
#
DISTNAME= pdsh-2.29
CATEGORIES= parallel
MASTER_SITES= http://pdsh.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= filip@joyent.com
HOMEPAGE= https://pdsh.googlecode.com/
COMMENT= High-performance, parallel remote shell utility
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= perl:run
REPLACE_PERL+= scripts/dshbak
CONFIGURE_ARGS+= --with-ssh
CONFIGURE_ARGS+= --with-dshgroups=${PKG_SYSCONFBASE}/dsh/group
CONFIGURE_ARGS+= --with-machines=${PKG_SYSCONFDIR}/machines
PKG_SYSCONFSUBDIR= ${PKGBASE}
.include "../../mk/bsd.pkg.mk"

14
parallel/pdsh/PLIST Normal file
View File

@@ -0,0 +1,14 @@
@comment $NetBSD: PLIST,v 1.1 2014/01/10 21:30:09 cheusov Exp $
bin/dshbak
bin/pdcp
bin/pdsh
bin/rpdcp
lib/pdsh/dshgroup.la
lib/pdsh/execcmd.la
lib/pdsh/machines.la
lib/pdsh/sshcmd.la
lib/pdsh/xrcmd.la
man/man1/dshbak.1
man/man1/pdcp.1
man/man1/pdsh.1
man/man1/rpdcp.1

5
parallel/pdsh/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/01/10 21:30:09 cheusov Exp $
SHA1 (pdsh-2.29.tar.bz2) = a3e44ffba151f023d72df67cd7a7d37b4a80c80e
RMD160 (pdsh-2.29.tar.bz2) = c56e6cc85e3af4c3f5c025c45c723b04c683a797
Size (pdsh-2.29.tar.bz2) = 470693 bytes

View File

@@ -0,0 +1,8 @@
billiard is a fork of the Python 2.7 multiprocessing package. The
multiprocessing package itself is a renamed and updated version of R Oudkerk's
pyprocessing package. This standalone variant is intended to be compatible with
Python 2.4 and 2.5, and will draw it's fixes/improvements from python-trunk.
* Also it is a fork of the multiprocessin backport package by Christian Heims;
* It includes the no-execv patch contributed by R. Oudkerk;
* And the Pool improvements previously located in Celery;

View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.10 2014/02/20 00:47:28 rodent Exp $
DISTNAME= billiard-3.3.0.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= parallel
MASTER_SITES= https://pypi.python.org/packages/source/b/billiard/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://github.com/celery/billiard
COMMENT= Python multiprocessing fork with improvements and bugfixes
LICENSE= modified-bsd
USE_LANGUAGES+= c
REPLACE_PYTHON+= funtests/setup.py funtests/tests/test_multiprocessing.py
PYTHON_VERSIONS_INCOMPATIBLE= 26
.include "../../lang/python/pyversion.mk"
TWO_OR_THREE= ${PYPKGPREFIX:C/([0-9])[0-9]/\1/1}
PLIST_SUBST+= PY_VER_MAJ=${TWO_OR_THREE}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

100
parallel/py-billiard/PLIST Normal file
View File

@@ -0,0 +1,100 @@
@comment $NetBSD: PLIST,v 1.5 2014/02/20 00:47:28 rodent Exp $
${PLIST.py2x}${PYSITELIB}/_billiard.so
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/billiard/__init__.py
${PYSITELIB}/billiard/__init__.pyc
${PYSITELIB}/billiard/__init__.pyo
${PYSITELIB}/billiard/_ext.py
${PYSITELIB}/billiard/_ext.pyc
${PYSITELIB}/billiard/_ext.pyo
${PYSITELIB}/billiard/_win.py
${PYSITELIB}/billiard/_win.pyc
${PYSITELIB}/billiard/_win.pyo
${PYSITELIB}/billiard/common.py
${PYSITELIB}/billiard/common.pyc
${PYSITELIB}/billiard/common.pyo
${PYSITELIB}/billiard/compat.py
${PYSITELIB}/billiard/compat.pyc
${PYSITELIB}/billiard/compat.pyo
${PYSITELIB}/billiard/connection.py
${PYSITELIB}/billiard/connection.pyc
${PYSITELIB}/billiard/connection.pyo
${PYSITELIB}/billiard/dummy/__init__.py
${PYSITELIB}/billiard/dummy/__init__.pyc
${PYSITELIB}/billiard/dummy/__init__.pyo
${PYSITELIB}/billiard/dummy/connection.py
${PYSITELIB}/billiard/dummy/connection.pyc
${PYSITELIB}/billiard/dummy/connection.pyo
${PYSITELIB}/billiard/einfo.py
${PYSITELIB}/billiard/einfo.pyc
${PYSITELIB}/billiard/einfo.pyo
${PYSITELIB}/billiard/exceptions.py
${PYSITELIB}/billiard/exceptions.pyc
${PYSITELIB}/billiard/exceptions.pyo
${PYSITELIB}/billiard/five.py
${PYSITELIB}/billiard/five.pyc
${PYSITELIB}/billiard/five.pyo
${PYSITELIB}/billiard/forking.py
${PYSITELIB}/billiard/forking.pyc
${PYSITELIB}/billiard/forking.pyo
${PYSITELIB}/billiard/heap.py
${PYSITELIB}/billiard/heap.pyc
${PYSITELIB}/billiard/heap.pyo
${PYSITELIB}/billiard/managers.py
${PYSITELIB}/billiard/managers.pyc
${PYSITELIB}/billiard/managers.pyo
${PYSITELIB}/billiard/pool.py
${PYSITELIB}/billiard/pool.pyc
${PYSITELIB}/billiard/pool.pyo
${PYSITELIB}/billiard/process.py
${PYSITELIB}/billiard/process.pyc
${PYSITELIB}/billiard/process.pyo
${PYSITELIB}/billiard/${PY_VER_MAJ}/__init__.py
${PYSITELIB}/billiard/${PY_VER_MAJ}/__init__.pyc
${PYSITELIB}/billiard/${PY_VER_MAJ}/__init__.pyo
${PYSITELIB}/billiard/${PY_VER_MAJ}/connection.py
${PYSITELIB}/billiard/${PY_VER_MAJ}/connection.pyc
${PYSITELIB}/billiard/${PY_VER_MAJ}/connection.pyo
${PYSITELIB}/billiard/${PY_VER_MAJ}/reduction.py
${PYSITELIB}/billiard/${PY_VER_MAJ}/reduction.pyc
${PYSITELIB}/billiard/${PY_VER_MAJ}/reduction.pyo
${PYSITELIB}/billiard/queues.py
${PYSITELIB}/billiard/queues.pyc
${PYSITELIB}/billiard/queues.pyo
${PYSITELIB}/billiard/reduction.py
${PYSITELIB}/billiard/reduction.pyc
${PYSITELIB}/billiard/reduction.pyo
${PYSITELIB}/billiard/sharedctypes.py
${PYSITELIB}/billiard/sharedctypes.pyc
${PYSITELIB}/billiard/sharedctypes.pyo
${PYSITELIB}/billiard/synchronize.py
${PYSITELIB}/billiard/synchronize.pyc
${PYSITELIB}/billiard/synchronize.pyo
${PYSITELIB}/billiard/tests/__init__.py
${PYSITELIB}/billiard/tests/__init__.pyc
${PYSITELIB}/billiard/tests/__init__.pyo
${PYSITELIB}/billiard/tests/compat.py
${PYSITELIB}/billiard/tests/compat.pyc
${PYSITELIB}/billiard/tests/compat.pyo
${PYSITELIB}/billiard/tests/test_common.py
${PYSITELIB}/billiard/tests/test_common.pyc
${PYSITELIB}/billiard/tests/test_common.pyo
${PYSITELIB}/billiard/tests/test_package.py
${PYSITELIB}/billiard/tests/test_package.pyc
${PYSITELIB}/billiard/tests/test_package.pyo
${PYSITELIB}/billiard/tests/utils.py
${PYSITELIB}/billiard/tests/utils.pyc
${PYSITELIB}/billiard/tests/utils.pyo
${PYSITELIB}/billiard/util.py
${PYSITELIB}/billiard/util.pyc
${PYSITELIB}/billiard/util.pyo
${PYSITELIB}/funtests/__init__.py
${PYSITELIB}/funtests/__init__.pyc
${PYSITELIB}/funtests/__init__.pyo
${PYSITELIB}/funtests/setup.py
${PYSITELIB}/funtests/setup.pyc
${PYSITELIB}/funtests/setup.pyo

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.5 2014/02/18 02:53:37 rodent Exp $
SHA1 (billiard-3.3.0.16.tar.gz) = e8300652601320de36ad51a66df2fbac66ca174c
RMD160 (billiard-3.3.0.16.tar.gz) = ac2e88325e366eac38133be6b0d1739ffe7d24d3
Size (billiard-3.3.0.16.tar.gz) = 150922 bytes

View File

@@ -1,11 +1,10 @@
# $NetBSD: Makefile,v 1.54 2013/05/31 12:41:45 wiz Exp $
# $NetBSD: Makefile,v 1.59 2014/02/12 23:18:28 tron Exp $
#
DISTNAME= sge-8.0.0d
PKGNAME= sge-8.0.0.4
PKGREVISION= 6
DISTNAME= sge-8.1.6
PKGREVISION= 1
CATEGORIES= parallel sysutils
MASTER_SITES= http://arc.liv.ac.uk/downloads/SGE/releases/8.0.0d/
MASTER_SITES= http://arc.liv.ac.uk/downloads/SGE/releases/8.1.6/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://arc.liv.ac.uk/trac/SGE
@@ -28,7 +27,8 @@ MAKE_ENV+= PERL5=${PERL5:Q}
SGE_USER?= sgeadmin
SGE_GROUP?= sgeadmin
PKG_GROUPS= ${SGE_GROUP}
PKG_USERS= ${SGE_USER}:${SGE_GROUP}::Sun\ Grid\ Engine\ Administrator
PKG_USERS= ${SGE_USER}:${SGE_GROUP}
PKG_GECOS.${SGE_USER}= Sun Grid Engine Administrator
PKG_GROUPS_VARS+= SGE_GROUP
PKG_USERS_VARS+= SGE_USER
@@ -46,6 +46,10 @@ REPLACE.tclsh.old= .*tclsh
REPLACE.tclsh.new= ${PREFIX}/bin/tclsh
REPLACE_FILES.tclsh= source/dist/util/resources/jsv/jsv.tcl
REPLACE_PERL+= source/dist/util/resources/jsv/jsv.pl
REPLACE_PERL+= source/dist/util/resources/scripts/qsched
REPLACE_PERL+= source/dist/util/resources/scripts/process-scheduler-log
REPLACE_PERL+= source/dist/util/resources/scripts/jobstats
REPLACE_PERL+= source/dist/util/resources/wrappers/rshd-wrapper
.include "../../mk/bsd.prefs.mk"
@@ -77,7 +81,7 @@ SGE_BUILDARCH_cmd= ${ECHO} "${SGE_ARCH}" | ${TR} a-z A-Z
SGE_ARCH= darwin
SGE_BUILDARCH= DARWIN
.elif ${OPSYS} == "Linux"
AIMK+= -no-dump
#AIMK+= -no-dump
. if ${MACHINE_ARCH} == "i386"
SGE_ARCH= lx-x86
SGE_BUILDARCH= LINUX86
@@ -142,9 +146,7 @@ do-build:
cd ${WRKSRC}/source && ${AIMK} ${JAVA_ARGS} -no-hwloc
cd ${WRKSRC}/source && ${AIMK} ${JAVA_ARGS} -no-hwloc -man
CHECK_INTERPRETER_SKIP= sge/bin/process-scheduler-log \
sge/bin/qsched \
sge/bin/status \
CHECK_INTERPRETER_SKIP= sge/bin/qstatus \
sge/ckpt/cpr_* \
sge/examples/drmaa/ruby/* \
sge/hadoop/pestart.sh \
@@ -154,8 +156,8 @@ CHECK_INTERPRETER_SKIP= sge/bin/process-scheduler-log \
sge/mpi/myrinet/* \
sge/util/resources/drmaa4ruby/* \
sge/util/resources/drmaa4ruby/samples/* \
sge/util/resources/loadsensors/interix-loadsensor.sh \
sge/util/resources/wrappers/rshd-wrapper
sge/util/resources/jsv/jsv.sh \
sge/util/resources/loadsensors/interix-loadsensor.sh
do-install:
${MKDIR} ${DESTDIR}${SGE_ROOT}

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2012/04/15 04:07:21 markd Exp $
@comment $NetBSD: PLIST,v 1.9 2014/01/14 10:21:39 markd Exp $
bin/qacct
bin/qalter
bin/qconf
@@ -23,8 +23,10 @@ bin/qsh
bin/qstat
bin/qsub
bin/qtcsh
sge/3rd_party/3rd_party_licscopyrights
sge/3rd_party/qmon/ltree_changed.tar.gz
sge/bin/busy-nodes
sge/bin/dead-nodes
sge/bin/idle-nodes
sge/bin/jobstats
sge/bin/${SGE_ARCH}/qacct
sge/bin/${SGE_ARCH}/qalter
sge/bin/${SGE_ARCH}/qconf
@@ -53,157 +55,49 @@ sge/bin/${SGE_ARCH}/sge_coshepherd
sge/bin/${SGE_ARCH}/sge_execd
sge/bin/${SGE_ARCH}/sge_qmaster
sge/bin/${SGE_ARCH}/sge_shadowd
sge/bin/${SGE_ARCH}/sge_share_mon
sge/bin/${SGE_ARCH}/sge_shepherd
sge/bin/${SGE_ARCH}/sgepasswd
sge/bin/busy-nodes
sge/bin/dead-nodes
sge/bin/idle-nodes
sge/bin/nodes-in-job
sge/bin/process-scheduler-log
sge/bin/qsched
sge/bin/qselect-node-list
sge/bin/qstatus
sge/bin/sge-disable-submits
sge/bin/sge-enable-submits
sge/bin/status
sge/catman/cat/cat1/gethostbyaddr.1
sge/catman/cat/cat1/gethostbyname.1
sge/catman/cat/cat1/gethostname.1
sge/catman/cat/cat1/getservbyname.1
sge/catman/cat/cat1/hostnameutils.1
sge/catman/cat/cat1/jsv.1
sge/catman/cat/cat1/qacct.1
sge/catman/cat/cat1/qalter.1
sge/catman/cat/cat1/qconf.1
sge/catman/cat/cat1/qdel.1
sge/catman/cat/cat1/qhold.1
sge/catman/cat/cat1/qhost.1
sge/catman/cat/cat1/qlogin.1
sge/catman/cat/cat1/qmake.1
sge/catman/cat/cat1/qmod.1
sge/catman/cat/cat1/qmon.1
sge/catman/cat/cat1/qping.1
sge/catman/cat/cat1/qquota.1
sge/catman/cat/cat1/qrdel.1
sge/catman/cat/cat1/qresub.1
sge/catman/cat/cat1/qrls.1
sge/catman/cat/cat1/qrsh.1
sge/catman/cat/cat1/qrstat.1
sge/catman/cat/cat1/qrsub.1
sge/catman/cat/cat1/qsched.1
sge/catman/cat/cat1/qselect.1
sge/catman/cat/cat1/qsh.1
sge/catman/cat/cat1/qstat.1
sge/catman/cat/cat1/qsub.1
sge/catman/cat/cat1/qtcsh.1
sge/catman/cat/cat1/sge-enable-disable.1
sge/catman/cat/cat1/sge-node-selection.1
sge/catman/cat/cat1/sge_ckpt.1
sge/catman/cat/cat1/sge_intro.1
sge/catman/cat/cat1/sge_types.1
sge/catman/cat/cat1/sgepasswd.1
sge/catman/cat/cat1/status.1
sge/catman/cat/cat1/submit.1
sge/catman/cat/cat3/drmaa_allocate_job_template.3
sge/catman/cat/cat3/drmaa_attributes.3
sge/catman/cat/cat3/drmaa_control.3
sge/catman/cat/cat3/drmaa_delete_job_template.3
sge/catman/cat/cat3/drmaa_exit.3
sge/catman/cat/cat3/drmaa_get_DRMAA_implementation.3
sge/catman/cat/cat3/drmaa_get_DRM_system.3
sge/catman/cat/cat3/drmaa_get_attribute.3
sge/catman/cat/cat3/drmaa_get_attribute_names.3
sge/catman/cat/cat3/drmaa_get_contact.3
sge/catman/cat/cat3/drmaa_get_next_attr_name.3
sge/catman/cat/cat3/drmaa_get_next_attr_value.3
sge/catman/cat/cat3/drmaa_get_next_job_id.3
sge/catman/cat/cat3/drmaa_get_num_attr_names.3
sge/catman/cat/cat3/drmaa_get_num_attr_values.3
sge/catman/cat/cat3/drmaa_get_num_job_ids.3
sge/catman/cat/cat3/drmaa_get_vector_attribute.3
sge/catman/cat/cat3/drmaa_get_vector_attribute_names.3
sge/catman/cat/cat3/drmaa_init.3
sge/catman/cat/cat3/drmaa_job_ps.3
sge/catman/cat/cat3/drmaa_jobcontrol.3
sge/catman/cat/cat3/drmaa_jobtemplate.3
sge/catman/cat/cat3/drmaa_misc.3
sge/catman/cat/cat3/drmaa_release_attr_names.3
sge/catman/cat/cat3/drmaa_release_attr_values.3
sge/catman/cat/cat3/drmaa_release_job_ids.3
sge/catman/cat/cat3/drmaa_run_bulk_jobs.3
sge/catman/cat/cat3/drmaa_run_job.3
sge/catman/cat/cat3/drmaa_session.3
sge/catman/cat/cat3/drmaa_set_attribute.3
sge/catman/cat/cat3/drmaa_set_vector_attribute.3
sge/catman/cat/cat3/drmaa_strerror.3
sge/catman/cat/cat3/drmaa_submit.3
sge/catman/cat/cat3/drmaa_synchronize.3
sge/catman/cat/cat3/drmaa_version.3
sge/catman/cat/cat3/drmaa_wait.3
sge/catman/cat/cat3/drmaa_wcoredump.3
sge/catman/cat/cat3/drmaa_wexitstatus.3
sge/catman/cat/cat3/drmaa_wifaborted.3
sge/catman/cat/cat3/drmaa_wifexited.3
sge/catman/cat/cat3/drmaa_wifsignaled.3
sge/catman/cat/cat3/drmaa_wtermsig.3
sge/catman/cat/cat3/jsv_script_interface.3
sge/catman/cat/cat5/access_list.5
sge/catman/cat/cat5/accounting.5
sge/catman/cat/cat5/bootstrap.5
sge/catman/cat/cat5/calendar_conf.5
sge/catman/cat/cat5/checkpoint.5
sge/catman/cat/cat5/complex.5
sge/catman/cat/cat5/host_aliases.5
sge/catman/cat/cat5/host_conf.5
sge/catman/cat/cat5/hostgroup.5
sge/catman/cat/cat5/project.5
sge/catman/cat/cat5/qtask.5
sge/catman/cat/cat5/queue_conf.5
sge/catman/cat/cat5/remote_startup.5
sge/catman/cat/cat5/reporting.5
sge/catman/cat/cat5/sched_conf.5
sge/catman/cat/cat5/sge_aliases.5
sge/catman/cat/cat5/sge_conf.5
sge/catman/cat/cat5/sge_pe.5
sge/catman/cat/cat5/sge_priority.5
sge/catman/cat/cat5/sge_qstat.5
sge/catman/cat/cat5/sge_request.5
sge/catman/cat/cat5/sge_resource_quota.5
sge/catman/cat/cat5/sgepasswd.5
sge/catman/cat/cat5/share_tree.5
sge/catman/cat/cat5/user.5
sge/catman/cat/cat8/SGE_Helper_Service.exe.8
sge/catman/cat/cat8/pam_sge-qrsh-setup.8
sge/catman/cat/cat8/pam_sge_authorize.8
sge/catman/cat/cat8/sge_ca.8
sge/catman/cat/cat8/sge_coshepherd.8
sge/catman/cat/cat8/sge_execd.8
sge/catman/cat/cat8/sge_qmaster.8
sge/catman/cat/cat8/sge_shadowd.8
sge/catman/cat/cat8/sge_shepherd.8
sge/ckpt/README.cpr
sge/ckpt/README.cray
sge/ckpt/checkpoint_command
sge/ckpt/clean_command
sge/ckpt/cpr_ckpt_command
sge/ckpt/cpr_clean_command
sge/ckpt/cpr_migration_command
sge/ckpt/cpr_restart_command
sge/ckpt/cray_ckpt_command
sge/ckpt/cray_clean_command
sge/ckpt/cray_migration_command
sge/ckpt/cray_restart_command
sge/ckpt/migration_command
sge/ckpt/restart_command
sge/ckpt/sx6_ckpt_command
sge/ckpt/sx6_clean_command
sge/ckpt/sx6_migration_command
sge/ckpt/sx6_restart_command
sge/doc/AUTHORS
sge/doc/LICENCE.txt
sge/doc/LICENCES/Apache-2
sge/doc/LICENCES/BSD
sge/doc/LICENCES/BerkeleyDB
sge/doc/LICENCES/Classpath
sge/doc/LICENCES/Cygwin
sge/doc/LICENCES/FreeBSD
sge/doc/LICENCES/GFDL-1.3
sge/doc/LICENCES/GPL-2
sge/doc/LICENCES/GPL-3
sge/doc/LICENCES/Iconlist
sge/doc/LICENCES/LGPL-3
sge/doc/LICENCES/NanoXML
sge/doc/LICENCES/OpenSSL
sge/doc/LICENCES/README
sge/doc/LICENCES/SISSL
sge/doc/LICENCES/Spinbox
sge/doc/LICENCES/Xbae
sge/doc/LICENCES/XmTab
sge/doc/LICENCES/Xmt
sge/doc/LICENCES/hwloc
sge/doc/LICENCES/jemalloc
sge/doc/LICENCES/standards
sge/doc/LICENCES/tango
sge/doc/LICENCES/top
sge/doc/NEWS
sge/doc/README
sge/doc/README-DRMAA.txt
sge/doc/README.hadoop
sge/doc/README.upgrade
sge/doc/arc_depend_irix.asc
sge/doc/arc_depend_solaris.asc
sge/doc/load_parameters.asc
sge/doc/logfile-trimming.asc
sge/dtrace/README-dtrace.txt
sge/dtrace/monitor.d
@@ -249,7 +143,6 @@ sge/examples/jobs/ssession.sh
sge/examples/jobs/step_A_array_submitter.sh
sge/examples/jobs/step_B_array_submitter.sh
sge/examples/jobs/worker.sh
sge/examples/jobsbin/${SGE_ARCH}/showq
sge/examples/jobsbin/${SGE_ARCH}/work
sge/hadoop/env.sh
sge/hadoop/jsv.sh
@@ -262,6 +155,7 @@ sge/hadoop/setup.pl
sge/hadoop/ssh
sge/hadoop/wait.sh
sge/include/drmaa.h
sge/include/sge_pqs_api.h
sge/inst_sge
sge/install_execd
sge/install_qmaster
@@ -275,11 +169,13 @@ sge/man/man1/gethostbyname.1
sge/man/man1/gethostname.1
sge/man/man1/getservbyname.1
sge/man/man1/hostnameutils.1
sge/man/man1/jobstats.1
sge/man/man1/jsv.1
sge/man/man1/qacct.1
sge/man/man1/qalter.1
sge/man/man1/qconf.1
sge/man/man1/qdel.1
sge/man/man1/qevent.1
sge/man/man1/qhold.1
sge/man/man1/qhost.1
sge/man/man1/qlogin.1
@@ -298,15 +194,15 @@ sge/man/man1/qsched.1
sge/man/man1/qselect.1
sge/man/man1/qsh.1
sge/man/man1/qstat.1
sge/man/man1/qstatus.1
sge/man/man1/qsub.1
sge/man/man1/qtcsh.1
sge/man/man1/sge-enable-disable.1
sge/man/man1/sge-node-selection.1
sge/man/man1/sge_ckpt.1
sge/man/man1/sge_intro.1
sge/man/man1/sge_types.1
sge/man/man1/sge_share_mon.1
sge/man/man1/sge_work.1
sge/man/man1/sgepasswd.1
sge/man/man1/status.1
sge/man/man1/submit.1
sge/man/man3/drmaa_allocate_job_template.3
sge/man/man3/drmaa_attributes.3
@@ -351,6 +247,7 @@ sge/man/man3/drmaa_wifexited.3
sge/man/man3/drmaa_wifsignaled.3
sge/man/man3/drmaa_wtermsig.3
sge/man/man3/jsv_script_interface.3
sge/man/man3/list_intro.3
sge/man/man5/access_list.5
sge/man/man5/accounting.5
sge/man/man5/bootstrap.5
@@ -360,6 +257,7 @@ sge/man/man5/complex.5
sge/man/man5/host_aliases.5
sge/man/man5/host_conf.5
sge/man/man5/hostgroup.5
sge/man/man5/load_parameters.5
sge/man/man5/project.5
sge/man/man5/qtask.5
sge/man/man5/queue_conf.5
@@ -367,12 +265,16 @@ sge/man/man5/remote_startup.5
sge/man/man5/reporting.5
sge/man/man5/sched_conf.5
sge/man/man5/sge_aliases.5
sge/man/man5/sge_ckpt.5
sge/man/man5/sge_conf.5
sge/man/man5/sge_pe.5
sge/man/man5/sge_priority.5
sge/man/man5/sge_qstat.5
sge/man/man5/sge_request.5
sge/man/man5/sge_resource_quota.5
sge/man/man5/sge_schedule.5
sge/man/man5/sge_status.5
sge/man/man5/sge_types.5
sge/man/man5/sgepasswd.5
sge/man/man5/share_tree.5
sge/man/man5/user.5
@@ -381,12 +283,12 @@ sge/man/man8/pam_sge-qrsh-setup.8
sge/man/man8/pam_sge_authorize.8
sge/man/man8/sge_ca.8
sge/man/man8/sge_coshepherd.8
sge/man/man8/sge_dl.8
sge/man/man8/sge_execd.8
sge/man/man8/sge_qmaster.8
sge/man/man8/sge_shadowd.8
sge/man/man8/sge_shepherd.8
sge/mpi/README
sge/mpi/README.atm
sge/mpi/Scali-MPI/README
sge/mpi/Scali-MPI/Scali_Resume.sh
sge/mpi/Scali-MPI/Scali_Suspend.sh
@@ -533,7 +435,6 @@ sge/qmon/PIXMAPS/unknown.xpm
sge/qmon/PIXMAPS/uparrow.xpm
sge/qmon/PIXMAPS/xterm-axp.xpm
sge/qmon/PIXMAPS/xterm-blank.xpm
sge/qmon/PIXMAPS/xterm-cray.xpm
sge/qmon/PIXMAPS/xterm-dec.xpm
sge/qmon/PIXMAPS/xterm-hp.xpm
sge/qmon/PIXMAPS/xterm-ibm.xpm
@@ -590,9 +491,9 @@ sge/util/logging.properties.template
sge/util/management.properties.template
sge/util/qtask
sge/util/rctemplates/darwin_template
sge/util/rctemplates/sgebdb_template
sge/util/rctemplates/sgeexecd_template
sge/util/rctemplates/sgemaster_template
sge/util/resources/README
sge/util/resources/calendars/day
sge/util/resources/calendars/day_s
sge/util/resources/calendars/night
@@ -648,6 +549,9 @@ sge/util/resources/centry/tmpdir
sge/util/resources/centry/virtual_free
sge/util/resources/centry/virtual_total
sge/util/resources/centry/virtual_used
sge/util/resources/configs/README
sge/util/resources/configs/logcheck.sge
sge/util/resources/configs/logrotate.sge
sge/util/resources/drmaa4ruby/README
sge/util/resources/drmaa4ruby/drmaa.rb
sge/util/resources/drmaa4ruby/samples/array.rb
@@ -680,8 +584,9 @@ sge/util/resources/jsv/jsv_include.sh
sge/util/resources/jsv/jsv_include.tcl
sge/util/resources/jsv/jsv_reject_all.sh
sge/util/resources/jsv/logging.properties
sge/util/resources/loadsensors/Makefile
sge/util/resources/loadsensors/calendar.sh
sge/util/resources/loadsensors/ibm-loadsensor
sge/util/resources/loadsensors/gpu-loadsensor.c
sge/util/resources/loadsensors/interix-loadsensor.sh
sge/util/resources/loadsensors/load.sh
sge/util/resources/loadsensors/maui.sh
@@ -689,15 +594,19 @@ sge/util/resources/loadsensors/nuser.sh
sge/util/resources/loadsensors/sgi_tty_sensor.sh
sge/util/resources/loadsensors/solaris-iidle.sh
sge/util/resources/pe/make
sge/util/resources/pe/smp
sge/util/resources/schemas/qhost/qhost.xsd
sge/util/resources/schemas/qquota/qquota.xsd
sge/util/resources/schemas/qrstat/qrstat.xsd
sge/util/resources/schemas/qstat/detailed_job_info.xsd
sge/util/resources/schemas/qstat/detailed_job_info_cb.xsd
sge/util/resources/schemas/qstat/message.xsd
sge/util/resources/schemas/qstat/qstat.xsd
sge/util/resources/scripts/README
sge/util/resources/scripts/README.jobstats
sge/util/resources/scripts/README.qsched
sge/util/resources/scripts/README.status
sge/util/resources/scripts/monitor_qmaster.sh
sge/util/resources/scripts/setup-cgroups-etc
sge/util/resources/starter_methods/settaskid.sh
sge/util/resources/usersets/arusers
sge/util/resources/usersets/deadlineusers
@@ -706,12 +615,11 @@ sge/util/resources/wrappers/qlogin_wrapper
sge/util/resources/wrappers/rshd-wrapper
sge/util/rmiconsole.policy
sge/util/setfileperm.sh
sge/util/sgeCA/renew_all_certs.csh
sge/util/sgeCA/renew_all_certs.sh
sge/util/sgeCA/sge_ca
sge/util/sgeCA/sge_ca.cnf
sge/util/sgeCA/sge_ssl.cnf
sge/util/sgeCA/sge_ssl_template.cnf
sge/util/sgeSMF/bdb_template.xml
sge/util/sgeSMF/execd_template.xml
sge/util/sgeSMF/qmaster_template.xml
sge/util/sgeSMF/sge_smf.sh
@@ -754,7 +662,6 @@ sge/utilbin/${SGE_ARCH}/read_raw
sge/utilbin/${SGE_ARCH}/rlogin
sge/utilbin/${SGE_ARCH}/rsh
sge/utilbin/${SGE_ARCH}/rshd
sge/utilbin/${SGE_ARCH}/sge_share_mon
sge/utilbin/${SGE_ARCH}/spooldefaults
sge/utilbin/${SGE_ARCH}/spooledit
sge/utilbin/${SGE_ARCH}/spoolinit

View File

@@ -1,16 +1,16 @@
$NetBSD: distinfo,v 1.16 2013/05/23 18:41:48 joerg Exp $
$NetBSD: distinfo,v 1.18 2014/01/14 10:21:39 markd Exp $
SHA1 (sge-8.0.0d.tar.gz) = e7500bbeec4075d054410f7465011efb61e93def
RMD160 (sge-8.0.0d.tar.gz) = aa83db459f4bbbebd7d2cc81290b7b8cb0818210
Size (sge-8.0.0d.tar.gz) = 12289130 bytes
SHA1 (patch-ad) = 004600f060b5fcacd91ba68808686c0a679889f6
SHA1 (sge-8.1.6.tar.gz) = 8348a543c736ed4f1c36cf1e8242eeb1a61033df
RMD160 (sge-8.1.6.tar.gz) = 231f4d100722c7a99a92e0b9b989125e5d15f295
Size (sge-8.1.6.tar.gz) = 11875229 bytes
SHA1 (patch-ad) = 8a1c2aa9245bee66068073df7a5434ca37de03c7
SHA1 (patch-ag) = 57eb4296e531f3a47b95c8842e0db0575870dcf0
SHA1 (patch-am) = 1d367d541ec68d1c5618e3c594c5ce2db88a277e
SHA1 (patch-at) = d29e29e4915f8015618a4ebc5b17231c2bcc4bf5
SHA1 (patch-bd) = aae1bdccfb81712c504b3add8b9728a2bcf3d1dd
SHA1 (patch-bl) = f04f92c1a1c69443e9336f9fcbe7d988001f6681
SHA1 (patch-am) = 143ce85347f3653481d516142f205b7110b9f64d
SHA1 (patch-at) = 09b861e761f1e49fcd940b95d89b072c83e5c160
SHA1 (patch-bd) = ec95d0a167c933607843894e4a62822474723b2f
SHA1 (patch-bm) = 524268d07060fac00a2648e7c63377f965377c9d
SHA1 (patch-daemons_common_procfs.c) = cdcbf58cb3278d5bc718fd235aaa76a10e938002
SHA1 (patch-source-utilbin_Makefile) = b01de3925fd6795ee9bd0ad1c1bed7dfb2ed4d92
SHA1 (patch-source-utilbin_Makefile) = 0a6fa06e71140ed8e74ebe0e5e37a4a3a515391b
SHA1 (patch-source_3rdparty_sge_depend_def.h) = 92ad1ef5d0cf237fa083a262d38c67828593f679
SHA1 (patch-source_libs_uti_sge__loadmem.c) = 46014f5a1294bfbcbe71e1c79cca3b8c5eb54e6f
SHA1 (patch-source_libs_comm_cl_ssl_framework.c) = 230c2a510b52516d9eea934b8c797141167a0b6d
SHA1 (patch-source_libs_uti_sge__loadmem.c) = d781009ee8efbfa210a698c885f0aab51ae96818

View File

@@ -1,13 +1,13 @@
$NetBSD: patch-ad,v 1.4 2012/03/20 17:07:43 asau Exp $
$NetBSD: patch-ad,v 1.5 2014/01/14 10:21:39 markd Exp $
--- source/daemons/shepherd/Makefile.orig 2011-11-29 03:06:13.000000000 +0400
+++ source/daemons/shepherd/Makefile 2012-02-20 19:55:03.000000000 +0400
@@ -64,7 +64,7 @@
--- source/daemons/shepherd/Makefile.orig 2013-10-28 16:22:53.000000000 +0000
+++ source/daemons/shepherd/Makefile
@@ -65,7 +65,7 @@ SHEPHERD_OBJS = $(SHEPHERD_SRC:.c=.o) sg
SHEPHERD_ADD_OBJS = $(SHEPHERD_ADD_SRC:.c=.o)
-SHEPHERD_ADD_LIBS = -lgdi -lsgeobj -lsgeobjd $(KRBLIB) -lcull -lcomm_static -lcommlists -luti $(WINGRIDLIB_STATIC) $(DLLIB)
+SHEPHERD_ADD_LIBS = -lgdi -lsgeobj -lsgeobjd $(KRBLIB) -lcull -lcomm -lcommlists -luti $(WINGRIDLIB) $(DLLIB)
-SHEPHERD_ADD_LIBS = -lgdi -lsgeobj -lsgeobjd $(KRBLIB) -lcull -lcomm_static -lcommlists -luti -luti2 $(HWLOCLIB) $(WINGRIDLIB_STATIC) $(DLLIB)
+SHEPHERD_ADD_LIBS = -lgdi -lsgeobj -lsgeobjd $(KRBLIB) -lcull -lcomm -lcommlists -luti -luti2 $(HWLOCLIB) $(WINGRIDLIB_STATIC) $(DLLIB)
SHEPHERD_LIB_DEPENDS = $(GDILIB) $(SGEOBJDLIB) $(SGEOBJLIB) $(KRBLIBS) $(CULLLIB) $(COMMLIB) $(COMMLISTSLIB) $(COMMLIB_STATIC) $(UTILIB) $(WINGRIDLIB_DEP)
SHEPHERD_LIB_DEPENDS = $(GDILIB) $(SGEOBJDLIB) $(SGEOBJLIB) $(KRBLIBS) $(CULLLIB) $(COMMLIB) $(COMMLISTSLIB) $(COMMLIB_STATIC) $(UTILIB) $(UTI2LIB) $(WINGRIDLIB_DEP)

View File

@@ -1,21 +1,21 @@
$NetBSD: patch-am,v 1.8 2012/04/15 04:07:21 markd Exp $
$NetBSD: patch-am,v 1.10 2014/01/14 10:21:39 markd Exp $
Pkgsrc stuff
GridEngine dev mailing list patch for "nbsd-1" issue
ArchLinux static crypto also needs libz.a
--- source/aimk.orig 2011-11-28 23:06:13.000000000 +0000
--- source/aimk.orig 2013-10-28 16:22:52.000000000 +0000
+++ source/aimk
@@ -961,7 +961,7 @@ if ( $SYSTEM_LIBS != 1 ) then
@@ -937,7 +937,7 @@ if ( $SYSTEM_LIBS != 1 ) then
# we generate a berkeley db shared lib, so we need bdb include and lib path
set CFLAGS = "-I$BERKELEYDB_HOME/include/${BDB_INCLUDE_SUBDIR} $CFLAGS"
set LFLAGS = "-L$BERKELEYDB_HOME/lib/${BDB_LIB_SUBDIR} $LFLAGS"
- set SHARED_LFLAGS = "$SHARED_LFLAGS -L$BERKELEYDB_HOME/lib/${BDB_LIB_SUBDIR}"
+ set SHARED_LFLAGS = "$SHARED_LFLAGS -L$BERKELEYDB_HOME/lib/${BDB_LIB_SUBDIR} -R$BERKELEYDB_HOME/lib"
set LFLAGS = "-L$BERKELEYDB_HOME/lib${BDB_LIB_SUFFIX} $LFLAGS"
- set SHARED_LFLAGS = "$SHARED_LFLAGS -L$BERKELEYDB_HOME/lib${BDB_LIB_SUFFIX}"
+ set SHARED_LFLAGS = "$SHARED_LFLAGS -L$BERKELEYDB_HOME/lib${BDB_LIB_SUFFIX} ${COMPILER_RPATH_FLAG}$BERKELEYDB_HOME/lib"
endif
set CFLAGS = "$CFLAGS -DSPOOLING_$SPOOLING_METHOD $SECFLAGS"
@@ -1213,9 +1213,9 @@ case DARWIN_PPC:
@@ -1185,9 +1185,9 @@ case DARWIN_PPC:
set XMTDEF = ""
set XMTINCD = "$XMTINCD -I$MOTIFHOME/include"
@@ -23,11 +23,11 @@ ArchLinux static crypto also needs libz.a
+ set XINCD = "$XMTINCD $XINCD -I${X11BASE}/include"
set XCFLAGS = "-DNeedFunctionPrototypes -DNeedVarargsPrototypes -Wno-error $XMTDEF $XINCD"
- set XLIBD = "-L$MOTIFHOME/lib -L/usr/X11R6/lib"
+ set XLIBD = "-L$MOTIFHOME/lib -R${MOTIFHOME}/lib -L${X11BASE}/lib -R${X11BASE}/lib"
set XLIBS = "-lXm -lXpm -lXt -lXext -lX11 -lSM -lICE"
+ set XLIBD = "-L$MOTIFHOME/lib ${COMPILER_RPATH_FLAG}${MOTIFHOME}/lib -L${X11BASE}/lib ${COMPILER_RPATH_FLAG}${X11BASE}/lib"
set XLIBS = "-lXm -lXt -lXext -lX11 -lSM -lICE"
if ("$ADOC" == 1) then
set CFLAGS = "$CFLAGS -Wno-error"
@@ -1263,7 +1263,7 @@ case FREEBSD_*:
@@ -1234,7 +1234,7 @@ case FREEBSD_*:
set DLLIB = ""
set DEPEND_FLAGS = "$CFLAGS $XMTINCD"
set PTHRDSFLAGS = "-D_REENTRANT -D__USE_REENTRANT"
@@ -36,7 +36,7 @@ ArchLinux static crypto also needs libz.a
set NOERR_CFLAG = "-Wno-error"
set LFLAGS = "$DEBUG_FLAG $LFLAGS -export-dynamic"
set LIBS = "$LIBS -lkvm"
@@ -1273,9 +1273,9 @@ case FREEBSD_*:
@@ -1244,9 +1244,9 @@ case FREEBSD_*:
set AUTHLIBS = "-lcrypt -lpam"
set XMTDEF = ""
@@ -44,58 +44,32 @@ ArchLinux static crypto also needs libz.a
+ set XINCD = "$XMTINCD $XINCD -I${X11BASE}/include"
set XCFLAGS = "-Wno-strict-prototypes -Wno-error $XMTDEF $XINCD"
- set XLIBD = "-L/usr/X11R6/lib"
+ set XLIBD = "-L${X11BASE}/lib -R${X11BASE}/lib"
+ set XLIBD = "-L${X11BASE}/lib ${COMPILER_RPATH_FLAG}${X11BASE}/lib"
set XLFLAGS = "$XLIBD"
set XLIBS = " -Xlinker -lXm -Xlinker -Bdynamic -lXpm -lXt -lXext -lX11 -lSM -lICE -lXp"
set RM = "rm -f"
@@ -1294,9 +1294,9 @@ case NETBSD_*:
set DLLIB = ""
set DEPEND_FLAGS = "$CFLAGS $XMTINCD"
set PTHRDSFLAGS = "-D_REENTRANT -D__USE_REENTRANT"
- set CFLAGS = "$OFLAG -Wall -DNETBSD -D$BUILDARCH -DGETHOSTBYNAME_M -DGETHOSTBYADDR_M $DEBUG_FLAG $CFLAGS -I/usr/X11R6/include"
+ set CFLAGS = "$OFLAG -Wall -DNETBSD -D$BUILDARCH -DGETHOSTBYNAME_M -DGETHOSTBYADDR_M $DEBUG_FLAG $CFLAGS -I${X11BASE}/include"
set NOERR_CFLAG = "-Wno-error"
- set LFLAGS = "$DEBUG_FLAG $LFLAGS -export-dynamic"
+ set LFLAGS = "$DEBUG_FLAG $LFLAGS -export-dynamic -L${LOCALBASE}/lib -R${LOCALBASE}/lib"
set LIBS = "$LIBS -lkvm"
set SHAREDLD = $CC
set SHARED_CFLAGS = "-fPIC"
@@ -1304,9 +1304,9 @@ case NETBSD_*:
set XLIBS = " -Xlinker -lXm -Xlinker -Bdynamic -lXt -lXext -lX11 -lSM -lICE -lXp"
set JAVA_ARCH = "linux"
@@ -1275,9 +1275,9 @@ case NETBSD_*:
set AUTHLIBS = "-lcrypt -lpam"
set XMTDEF = ""
- set XINCD = "$XMTINCD $XINCD -I/usr/X11/include -I/usr/pkg/include"
- set XINCD = "$XMTINCD $XINCD -I/usr/X11R7/include -I/usr/pkg/include"
+ set XINCD = "$XMTINCD $XINCD -I${X11BASE}/include"
set XCFLAGS = "-Wno-strict-prototypes -Wno-error $XMTDEF $XINCD"
- set XLIBD = "-L/usr/X11R6/lib -R/usr/X11R6/lib -L/usr/pkg/lib -R /usr/pkg/lib"
+ set XLIBD = "-L${X11BASE}/lib -R${X11BASE}/lib -L${LOCALBASE}/lib -R${LOCALBASE}/lib"
- set XLIBD = "-L/usr/X11R7/lib -R/usr/X11R7/lib -L/usr/pkg/lib -R /usr/pkg/lib"
+ set XLIBD = "-L${X11BASE}/lib ${COMPILER_RPATH_FLAG}${X11BASE}/lib -L${LOCALBASE}/lib ${COMPILER_RPATH_FLAG}${LOCALBASE}/lib"
set XLFLAGS = "$XLIBD"
set XLIBS = " -lXm -lXpm -lXt -lXext -lX11 -lSM -lICE -lXp"
set RM = "rm -f"
@@ -1508,6 +1508,8 @@ case LINUXSPARC64:
set XLIBS = " -lXm -lXt -lXext -lX11 -lSM -lICE -lXp"
set JAVA_ARCH = "netbsd"
@@ -1499,6 +1499,8 @@ case LINUX*:
set DEBUG_FLAG = "$DEBUG_FLAG -fprofile-arcs -ftest-coverage"
endif
+ set SECLIBS_STATIC = "$SECLIBS_STATIC /usr/lib/libz.a"
+ set SECLIBS_STATIC = "-lssl -lcrypto"
+
if ( -f /lib/libc.so.6 ) then
strings /lib/libc.so.6 | grep "GNU C Library" | grep '2.[234]' >& /dev/null
if ($status == 0) then
@@ -2103,6 +2105,13 @@ else
set LIBS_DIR = ${SDIR}
endif
+
+# we set SGE_ARCH_STRING down here because the sed command above
+# would mess up the quotes around buildarch
+set ARCH_STRING = SGE_ARCH_STRING='\"'${buildarch}'\"'
+set CFLAGS = "-D$ARCH_STRING $CFLAGS"
+set DEPEND_FLAGS = "-D$ARCH_STRING $DEPEND_FLAGS"
+
if ( $JNI == 1 ) then
if ( "${JAVA_HOME}/${JAVA_INCL}" != /usr/include ) then
@@ -2797,6 +2806,7 @@ if ( "$QMON" == 1 ) then
@@ -2627,6 +2629,7 @@ if ( "$QMON" == 1 ) then
else
set FT_INC = ""
endif

View File

@@ -1,8 +1,8 @@
$NetBSD: patch-at,v 1.2 2006/10/19 11:51:27 markd Exp $
$NetBSD: patch-at,v 1.3 2014/01/14 10:21:39 markd Exp $
--- source/dist/util/arch_variables.orig 2005-11-11 03:53:15.000000000 +1300
--- source/dist/util/arch_variables.orig 2013-10-28 16:22:53.000000000 +0000
+++ source/dist/util/arch_variables
@@ -197,8 +197,8 @@ case $ARCH in
@@ -191,8 +191,8 @@ case $ARCH in
AWK=/usr/bin/awk
ECHO="/bin/echo"
RC_FILE=netbsd
@@ -10,6 +10,6 @@ $NetBSD: patch-at,v 1.2 2006/10/19 11:51:27 markd Exp $
- RC_SUFFIX=.sh
+ RC_PREFIX=@rcd_dir@
+ RC_SUFFIX=
XTERM=/usr/X11R6/bin/xterm
XTERM=/usr/X11R7/bin/xterm
MAILER=/usr/bin/mail
QLOGIN_COMMAND=telnet

View File

@@ -1,11 +1,11 @@
$NetBSD: patch-bd,v 1.5 2012/03/20 17:07:43 asau Exp $
$NetBSD: patch-bd,v 1.6 2014/01/14 10:21:39 markd Exp $
Exclude Java files.
DESTDIR support.
--- source/scripts/distinst.orig 2011-11-28 23:06:15.000000000 +0000
--- source/scripts/distinst.orig 2013-10-28 16:22:54.000000000 +0000
+++ source/scripts/distinst
@@ -79,13 +79,13 @@ DRMAA_SHARED_LIBRARIES="libdrmaa"
@@ -85,13 +85,13 @@ DRMAA_SHARED_LIBRARIES="libdrmaa"
# The last number listed here will be the verson linked from libdrmaa.so
DRMAA_SHARED_LIB_VERSIONS="1.0"
DRMAA_HEADER_FILES="libs/japi/drmaa.h"
@@ -23,7 +23,7 @@ DESTDIR support.
JAVA_LIBRARIES="${DRMAAJ_FILES} ${JUTIJ_FILES} ${JGDIJ_FILES} ${JJSV_FILES}"
PVMSOURCES="start_pvm.c stop_pvm.c slave.c master.c spmd.c Makefile"
@@ -544,11 +544,11 @@ while [ $# -ge 1 ]; do
@@ -550,11 +550,11 @@ while [ $# -ge 1 ]; do
echo Please set variable SGE_ROOT. Installation failed.
exit 1
fi
@@ -38,7 +38,7 @@ DESTDIR support.
localinst=true
;;
-mansrc)
@@ -927,13 +927,16 @@ if [ $instcommon = true ]; then
@@ -934,7 +934,6 @@ if [ $instcommon = true ]; then
$DEST_SGE_ROOT/util/sgeCA/*.cnf \
$DEST_SGE_ROOT/util/sgeSMF/*.xml \
$DEST_SGE_ROOT/util/sgeSMF/sge_smf_support.sh \
@@ -46,27 +46,28 @@ DESTDIR support.
$DEST_SGE_ROOT/util/resources/calendars/* \
$DEST_SGE_ROOT/util/resources/centry/* \
$DEST_SGE_ROOT/util/resources/pe/* \
$DEST_SGE_ROOT/util/resources/schemas/*/* \
$DEST_SGE_ROOT/util/resources/usersets/*
+ if test -f $DEST_SGE_ROOT/util/DetectJvmLibrary.jar; then
+ Execute chmod 644 $DEST_SGE_ROOT/util/DetectJvmLibrary.jar;
+ fi
@@ -942,6 +941,10 @@ if [ $instcommon = true ]; then
$DEST_SGE_ROOT/util/resources/usersets/* \
$DEST_SGE_ROOT/util/resources/jsv/jsv_include*
fi
+
Execute chmod 755 $DEST_SGE_ROOT/util/resources/jsv/jsv.sh \
$DEST_SGE_ROOT/util/resources/jsv/jjsv.sh \
$DEST_SGE_ROOT/util/resources/jsv/jsv.pl \
@@ -951,8 +954,7 @@ if [ $instcommon = true ]; then
+ if test -f $DEST_SGE_ROOT/util/DetectJvmLibrary.jar; then
+ Execute chmod 644 $DEST_SGE_ROOT/util/DetectJvmLibrary.jar;
+ fi
if [ $instexamples = true ]; then
echo Installing \"examples\"
@@ -954,8 +957,7 @@ if [ $instcommon = true ]; then
Execute cp libs/japi/example.c $DEST_SGE_ROOT/examples/drmaa
Execute cp libs/japi/howto/*.c $DEST_SGE_ROOT/examples/drmaa
MakeDir examples/drmaa/ruby
- Execute mv $DEST_SGE_ROOT/util/resources/drmaa4ruby/samples/* $DEST_SGE_ROOT/examples/drmaa/ruby
- Execute rmdir $DEST_SGE_ROOT/util/resources/drmaa4ruby/samples
+ Execute cp -r dist/util/resources/drmaa4ruby/samples/* $DEST_SGE_ROOT/examples/drmaa/ruby
Execute chmod 755 $DEST_SGE_ROOT/examples/drmaa/ruby/*.rb \
$DEST_SGE_ROOT/examples/drmaa/ruby/flow/*.rb
Cleanup examples
fi
@@ -1117,9 +1119,6 @@ if [ $instcommon = true ]; then
@@ -1123,9 +1125,6 @@ if [ $instcommon = true ]; then
if [ -f CLASSES/herd/herd.jar ]; then
Execute cp CLASSES/herd/herd.jar $DEST_SGE_ROOT/lib/herd.jar
@@ -76,7 +77,7 @@ DESTDIR support.
fi
fi
@@ -1276,7 +1275,9 @@ if [ $instguiinst = true ]; then
@@ -1318,7 +1317,9 @@ if [ $instguiinst = true ]; then
echo "Installing \"start_gui_installer\" and \"/util/gui-installer\""
Execute mkdir -p $DEST_SGE_ROOT/util/gui-installer/html/en/help
Execute mkdir -p $DEST_SGE_ROOT/util/gui-installer/templates

View File

@@ -1,116 +0,0 @@
$NetBSD: patch-bl,v 1.6 2012/03/20 17:07:43 asau Exp $
--- source/libs/comm/cl_ssl_framework.c.orig 2009-02-16 08:50:41.000000000 +0000
+++ source/libs/comm/cl_ssl_framework.c
@@ -104,6 +104,9 @@
#define OPENSSL_CONST const
#endif
+#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10000000L
+typedef _STACK STACK;
+#endif
#define cl_com_ssl_func__SSL_CTX_set_mode(ctx,op) \
cl_com_ssl_func__SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
@@ -161,8 +164,8 @@ static int (*cl_com_ssl
static void (*cl_com_ssl_func__SSL_set_bio) (SSL *s, BIO *rbio,BIO *wbio);
static int (*cl_com_ssl_func__SSL_accept) (SSL *ssl);
static void (*cl_com_ssl_func__SSL_CTX_free) (SSL_CTX *);
-static SSL_CTX* (*cl_com_ssl_func__SSL_CTX_new) (SSL_METHOD *meth);
-static SSL_METHOD* (*cl_com_ssl_func__SSLv23_method) (void);
+static SSL_CTX* (*cl_com_ssl_func__SSL_CTX_new) (const SSL_METHOD *meth);
+static const SSL_METHOD* (*cl_com_ssl_func__SSLv23_method) (void);
static int (*cl_com_ssl_func__SSL_CTX_use_certificate_chain_file) (SSL_CTX *ctx, const char *file);
static int (*cl_com_ssl_func__SSL_CTX_use_certificate) (SSL_CTX *ctx, X509 *cert);
static int (*cl_com_ssl_func__SSL_CTX_use_PrivateKey_file) (SSL_CTX *ctx, const char *file, int type);
@@ -243,9 +246,9 @@ static void (*cl_com_ssl
static void (*cl_com_ssl_func__X509_STORE_CTX_set_error) (X509_STORE_CTX *ctx,int s);
static void (*cl_com_ssl_func__X509_OBJECT_free_contents) (X509_OBJECT *a);
static ASN1_INTEGER* (*cl_com_ssl_func__X509_get_serialNumber) (X509 *x);
-static int (*cl_com_ssl_func__X509_cmp_current_time) (ASN1_TIME *s);
-static int (*cl_com_ssl_func__ASN1_INTEGER_cmp) (ASN1_INTEGER *x, ASN1_INTEGER *y);
-static long (*cl_com_ssl_func__ASN1_INTEGER_get) (ASN1_INTEGER *a);
+static int (*cl_com_ssl_func__X509_cmp_current_time) (const ASN1_TIME *s);
+static int (*cl_com_ssl_func__ASN1_INTEGER_cmp) (const ASN1_INTEGER *x, const ASN1_INTEGER *y);
+static long (*cl_com_ssl_func__ASN1_INTEGER_get) (const ASN1_INTEGER *a);
static int (*cl_com_ssl_func__X509_CRL_verify) (X509_CRL *a, EVP_PKEY *r);
static EVP_PKEY* (*cl_com_ssl_func__X509_get_pubkey) (X509 *x);
static int (*cl_com_ssl_func__X509_STORE_set_default_paths) (X509_STORE *ctx);
@@ -1040,7 +1043,7 @@ static int cl_com_ssl_build_symbol_table
{
char* func_name = NULL;
int had_errors = 0;
-#if defined(FREEBSD) || defined(DARWIN)
+#if defined(NETBSD) || defined(FREEBSD) || defined(DARWIN)
void* cl_com_ssl_crypto_handle_saved = NULL;
#endif
@@ -1091,7 +1094,7 @@ static int cl_com_ssl_build_symbol_table
return CL_RETVAL_SSL_DLOPEN_SSL_LIB_FAILED;
}
-#if defined(FREEBSD) || defined(DARWIN)
+#if defined(NETBSD) || defined(FREEBSD) || defined(DARWIN)
cl_com_ssl_crypto_handle_saved = cl_com_ssl_crypto_handle;
cl_com_ssl_crypto_handle = RTLD_DEFAULT;
#endif
@@ -1204,14 +1207,14 @@ static int cl_com_ssl_build_symbol_table
}
func_name = "SSL_CTX_new";
- cl_com_ssl_func__SSL_CTX_new = (SSL_CTX* (*)(SSL_METHOD *meth))dlsym(cl_com_ssl_crypto_handle, func_name);
+ cl_com_ssl_func__SSL_CTX_new = (SSL_CTX* (*)(const SSL_METHOD *meth))dlsym(cl_com_ssl_crypto_handle, func_name);
if (cl_com_ssl_func__SSL_CTX_new == NULL) {
CL_LOG_STR(CL_LOG_ERROR,"dlsym error: can't get function address:", func_name);
had_errors++;
}
func_name = "SSLv23_method";
- cl_com_ssl_func__SSLv23_method = (SSL_METHOD* (*)(void))dlsym(cl_com_ssl_crypto_handle, func_name);
+ cl_com_ssl_func__SSLv23_method = (const SSL_METHOD* (*)(void))dlsym(cl_com_ssl_crypto_handle, func_name);
if (cl_com_ssl_func__SSLv23_method == NULL) {
CL_LOG_STR(CL_LOG_ERROR,"dlsym error: can't get function address:", func_name);
had_errors++;
@@ -1750,21 +1753,21 @@ static int cl_com_ssl_build_symbol_table
}
func_name = "X509_cmp_current_time";
- cl_com_ssl_func__X509_cmp_current_time = (int (*)(ASN1_TIME *s))dlsym(cl_com_ssl_crypto_handle, func_name);
+ cl_com_ssl_func__X509_cmp_current_time = (int (*)(const ASN1_TIME *s))dlsym(cl_com_ssl_crypto_handle, func_name);
if (cl_com_ssl_func__X509_cmp_current_time == NULL) {
CL_LOG_STR(CL_LOG_ERROR,"dlsym error: can't get function address:", func_name);
had_errors++;
}
func_name = "ASN1_INTEGER_cmp";
- cl_com_ssl_func__ASN1_INTEGER_cmp = (int (*)(ASN1_INTEGER *x, ASN1_INTEGER *y))dlsym(cl_com_ssl_crypto_handle, func_name);
+ cl_com_ssl_func__ASN1_INTEGER_cmp = (int (*)(const ASN1_INTEGER *x, const ASN1_INTEGER *y))dlsym(cl_com_ssl_crypto_handle, func_name);
if (cl_com_ssl_func__ASN1_INTEGER_cmp == NULL) {
CL_LOG_STR(CL_LOG_ERROR,"dlsym error: can't get function address:", func_name);
had_errors++;
}
func_name = "ASN1_INTEGER_get";
- cl_com_ssl_func__ASN1_INTEGER_get = (long (*)(ASN1_INTEGER *a))dlsym(cl_com_ssl_crypto_handle, func_name);
+ cl_com_ssl_func__ASN1_INTEGER_get = (long (*)(const ASN1_INTEGER *a))dlsym(cl_com_ssl_crypto_handle, func_name);
if (cl_com_ssl_func__ASN1_INTEGER_get == NULL) {
CL_LOG_STR(CL_LOG_ERROR,"dlsym error: can't get function address:", func_name);
had_errors++;
@@ -1813,7 +1816,7 @@ static int cl_com_ssl_build_symbol_table
return CL_RETVAL_SSL_CANT_LOAD_ALL_FUNCTIONS;
}
-#if defined(FREEBSD)
+#if defined(FREEBSD) || defined(NETBSD)
cl_com_ssl_crypto_handle = cl_com_ssl_crypto_handle_saved;
#endif
@@ -1918,7 +1921,7 @@ static int cl_com_ssl_build_symbol_table
cl_com_ssl_func__SSL_CTX_get_ex_data = (void* (*)(SSL_CTX *ssl,int idx))SSL_CTX_get_ex_data;
cl_com_ssl_func__SSL_CTX_set_ex_data = SSL_CTX_set_ex_data;
cl_com_ssl_func__sk_num = sk_num;
- cl_com_ssl_func__sk_value = sk_value;
+ cl_com_ssl_func__sk_value = (char* (*)(const STACK *, int))sk_value;
cl_com_ssl_func__X509_STORE_get_by_subject = X509_STORE_get_by_subject;
cl_com_ssl_func__EVP_PKEY_free = EVP_PKEY_free;
cl_com_ssl_func__X509_STORE_CTX_set_error = X509_STORE_CTX_set_error;

View File

@@ -1,10 +1,10 @@
$NetBSD: patch-source-utilbin_Makefile,v 1.1 2012/04/15 04:07:21 markd Exp $
$NetBSD: patch-source-utilbin_Makefile,v 1.2 2014/01/14 10:21:39 markd Exp $
Add LDFLAGS
replace $(COMMLISTSLIB) with -lcommlists so that pkgsrc wrapper
doesnt reorder.
--- source/utilbin/Makefile.orig 2009-02-11 09:27:33.000000000 +0000
--- source/utilbin/Makefile.orig 2013-10-28 16:22:54.000000000 +0000
+++ source/utilbin/Makefile
@@ -118,14 +118,14 @@ gethostbyaddr.o: $(UTILBIN_DIR)/gethostb
@@ -59,9 +59,9 @@ doesnt reorder.
@@ -188,7 +188,7 @@ signals.o: $(UTILBIN_DIR)/signals.c
#---------------------------------------------------------------------
loadcheck: loadcheck.o version.o $(WINGRIDLIB_DEP) $(UTILIB) $(COMMLISTSLIB) $(SGEOBJLIB) $(SGEOBJDLIB) $(CULLLIB)
- $(CC) -o $@ $(LFLAGS) loadcheck.o version.o -lsgeobj -lsgeobjd -lcull -luti $(WINGRIDLIB) $(COMMLISTSLIB) $(LOADAVGLIBS) $(LIBS)
+ $(CC) -o $@ $(LFLAGS) loadcheck.o version.o -lsgeobj -lsgeobjd -lcull -luti $(WINGRIDLIB) -lcommlists $(LOADAVGLIBS) $(LIBS)
loadcheck: loadcheck.o version.o $(WINGRIDLIB_DEP) $(UTILIB) $(COMMLISTSLIB) $(SGEOBJLIB) $(SGEOBJDLIB) $(CULLLIB) binding_support.o
- $(CC) -o $@ $(LFLAGS) loadcheck.o version.o binding_support.o $(SGEOBJLIB) $(SGEOBJDLIB) $(CULLLIB) $(UTILIB) $(WINGRIDLIB) $(COMMLISTSLIB) $(LOADAVGLIBS) $(HWLOCLIB) $(LIBS)
+ $(CC) -o $@ $(LFLAGS) loadcheck.o version.o binding_support.o $(SGEOBJLIB) $(SGEOBJDLIB) $(CULLLIB) $(UTILIB) $(WINGRIDLIB) -lcommlists $(LOADAVGLIBS) $(HWLOCLIB) $(LIBS)
loadcheck.o: $(UTILBIN_DIR)/loadcheck.c
$(CC) $(CFLAGS) -c $(UTILBIN_DIR)/loadcheck.c
@@ -91,8 +91,8 @@ doesnt reorder.
$(CC) $(CFLAGS) $(MEMCFLAG) $(GCC_NODUPLWARN) -c $(UTILBIN_DIR)/fstype.c
#---------------------------------------------------------------------
spooldefaults: spooldefaults.o version.o sge_mt_init.o $(SPOOLING_DEPS) $(SPOOLCLIB) $(SPOOLLIB) $(SCHEDLIB) $(EVCLIB) $(GDILIB) $(SGEOBJLIB) $(SGEOBJDLIB) $(COMMLIB) $(COMMLISTSLIB) $(CULLLIB) $(WINGRIDLIB_DEP) $(UTILIB)
- $(CC) -o $@ $(LFLAGS) spooldefaults.o version.o sge_mt_init.o -lspoolc $(SPOOLING_LIBS) -lsched -levc -lgdi -lsgeobj -lsgeobjd $(SECLIB) $(KRBLIB) -lcull -lcomm -lcommlists -luti $(WINGRIDLIB) $(DLLIB) $(SLIBS) $(LIBS)
+ $(CC) -o $@ $(LFLAGS) spooldefaults.o version.o sge_mt_init.o $(LDFLAGS) -lspoolc $(SPOOLING_LIBS) -lsched -levc -lgdi -lsgeobj -lsgeobjd $(SECLIB) $(KRBLIB) -lcull -lcomm -lcommlists -luti $(WINGRIDLIB) $(DLLIB) $(SLIBS) $(LIBS)
- $(CC) -o $@ $(LFLAGS) spooldefaults.o version.o sge_mt_init.o -lspoolc $(SPOOLING_LIBS) -lsched -levc -lgdi -lsgeobj -lsgeobjd $(KRBLIB) -lcull -lcomm -lcommlists -luti $(SECLIB) $(WINGRIDLIB) $(DLLIB) $(SLIBS) $(LIBS)
+ $(CC) -o $@ $(LFLAGS) spooldefaults.o version.o sge_mt_init.o $(LDFLAGS) -lspoolc $(SPOOLING_LIBS) -lsched -levc -lgdi -lsgeobj -lsgeobjd $(KRBLIB) -lcull -lcomm -lcommlists -luti $(SECLIB) $(WINGRIDLIB) $(DLLIB) $(SLIBS) $(LIBS)
spooldefaults.o: $(UTILBIN_DIR)/spooldefaults.c
$(CC) $(CFLAGS) -c $(UTILBIN_DIR)/spooldefaults.c
@@ -109,8 +109,8 @@ doesnt reorder.
#---------------------------------------------------------------------
spooledit: spooledit.o sge_mt_init.o $(SPOOLING_DEPS) $(SPOOLLIB) $(SCHEDLIB) $(EVCLIB) $(GDILIB) $(SGEOBJLIB) $(SGEOBJDLIB) $(COMMLIB) $(COMMLISTSLIB) $(CULLLIB) $(WINGRIDLIB_DEP) $(UTILIB)
- $(CC) -o $@ $(LFLAGS) spooledit.o version.o sge_mt_init.o -lspoolb $(SPOOLING_LIBS) -lsched -levc -lgdi -lsgeobj -lsgeobjd $(SECLIB) $(KRBLIB) -lcull -lcomm -lcommlists -luti $(WINGRIDLIB) -ldb$(BDB_LIB_SUFFIX) $(DLLIB) $(SLIBS) $(LIBS)
+ $(CC) -o $@ $(LFLAGS) spooledit.o version.o sge_mt_init.o $(LDFLAGS) -lspoolb $(SPOOLING_LIBS) -lsched -levc -lgdi -lsgeobj -lsgeobjd $(SECLIB) $(KRBLIB) -lcull -lcomm -lcommlists -luti $(WINGRIDLIB) -ldb$(BDB_LIB_SUFFIX) $(DLLIB) $(SLIBS) $(LIBS)
- $(CC) -o $@ $(LFLAGS) spooledit.o version.o sge_mt_init.o -lspoolb $(SPOOLING_LIBS) -lsched -levc -lgdi -lsgeobj -lsgeobjd $(KRBLIB) -lcull -lcomm -lcommlists -luti $(SECLIB) $(WINGRIDLIB) -ldb$(BDB_LIB_SUFFIX) $(DLLIB) $(SLIBS) $(LIBS)
+ $(CC) -o $@ $(LFLAGS) spooledit.o version.o sge_mt_init.o $(LDFLAGS) -lspoolb $(SPOOLING_LIBS) -lsched -levc -lgdi -lsgeobj -lsgeobjd $(KRBLIB) -lcull -lcomm -lcommlists -luti $(SECLIB) $(WINGRIDLIB) -ldb$(BDB_LIB_SUFFIX) $(DLLIB) $(SLIBS) $(LIBS)
spooledit.o: $(UTILBIN_DIR)/spooledit.c
$(CC) $(CFLAGS) -c $(UTILBIN_DIR)/spooledit.c
@@ -118,8 +118,8 @@ doesnt reorder.
$(CC) $(CFLAGS) -c $(UTILBIN_DIR)/valid_jvmlib.c
#---------------------------------------------------------------------
-AUTHUSER_ADD_LIBS = -luti $(COMMLISTSLIB) $(DLLIB)
+AUTHUSER_ADD_LIBS = -luti -lcommlists $(DLLIB)
-AUTHUSER_ADD_LIBS = $(UTILIB) $(COMMLISTSLIB) $(DLLIB)
+AUTHUSER_ADD_LIBS = $(UTILIB) -lcommlists $(DLLIB)
authuser: authuser.o juti.o $(UTILIB) $(COMMLISTSLIB)
$(CC) -o authuser $(LFLAGS) authuser.o juti.o $(AUTHLIBS) $(AUTHUSER_ADD_LIBS) $(LIBS)

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-source_libs_comm_cl_ssl_framework.c,v 1.1 2014/01/14 10:21:39 markd Exp $
Fix typo
--- source/libs/comm/cl_ssl_framework.c.orig 2013-10-28 16:22:53.000000000 +0000
+++ source/libs/comm/cl_ssl_framework.c
@@ -3637,7 +3637,7 @@ int cl_com_ssl_connection_request_handle
#ifndef USE_POLL
if (sockfd >= FD_SETSIZE) {
- CL_LOG_int(CL_LOG_ERROR,"number of filedescriptors exceeds FD_SETSIZE of this system: ", FD_SETSIZE);
+ CL_LOG_INT(CL_LOG_ERROR,"number of filedescriptors exceeds FD_SETSIZE of this system: ", FD_SETSIZE);
shutdown(sockfd, 2);
close(sockfd);
cl_commlib_push_application_error(CL_LOG_ERROR, CL_RETVAL_REACHED_FILEDESCRIPTOR_LIMIT, MSG_CL_COMMLIB_COMPILE_SOURCE_WITH_LARGER_FD_SETSIZE );

View File

@@ -1,8 +1,8 @@
$NetBSD: patch-source_libs_uti_sge__loadmem.c,v 1.1 2013/05/23 18:41:48 joerg Exp $
$NetBSD: patch-source_libs_uti_sge__loadmem.c,v 1.2 2014/01/14 10:21:39 markd Exp $
--- source/libs/uti/sge_loadmem.c.orig 2013-05-23 16:27:21.000000000 +0000
--- source/libs/uti/sge_loadmem.c.orig 2013-10-28 16:22:54.000000000 +0000
+++ source/libs/uti/sge_loadmem.c
@@ -44,6 +44,10 @@
@@ -45,6 +45,10 @@
#include "uti/sge_log.h"
#include "uti/msg_utilib.h"
@@ -10,6 +10,6 @@ $NetBSD: patch-source_libs_uti_sge__loadmem.c,v 1.1 2013/05/23 18:41:48 joerg Ex
+#include <uvm/uvm_extern.h>
+#endif
+
#if !defined(LINUX) && !defined(CRAY) && !defined(DARWIN) && !defined(FREEBSD) && !defined(NETBSD)
#if !defined(__linux__) && !defined(DARWIN) && !defined(FREEBSD) && !defined(NETBSD)
#include <unistd.h>

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 2013/05/31 12:41:45 wiz Exp $
# $NetBSD: Makefile,v 1.12 2014/03/12 20:17:09 asau Exp $
DISTNAME= slurm-2.4.1
PKGREVISION= 3
DISTNAME= slurm-2.6.4
PKGREVISION= 2
CATEGORIES= parallel
MASTER_SITES= http://www.schedmd.com/download/archive/ \
http://www.schedmd.com/download/latest/ \
@@ -18,6 +18,7 @@ GNU_CONFIGURE= yes
USE_TOOLS= perl pkg-config
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-hdf5=no
# Fix installation:
CONFIGURE_ARGS+= --htmldir=$(PREFIX)/share/doc/$(PKGNAME_NOREV)/html
@@ -33,6 +34,7 @@ post-install:
$(INSTALL_DATA_DIR) $(DESTDIR)$(PREFIX)/share/examples/$(PKGBASE)
$(INSTALL_DATA) $(WRKSRC)/etc/* $(DESTDIR)$(PREFIX)/share/examples/$(PKGBASE)/
PYTHON_FOR_BUILD_ONLY= yes
.include "../../lang/python/tool.mk"
CONFIGURE_ARGS+= --with-munge=$(BUILDLINK_PREFIX.munge:Q)

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2012/07/03 22:00:41 asau Exp $
@comment $NetBSD: PLIST,v 1.3 2013/12/06 06:05:30 asau Exp $
bin/sacct
bin/sacctmgr
bin/salloc
@@ -28,18 +28,29 @@ lib/libslurmdb.la
lib/slurm/accounting_storage_filetxt.la
lib/slurm/accounting_storage_none.la
lib/slurm/accounting_storage_slurmdbd.la
lib/slurm/acct_gather_energy_none.la
lib/slurm/acct_gather_energy_rapl.la
lib/slurm/acct_gather_filesystem_lustre.la
lib/slurm/acct_gather_filesystem_none.la
lib/slurm/acct_gather_infiniband_none.la
lib/slurm/acct_gather_profile_none.la
lib/slurm/auth_munge.la
lib/slurm/auth_none.la
lib/slurm/checkpoint_none.la
lib/slurm/checkpoint_ompi.la
lib/slurm/crypto_munge.la
lib/slurm/crypto_openssl.la
lib/slurm/ext_sensors_none.la
lib/slurm/gres_gpu.la
lib/slurm/gres_mic.la
lib/slurm/gres_nic.la
lib/slurm/job_submit_all_partitions.la
lib/slurm/job_submit_cnode.la
lib/slurm/job_submit_defaults.la
lib/slurm/job_submit_logging.la
lib/slurm/job_submit_partition.la
lib/slurm/job_submit_pbs.la
lib/slurm/job_submit_require_timelimit.la
lib/slurm/jobacct_gather_aix.la
lib/slurm/jobacct_gather_cgroup.la
lib/slurm/jobacct_gather_linux.la
@@ -47,6 +58,7 @@ lib/slurm/jobacct_gather_none.la
lib/slurm/jobcomp_filetxt.la
lib/slurm/jobcomp_none.la
lib/slurm/jobcomp_script.la
lib/slurm/launch_slurm.la
lib/slurm/mpi_lam.la
lib/slurm/mpi_mpich1_p4.la
lib/slurm/mpi_mpich1_shmem.la
@@ -72,6 +84,8 @@ lib/slurm/sched_wiki2.la
lib/slurm/select_cons_res.la
lib/slurm/select_cray.la
lib/slurm/select_linear.la
lib/slurm/select_serial.la
lib/slurm/spank_pbs.la
lib/slurm/src/sattach/sattach.wrapper.c
lib/slurm/src/srun/srun.wrapper.c
lib/slurm/switch_none.la
@@ -90,6 +104,7 @@ man/man1/sbcast.1
man/man1/scancel.1
man/man1/scontrol.1
man/man1/sdiag.1
man/man1/sh5util.1
man/man1/sinfo.1
man/man1/slurm.1
man/man1/smap.1
@@ -155,6 +170,7 @@ man/man3/slurm_hostlist_shift.3
man/man3/slurm_init_job_desc_msg.3
man/man3/slurm_init_part_desc_msg.3
man/man3/slurm_init_resv_desc_msg.3
man/man3/slurm_init_trigger_msg.3
man/man3/slurm_init_update_front_end_msg.3
man/man3/slurm_init_update_node_msg.3
man/man3/slurm_init_update_step_msg.3
@@ -171,8 +187,10 @@ man/man3/slurm_kill_job_step.3
man/man3/slurm_load_ctl_conf.3
man/man3/slurm_load_front_end.3
man/man3/slurm_load_job.3
man/man3/slurm_load_job_user.3
man/man3/slurm_load_jobs.3
man/man3/slurm_load_node.3
man/man3/slurm_load_node_single.3
man/man3/slurm_load_partitions.3
man/man3/slurm_load_reservations.3
man/man3/slurm_load_slurmd_status.3
@@ -233,9 +251,11 @@ man/man3/slurm_update_node.3
man/man3/slurm_update_partition.3
man/man3/slurm_update_reservation.3
man/man3/slurm_update_step.3
man/man5/acct_gather.conf.5
man/man5/bluegene.conf.5
man/man5/cgroup.conf.5
man/man5/cray.conf.5
man/man5/ext_sensors.conf.5
man/man5/gres.conf.5
man/man5/slurm.conf.5
man/man5/slurmdbd.conf.5
@@ -250,8 +270,13 @@ sbin/slurmctld
sbin/slurmd
sbin/slurmdbd
sbin/slurmstepd
share/doc/${PKGNAME}/html/Slurm_Entity.pdf
share/doc/${PKGNAME}/html/Slurm_Individual.pdf
share/doc/${PKGNAME}/html/accounting.html
share/doc/${PKGNAME}/html/accounting_storageplugins.html
share/doc/${PKGNAME}/html/acct_gather_energy_plugins.html
share/doc/${PKGNAME}/html/acct_gather_profile_plugins.html
share/doc/${PKGNAME}/html/add.html
share/doc/${PKGNAME}/html/allocation_pies.gif
share/doc/${PKGNAME}/html/api.html
share/doc/${PKGNAME}/html/arch.gif
@@ -267,6 +292,7 @@ share/doc/${PKGNAME}/html/configurator.easy.html
share/doc/${PKGNAME}/html/configurator.html
share/doc/${PKGNAME}/html/cons_res.html
share/doc/${PKGNAME}/html/cons_res_share.html
share/doc/${PKGNAME}/html/contributor.html
share/doc/${PKGNAME}/html/cpu_management.html
share/doc/${PKGNAME}/html/cray.html
share/doc/${PKGNAME}/html/crypto_plugins.html
@@ -274,22 +300,32 @@ share/doc/${PKGNAME}/html/disclaimer.html
share/doc/${PKGNAME}/html/dist_plane.html
share/doc/${PKGNAME}/html/documentation.html
share/doc/${PKGNAME}/html/download.html
share/doc/${PKGNAME}/html/dynalloc.html
share/doc/${PKGNAME}/html/elastic_computing.html
share/doc/${PKGNAME}/html/entities.gif
share/doc/${PKGNAME}/html/example_usage.gif
share/doc/${PKGNAME}/html/ext_sensorsplugins.html
share/doc/${PKGNAME}/html/faq.html
share/doc/${PKGNAME}/html/gang_scheduling.html
share/doc/${PKGNAME}/html/gres.html
share/doc/${PKGNAME}/html/gres_design.html
share/doc/${PKGNAME}/html/gres_plugins.html
share/doc/${PKGNAME}/html/hdf5_job_outline.png
share/doc/${PKGNAME}/html/hdf5_profile_user_guide.html
share/doc/${PKGNAME}/html/hdf5_task_attr.png
share/doc/${PKGNAME}/html/help.html
share/doc/${PKGNAME}/html/high_throughput.html
share/doc/${PKGNAME}/html/ibm-pe.html
share/doc/${PKGNAME}/html/ibm.html
share/doc/${PKGNAME}/html/ibm_pe_fig1.png
share/doc/${PKGNAME}/html/ibm_pe_fig2.png
share/doc/${PKGNAME}/html/job_array.html
share/doc/${PKGNAME}/html/job_exit_code.html
share/doc/${PKGNAME}/html/job_launch.html
share/doc/${PKGNAME}/html/job_submit_plugins.html
share/doc/${PKGNAME}/html/jobacct_gatherplugins.html
share/doc/${PKGNAME}/html/jobcompplugins.html
share/doc/${PKGNAME}/html/launch_plugins.html
share/doc/${PKGNAME}/html/linuxstyles.css
share/doc/${PKGNAME}/html/lll.gif
share/doc/${PKGNAME}/html/mail.html
@@ -317,24 +353,29 @@ share/doc/${PKGNAME}/html/power_save.html
share/doc/${PKGNAME}/html/preempt.html
share/doc/${PKGNAME}/html/preemption_plugins.html
share/doc/${PKGNAME}/html/priority_multifactor.html
share/doc/${PKGNAME}/html/priority_multifactor2.html
share/doc/${PKGNAME}/html/priority_plugins.html
share/doc/${PKGNAME}/html/proctrack_plugins.html
share/doc/${PKGNAME}/html/programmer_guide.html
share/doc/${PKGNAME}/html/prolog_epilog.html
share/doc/${PKGNAME}/html/publications.html
share/doc/${PKGNAME}/html/qos.html
share/doc/${PKGNAME}/html/quickstart.html
share/doc/${PKGNAME}/html/quickstart_admin.html
share/doc/${PKGNAME}/html/reservations.html
share/doc/${PKGNAME}/html/resource_limits.html
share/doc/${PKGNAME}/html/rosetta.html
share/doc/${PKGNAME}/html/schedmd.png
share/doc/${PKGNAME}/html/schedplugins.html
share/doc/${PKGNAME}/html/select_design.html
share/doc/${PKGNAME}/html/selectplugins.html
share/doc/${PKGNAME}/html/slurm.html
share/doc/${PKGNAME}/html/slurm_banner.gif
share/doc/${PKGNAME}/html/slurm_design.pdf
share/doc/${PKGNAME}/html/slurm_logo.png
share/doc/${PKGNAME}/html/slurm_ug_agenda.html
share/doc/${PKGNAME}/html/slurm_ug_cfp.html
share/doc/${PKGNAME}/html/slurm_ug_registration.html
share/doc/${PKGNAME}/html/slurmctld_plugstack.html
share/doc/${PKGNAME}/html/slurmstyles.css
share/doc/${PKGNAME}/html/sponsors.gif
share/doc/${PKGNAME}/html/sun_const.html
@@ -347,15 +388,17 @@ share/doc/${PKGNAME}/html/topo_ex2.gif
share/doc/${PKGNAME}/html/topology.html
share/doc/${PKGNAME}/html/topology_plugin.html
share/doc/${PKGNAME}/html/troubleshoot.html
share/doc/${PKGNAME}/html/tutorial_intro_files.tar
share/doc/${PKGNAME}/html/tutorials.html
share/doc/${PKGNAME}/html/usage_pies.gif
share/examples/slurm/bluegene.conf.example
share/examples/slurm/cgroup.conf.example
share/examples/slurm/cgroup.release_common.example
share/examples/slurm/cgroup_allowed_devices_file.conf.example
share/examples/slurm/federation.conf.example
share/examples/slurm/init.d.slurm
share/examples/slurm/init.d.slurm.in
share/examples/slurm/init.d.slurmdbd
share/examples/slurm/init.d.slurmdbd.in
share/examples/slurm/slurm.conf.example
share/examples/slurm/slurm.epilog.clean
share/examples/slurm/slurmdbd.conf.example
@pkgdir libexec/slurm

View File

@@ -1,13 +1,23 @@
$NetBSD: distinfo,v 1.2 2012/07/03 22:00:41 asau Exp $
$NetBSD: distinfo,v 1.4 2014/03/19 22:05:39 asau Exp $
SHA1 (slurm-2.4.1.tar.bz2) = 76b1eccad48d74ad9254d79d1252f3097e719f57
RMD160 (slurm-2.4.1.tar.bz2) = 82b15dc29dc4297cb62298650f10881694b6e224
Size (slurm-2.4.1.tar.bz2) = 5212382 bytes
SHA1 (patch-doc_html_Makefile.am) = 92a1942ed7c532fee6597f4d8a3adf81352f6d98
SHA1 (patch-doc_html_Makefile.in) = 65f05532ae7701c8d33fd46b7c5f853c9bd6a1b0
SHA1 (patch-doc_man_man1_Makefile.am) = c21d927d0d4949d1b82c57e865ee7a79ed8b99ed
SHA1 (patch-doc_man_man1_Makefile.in) = 9c568214983defe06627c701e96267f568597d50
SHA1 (patch-doc_man_man5_Makefile.am) = b8473964ad03e95c8416fe623e198f50dd557a08
SHA1 (patch-doc_man_man5_Makefile.in) = c1ea74633a8c59eaa6aaca3041c48770d7705432
SHA1 (patch-doc_man_man8_Makefile.am) = 46fb6837dc31e6f7ca926ffff1ddda1bdefeb83a
SHA1 (patch-doc_man_man8_Makefile.in) = e7c66557680c550f1d87147dad4107ad00c4c713
SHA1 (slurm-2.6.4.tar.bz2) = 6a5850b53201d506a86ab23d13318be34395d237
RMD160 (slurm-2.6.4.tar.bz2) = a6b4ab6782b0db0822acb2fd7efe6c1464b8a87c
Size (slurm-2.6.4.tar.bz2) = 5954130 bytes
SHA1 (patch-doc_html_Makefile.am) = 9152b1c6d735fbd106a5b2841b09b0c0d5fdbf9e
SHA1 (patch-doc_html_Makefile.in) = 237da04742791877d42d4b68805b2a513aab8f40
SHA1 (patch-doc_man_man1_Makefile.am) = a131bb9ac16f2683dd0756fff4538a3213043503
SHA1 (patch-doc_man_man1_Makefile.in) = 262ea869552b7ebd44b63e3df11a40b7172d2425
SHA1 (patch-doc_man_man5_Makefile.am) = b6918b7bf767b203841c8450bb6ab05b3339b08c
SHA1 (patch-doc_man_man5_Makefile.in) = 6a6d6370c915041096a8b1784dc290f76cac6f1b
SHA1 (patch-doc_man_man8_Makefile.am) = 1a5e7a1139688b0ce127a020deab04402599485e
SHA1 (patch-doc_man_man8_Makefile.in) = 01efd7282aa9d1d011c283358cb4aa566f7c72d6
SHA1 (patch-src_common_net.c) = 6a53ef7ef94afa1e48d929c635e900c9999e381b
SHA1 (patch-src_common_slurm__jobacct__gather.c) = abcb7c117c3efa95509d047ff7243fc98cfc00b7
SHA1 (patch-src_common_xcgroup.c) = fd49ee490fc663635b0b5a3ce54ede7e6166b897
SHA1 (patch-src_common_xcgroup.h) = 78e9021a725692c8a980556c000c4501c8009a75
SHA1 (patch-src_plugins_acct__gather__filesystem_lustre_acct__gather__filesystem__lustre.c) = 46cd8b130af2eb0c47de04ba2f24ffc1291c75ce
SHA1 (patch-src_slurmctld_reservation.c) = c02eb31c2b9dee32e1b68bb9ecf63acd34a987ca
SHA1 (patch-src_slurmd_common_setproctitle.c) = 1ac0cccd1f889a8a3e3d998bdb6392cfbca932e5
SHA1 (patch-src_slurmd_slurmstepd_task.c) = b7afd7c2ed58b8423490e1117d6e82d7b0f3294b
SHA1 (patch-src_srun_libsrun_debugger.c) = 1d10d883c2f9931af3166980c70730ab9fa1df96
SHA1 (patch-src_srun_libsrun_launch.c) = ff3cbfced383206f86f33c3a511334b95da9edc7

View File

@@ -1,10 +1,10 @@
$NetBSD: patch-doc_html_Makefile.am,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $
$NetBSD: patch-doc_html_Makefile.am,v 1.2 2013/12/06 06:05:30 asau Exp $
--- doc/html/Makefile.am.orig 2012-03-16 22:14:30.000000000 +0000
--- doc/html/Makefile.am.orig 2013-11-04 21:19:15.000000000 +0000
+++ doc/html/Makefile.am
@@ -1,6 +1,3 @@
-
-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html
-htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@/html
-
generated_html = \
accounting.html \

View File

@@ -1,12 +1,12 @@
$NetBSD: patch-doc_html_Makefile.in,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $
$NetBSD: patch-doc_html_Makefile.in,v 1.2 2013/12/06 06:05:30 asau Exp $
--- doc/html/Makefile.in.orig 2012-03-16 22:14:30.000000000 +0000
--- doc/html/Makefile.in.orig 2013-11-04 21:19:15.000000000 +0000
+++ doc/html/Makefile.in
@@ -282,7 +282,7 @@ host_alias = @host_alias@
@@ -341,7 +341,7 @@ host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html
-htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@/html
+htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@

View File

@@ -1,9 +1,9 @@
$NetBSD: patch-doc_man_man1_Makefile.am,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $
$NetBSD: patch-doc_man_man1_Makefile.am,v 1.2 2013/12/06 06:05:30 asau Exp $
--- doc/man/man1/Makefile.am.orig 2012-03-16 22:14:30.000000000 +0000
--- doc/man/man1/Makefile.am.orig 2013-11-04 21:19:15.000000000 +0000
+++ doc/man/man1/Makefile.am
@@ -1,5 +1,3 @@
-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html
-htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@/html
-
man1_MANS = \
sacct.1 \

View File

@@ -1,12 +1,12 @@
$NetBSD: patch-doc_man_man1_Makefile.in,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $
$NetBSD: patch-doc_man_man1_Makefile.in,v 1.2 2013/12/06 06:05:30 asau Exp $
--- doc/man/man1/Makefile.in.orig 2012-03-16 22:14:30.000000000 +0000
--- doc/man/man1/Makefile.in.orig 2013-11-04 21:19:15.000000000 +0000
+++ doc/man/man1/Makefile.in
@@ -284,7 +284,7 @@ host_alias = @host_alias@
@@ -343,7 +343,7 @@ host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html
-htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@/html
+htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@

View File

@@ -1,10 +1,10 @@
$NetBSD: patch-doc_man_man5_Makefile.am,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $
$NetBSD: patch-doc_man_man5_Makefile.am,v 1.2 2013/12/06 06:05:30 asau Exp $
--- doc/man/man5/Makefile.am.orig 2012-03-16 22:14:30.000000000 +0000
--- doc/man/man5/Makefile.am.orig 2013-11-04 21:19:15.000000000 +0000
+++ doc/man/man5/Makefile.am
@@ -1,5 +1,3 @@
-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html
-htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@/html
-
man5_MANS = bluegene.conf.5 \
cgroup.conf.5 \
cray.conf.5 \
man5_MANS = \
acct_gather.conf.5 \
bluegene.conf.5 \

View File

@@ -1,12 +1,12 @@
$NetBSD: patch-doc_man_man5_Makefile.in,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $
$NetBSD: patch-doc_man_man5_Makefile.in,v 1.2 2013/12/06 06:05:30 asau Exp $
--- doc/man/man5/Makefile.in.orig 2012-03-16 22:14:30.000000000 +0000
--- doc/man/man5/Makefile.in.orig 2013-11-04 21:19:15.000000000 +0000
+++ doc/man/man5/Makefile.in
@@ -284,7 +284,7 @@ host_alias = @host_alias@
@@ -343,7 +343,7 @@ host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html
-htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@/html
+htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@

View File

@@ -1,9 +1,9 @@
$NetBSD: patch-doc_man_man8_Makefile.am,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $
$NetBSD: patch-doc_man_man8_Makefile.am,v 1.2 2013/12/06 06:05:30 asau Exp $
--- doc/man/man8/Makefile.am.orig 2012-03-16 22:14:30.000000000 +0000
--- doc/man/man8/Makefile.am.orig 2013-11-04 21:19:15.000000000 +0000
+++ doc/man/man8/Makefile.am
@@ -1,5 +1,3 @@
-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html
-htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@/html
-
man8_MANS = slurmctld.8 \
slurmd.8 \

View File

@@ -1,12 +1,12 @@
$NetBSD: patch-doc_man_man8_Makefile.in,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $
$NetBSD: patch-doc_man_man8_Makefile.in,v 1.2 2013/12/06 06:05:30 asau Exp $
--- doc/man/man8/Makefile.in.orig 2012-03-16 22:14:30.000000000 +0000
--- doc/man/man8/Makefile.in.orig 2013-11-04 21:19:15.000000000 +0000
+++ doc/man/man8/Makefile.in
@@ -284,7 +284,7 @@ host_alias = @host_alias@
@@ -343,7 +343,7 @@ host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html
-htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@/html
+htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@

View File

@@ -0,0 +1,22 @@
$NetBSD: patch-src_common_net.c,v 1.1 2013/12/06 06:05:30 asau Exp $
--- src/common/net.c.orig 2013-11-04 21:19:15.000000000 +0000
+++ src/common/net.c
@@ -52,7 +52,7 @@
#include <errno.h>
#include <stdint.h>
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__)
#define SOL_TCP IPPROTO_TCP
#endif
@@ -216,7 +216,7 @@ extern int net_set_keep_alive(int sock)
* Removing this call might decrease the robustness of communications,
* but will probably have no noticable effect.
*/
-#if ! defined(__FreeBSD__) || (__FreeBSD_version > 900000)
+#if (! defined(__FreeBSD__) || (__FreeBSD_version > 900000)) && ! defined(__APPLE__)
opt_int = keep_alive_time;
if (setsockopt(sock, SOL_TCP, TCP_KEEPIDLE, &opt_int, opt_len) < 0) {
error("Unable to set keep alive socket time: %m");

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_common_slurm__jobacct__gather.c,v 1.1 2013/12/06 06:05:30 asau Exp $
--- src/common/slurm_jobacct_gather.c.orig 2013-11-04 21:19:15.000000000 +0000
+++ src/common/slurm_jobacct_gather.c
@@ -47,7 +47,7 @@
* Morris Jette, et al.
\*****************************************************************************/
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__)
#include <signal.h>
#endif
#include <pthread.h>

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_common_xcgroup.c,v 1.1 2013/12/06 06:05:30 asau Exp $
--- src/common/xcgroup.c.orig 2013-11-04 21:19:15.000000000 +0000
+++ src/common/xcgroup.c
@@ -217,7 +217,7 @@ int xcgroup_ns_mount(xcgroup_ns_t* cgns)
options = opt_combined;
}
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__APPLE__)
if (mount("cgroup", cgns->mnt_point,
MS_NOSUID|MS_NOEXEC|MS_NODEV, options))
#else

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_common_xcgroup.h,v 1.1 2013/12/06 06:05:30 asau Exp $
--- src/common/xcgroup.h.orig 2013-11-04 21:19:15.000000000 +0000
+++ src/common/xcgroup.h
@@ -49,7 +49,7 @@
#define XCGROUP_SUCCESS 0
// http://lists.debian.org/debian-boot/2012/04/msg00047.html
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__)
#define MS_NOSUID MNT_NOSUID
#define MS_NOEXEC MNT_NOEXEC
#define MS_NODEV 0

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-src_plugins_acct__gather__filesystem_lustre_acct__gather__filesystem__lustre.c,v 1.2 2014/03/19 22:05:39 asau Exp $
--- src/plugins/acct_gather_filesystem/lustre/acct_gather_filesystem_lustre.c.orig 2013-12-23 19:38:25.000000000 +0000
+++ src/plugins/acct_gather_filesystem/lustre/acct_gather_filesystem_lustre.c
@@ -49,6 +49,9 @@
#include <getopt.h>
#include <netinet/in.h>
+#if defined(__NetBSD__) || defined(__FreeBSD__)
+#include <limits.h> /* PATH_MAX */
+#endif
#include "src/common/slurm_xlator.h"
#include "src/common/slurm_acct_gather_filesystem.h"

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_slurmctld_reservation.c,v 1.1 2013/12/06 06:05:30 asau Exp $
--- src/slurmctld/reservation.c.orig 2013-11-04 21:19:15.000000000 +0000
+++ src/slurmctld/reservation.c
@@ -44,7 +44,7 @@
# include <pthread.h>
#endif /* WITH_PTHREADS */
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__)
#include <signal.h>
#endif

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_slurmd_common_setproctitle.c,v 1.1 2013/12/06 06:05:30 asau Exp $
--- src/slurmd/common/setproctitle.c.orig 2013-11-04 21:19:15.000000000 +0000
+++ src/slurmd/common/setproctitle.c
@@ -90,7 +90,7 @@
#include <stdlib.h>
#include <string.h>
#endif
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__)
#include <stdio.h>
#endif
#ifndef HAVE_SETPROCTITLE

View File

@@ -0,0 +1,18 @@
$NetBSD: patch-src_slurmd_slurmstepd_task.c,v 1.1 2013/12/06 06:05:30 asau Exp $
--- src/slurmd/slurmstepd/task.c.orig 2013-11-04 21:19:15.000000000 +0000
+++ src/slurmd/slurmstepd/task.c
@@ -501,7 +501,12 @@ _make_tmpdir(slurmd_job_t *job)
* still work with older systems we include this check.
*/
-#if defined(__FreeBSD__)
+/* FIXME: Come up with a real solution for EUID instead of substituting RUID */
+#if defined(__NetBSD__)
+#define eaccess(p,m) (access((p),(m)))
+#endif
+
+#if defined(__FreeBSD__) || defined(__NetBSD__)
#define __GLIBC__ (1)
#define __GLIBC_PREREQ(a,b) (1)
#endif

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_srun_libsrun_debugger.c,v 1.1 2013/12/06 06:05:30 asau Exp $
--- src/srun/libsrun/debugger.c.orig 2013-11-04 21:19:15.000000000 +0000
+++ src/srun/libsrun/debugger.c
@@ -38,7 +38,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__)
#include <signal.h>
#endif

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_srun_libsrun_launch.c,v 1.1 2013/12/06 06:05:30 asau Exp $
--- src/srun/libsrun/launch.c.orig 2013-11-04 21:19:15.000000000 +0000
+++ src/srun/libsrun/launch.c
@@ -36,7 +36,7 @@
#include <stdlib.h>
#include <fcntl.h>
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__)
#include <signal.h>
#endif

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/09/11 20:36:18 asau Exp $
# $NetBSD: Makefile,v 1.4 2013/10/20 17:58:05 joerg Exp $
DISTNAME= tbb30_20110325oss_src
PKGNAME= threadingbuildingblocks-3.0.6 # for "3.0 update 6"
@@ -18,7 +18,7 @@ MAKE_FLAGS= tbb_build_prefix=build # use fixed path
BUILD_TARGET= default
TEST_TARGET= test
post-extract:
pre-configure:
cd $(WRKSRC)/build/ && cp FreeBSD.gcc.inc NetBSD.gcc.inc && cp FreeBSD.inc NetBSD.inc
INSTALLATION_DIRS= include lib share/doc/$(PKGBASE)

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2011/08/27 19:48:13 asau Exp $
$NetBSD: distinfo,v 1.2 2013/10/20 17:58:05 joerg Exp $
SHA1 (tbb30_20110325oss_src.tgz) = b58650cdaa8e8497de2a797af1d03dcfc1c63351
RMD160 (tbb30_20110325oss_src.tgz) = c95aa788d518d806b516b9e9e179d93bce19aa9c
Size (tbb30_20110325oss_src.tgz) = 1880565 bytes
SHA1 (patch-build_FreeBSD.gcc.inc) = f3f0e418b1eda91646e9e9cc9c34d40865eb7514

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-build_FreeBSD.gcc.inc,v 1.1 2013/10/20 17:58:06 joerg Exp $
--- build/FreeBSD.gcc.inc.orig 2013-10-18 13:29:39.000000000 +0000
+++ build/FreeBSD.gcc.inc
@@ -88,7 +88,7 @@ endif
# Setting tbbmalloc data.
#------------------------------------------------------------------------------
-M_CPLUS_FLAGS = $(CPLUS_FLAGS) -fno-rtti -fno-exceptions -fno-schedule-insns2
+M_CPLUS_FLAGS = $(CPLUS_FLAGS) -fno-rtti -fno-exceptions
#------------------------------------------------------------------------------
# End of setting tbbmalloc data.