pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add to REPLACE_PYTHON, document reason for PLIST inconsistency in TODO
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Sun May 15 22:25:19 2016 -0500
Changeset: 2fb24bcaf96aa15a3b3ed917792b394b7a904d40
Modified Files:
slurm/Makefile
slurm/TODO
Log Message:
Add to REPLACE_PYTHON, document reason for PLIST inconsistency in TODO
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2fb24bcaf96aa15a3b3ed917792b394b7a904d40
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
slurm/Makefile | 4 ++++
slurm/TODO | 3 +++
2 files changed, 7 insertions(+)
diffs:
diff --git a/slurm/Makefile b/slurm/Makefile
index a9915c3..f65c6ba 100644
--- a/slurm/Makefile
+++ b/slurm/Makefile
@@ -23,6 +23,10 @@ CONFIGURE_ARGS+= --htmldir=${PREFIX}/share/doc/${PKGNAME_NOREV}/html
CONFIGURE_ARGS+= --with-munge=${BUILDLINK_PREFIX.munge:Q}
REPLACE_PYTHON= doc/html/shtml2html.py
+REPLACE_PYTHON+= doc/man/man2html.py
+REPLACE_PYTHON+= testsuite/expect/regression.py
+REPLACE_PYTHON+= testsuite/expect/driveregress.py
+REPLACE_PYTHON+= contribs/cray/csm/slurmconfgen_smw.py
PKG_GROUPS= slurm
PKG_USERS= slurm:slurm
diff --git a/slurm/TODO b/slurm/TODO
index 5139e4b..c1eba56 100644
--- a/slurm/TODO
+++ b/slurm/TODO
@@ -1 +1,4 @@
mkdir /var/log/slurm /var/run/slurm?
+
+NetBSD build installs fewer files in share/doc/slurm/html because it lacks
+man2html.
Home |
Main Index |
Thread Index |
Old Index