pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Follow suggestions of pkglint -Wall
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Sun May 15 22:34:39 2016 -0500
Changeset: db9de430ed08984dcc4009693aa25a3f3c482f34
Modified Files:
slurm/Makefile
slurm/distinfo
slurm/patches/patch-etc_init.d.slurm.in
slurm/patches/patch-src_common_callerid.c
slurm/patches/patch-src_common_gres.c
slurm/patches/patch-src_plugins_burst__buffer_common_burst__buffer__common.c
slurm/patches/patch-src_plugins_power_common_power__common.c
slurm/patches/patch-src_plugins_switch_generic_switch__generic.c
slurm/patches/patch-src_slurmd_slurmstepd_task.c
Log Message:
Follow suggestions of pkglint -Wall
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=db9de430ed08984dcc4009693aa25a3f3c482f34
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
slurm/Makefile | 4 ++--
slurm/distinfo | 14 +++++++-------
slurm/patches/patch-etc_init.d.slurm.in | 1 +
slurm/patches/patch-src_common_callerid.c | 1 +
slurm/patches/patch-src_common_gres.c | 1 +
...rc_plugins_burst__buffer_common_burst__buffer__common.c | 1 +
.../patches/patch-src_plugins_power_common_power__common.c | 1 +
.../patch-src_plugins_switch_generic_switch__generic.c | 1 +
slurm/patches/patch-src_slurmd_slurmstepd_task.c | 1 +
9 files changed, 16 insertions(+), 9 deletions(-)
diffs:
diff --git a/slurm/Makefile b/slurm/Makefile
index f65c6ba..816f7cb 100644
--- a/slurm/Makefile
+++ b/slurm/Makefile
@@ -16,11 +16,11 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
-USE_TOOLS= perl pkg-config
+USE_TOOLS+= perl pkg-config
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --htmldir=${PREFIX}/share/doc/${PKGNAME_NOREV}/html
-CONFIGURE_ARGS+= --with-munge=${BUILDLINK_PREFIX.munge:Q}
+CONFIGURE_ARGS+= --with-munge=${BUILDLINK_PREFIX.munge}
REPLACE_PYTHON= doc/html/shtml2html.py
REPLACE_PYTHON+= doc/man/man2html.py
diff --git a/slurm/distinfo b/slurm/distinfo
index 6fcc7f2..b5e753f 100644
--- a/slurm/distinfo
+++ b/slurm/distinfo
@@ -4,10 +4,10 @@ SHA1 (slurm-15.08.11.tar.bz2) = 1a69b8e44c3c40ee5403874e3c3a66fc476f62c8
RMD160 (slurm-15.08.11.tar.bz2) = 73100156c355ac2a05a70efcf00b949276438b77
SHA512 (slurm-15.08.11.tar.bz2) = f152893fc1c8f54120d886c81d1651545c79cc67606608b871d2c5a7e6c396deb59a7573a61e2a73fd9b9742e3ac5d53ab4db69b8b1e6a533a26b02e5e733b33
Size (slurm-15.08.11.tar.bz2) = 5870156 bytes
-SHA1 (patch-etc_init.d.slurm.in) = 0c779048fad16cb2de4abbe078a967a99fe0321f
-SHA1 (patch-src_common_callerid.c) = caea5b2d428435285ec66f00624fcac812d1b141
-SHA1 (patch-src_common_gres.c) = 0f2d7cce6dd6063f98894f08f6cdbaa3a09d856e
-SHA1 (patch-src_plugins_burst__buffer_common_burst__buffer__common.c) = 64739577cc3567601eb4a9531554b6d9468f6210
-SHA1 (patch-src_plugins_power_common_power__common.c) = e95ea1a3825fbe68d44e571174ef2eddd0040a7b
-SHA1 (patch-src_plugins_switch_generic_switch__generic.c) = 877ace2fbc2f7d6747438ac0c32a6b5b902fd70f
-SHA1 (patch-src_slurmd_slurmstepd_task.c) = bb02a932efdd38369b08513cb0ec9d5ebe3cdd6f
+SHA1 (patch-etc_init.d.slurm.in) = beaedd5385b4aad04583d2bc5a23557519f74ec5
+SHA1 (patch-src_common_callerid.c) = a6d743542f2c46d17a94b2473be703be41c24664
+SHA1 (patch-src_common_gres.c) = 0051f23e065ad70856ee261469591f454eafaf61
+SHA1 (patch-src_plugins_burst__buffer_common_burst__buffer__common.c) = b21a852722c26b955ae51d8615c9d22304650d32
+SHA1 (patch-src_plugins_power_common_power__common.c) = 7527e0655efe6ea0243cb3a9ff21814002bed5d9
+SHA1 (patch-src_plugins_switch_generic_switch__generic.c) = acf9bcc6f8a787770cd8553de520edef5bdbda4a
+SHA1 (patch-src_slurmd_slurmstepd_task.c) = 28a1e6035062d33fa1ca8837b5050d9308fa1c84
diff --git a/slurm/patches/patch-etc_init.d.slurm.in b/slurm/patches/patch-etc_init.d.slurm.in
index f3bd66c..a5a61fc 100644
--- a/slurm/patches/patch-etc_init.d.slurm.in
+++ b/slurm/patches/patch-etc_init.d.slurm.in
@@ -1,6 +1,7 @@
$NetBSD: patch-etc_init.d.slurm.in,v 1.1 2015/04/20 13:08:37 outpaddling Exp $
# Provide something for SUBST to replace
+
--- etc/init.d.slurm.in.orig 2015-03-19 19:38:01.000000000 +0000
+++ etc/init.d.slurm.in
@@ -25,6 +25,9 @@
diff --git a/slurm/patches/patch-src_common_callerid.c b/slurm/patches/patch-src_common_callerid.c
index 68a71ca..b71a125 100644
--- a/slurm/patches/patch-src_common_callerid.c
+++ b/slurm/patches/patch-src_common_callerid.c
@@ -1,6 +1,7 @@
$NetBSD$
# Hack to allow access to opaque structure members
+
--- src/common/callerid.c.orig 2016-05-03 22:41:59.000000000 +0000
+++ src/common/callerid.c
@@ -58,6 +58,14 @@
diff --git a/slurm/patches/patch-src_common_gres.c b/slurm/patches/patch-src_common_gres.c
index 917a950..6975361 100644
--- a/slurm/patches/patch-src_common_gres.c
+++ b/slurm/patches/patch-src_common_gres.c
@@ -1,6 +1,7 @@
$NetBSD$
# Linux compatiblity
+
--- src/common/gres.c.orig 2016-05-03 22:41:59.000000000 +0000
+++ src/common/gres.c
@@ -79,6 +79,14 @@ typedef cpuset_t cpu_set_t;
diff --git a/slurm/patches/patch-src_plugins_burst__buffer_common_burst__buffer__common.c b/slurm/patches/patch-src_plugins_burst__buffer_common_burst__buffer__common.c
index 5f11717..719cd36 100644
--- a/slurm/patches/patch-src_plugins_burst__buffer_common_burst__buffer__common.c
+++ b/slurm/patches/patch-src_plugins_burst__buffer_common_burst__buffer__common.c
@@ -1,6 +1,7 @@
$NetBSD$
# Linux compat
+
--- src/plugins/burst_buffer/common/burst_buffer_common.c.orig 2016-05-14 18:55:22.000000000 +0000
+++ src/plugins/burst_buffer/common/burst_buffer_common.c
@@ -52,7 +52,7 @@
diff --git a/slurm/patches/patch-src_plugins_power_common_power__common.c b/slurm/patches/patch-src_plugins_power_common_power__common.c
index d7a205c..5a55586 100644
--- a/slurm/patches/patch-src_plugins_power_common_power__common.c
+++ b/slurm/patches/patch-src_plugins_power_common_power__common.c
@@ -1,6 +1,7 @@
$NetBSD$
# Linux compat
+
--- ./src/plugins/power/common/power_common.c.orig 2016-05-03 22:35:12.000000000 +0000
+++ ./src/plugins/power/common/power_common.c
@@ -50,7 +50,7 @@
diff --git a/slurm/patches/patch-src_plugins_switch_generic_switch__generic.c b/slurm/patches/patch-src_plugins_switch_generic_switch__generic.c
index 7a8d8ab..6fcde48 100644
--- a/slurm/patches/patch-src_plugins_switch_generic_switch__generic.c
+++ b/slurm/patches/patch-src_plugins_switch_generic_switch__generic.c
@@ -1,6 +1,7 @@
$NetBSD: patch-src_plugins_switch_generic_switch__generic.c,v 1.1 2015/04/20 13:08:37 outpaddling Exp $
# Ensure proper #include order
+
--- src/plugins/switch/generic/switch_generic.c.orig 2015-03-19 19:38:01.000000000 +0000
+++ src/plugins/switch/generic/switch_generic.c
@@ -40,12 +40,13 @@
diff --git a/slurm/patches/patch-src_slurmd_slurmstepd_task.c b/slurm/patches/patch-src_slurmd_slurmstepd_task.c
index 56ee3f8..9d0a372 100644
--- a/slurm/patches/patch-src_slurmd_slurmstepd_task.c
+++ b/slurm/patches/patch-src_slurmd_slurmstepd_task.c
@@ -1,6 +1,7 @@
$NetBSD: patch-src_slurmd_slurmstepd_task.c,v 1.2 2015/04/20 13:08:37 outpaddling Exp $
# Hack for Linux compat
+
--- src/slurmd/slurmstepd/task.c.orig 2015-03-19 19:38:01.000000000 +0000
+++ src/slurmd/slurmstepd/task.c
@@ -540,6 +540,17 @@ _make_tmpdir(stepd_step_rec_t *job)
Home |
Main Index |
Thread Index |
Old Index