pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Explain why -w fails, move other TODO items into Makefile.
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%NetBSD.org@localhost>
Pushed By: ng0
Date: Fri Oct 11 12:50:00 2019 +0000
Changeset: 43eece0171e0c107973c1900b2c6b76f5a45bb2a
Modified Files:
guile-haunt/DESCR
guile-haunt/Makefile
Removed Files:
guile-haunt/TODO
Log Message:
Explain why -w fails, move other TODO items into Makefile.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=43eece0171e0c107973c1900b2c6b76f5a45bb2a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
guile-haunt/DESCR | 4 ++++
guile-haunt/Makefile | 2 ++
guile-haunt/TODO | 22 ----------------------
3 files changed, 6 insertions(+), 22 deletions(-)
diffs:
diff --git a/guile-haunt/DESCR b/guile-haunt/DESCR
index 0d7506b86f..9c359d3915 100644
--- a/guile-haunt/DESCR
+++ b/guile-haunt/DESCR
@@ -1,3 +1,7 @@
Haunt is a static site generator written in Guile Scheme.
Haunt features a functional build system and an extensible
interface for reading articles in any format.
+
+At the moment you can't use haunt serve with the "-w"
+option as this requires a build of guile 2.2 with
+threads.
diff --git a/guile-haunt/Makefile b/guile-haunt/Makefile
index 07465648b1..30ae59b120 100644
--- a/guile-haunt/Makefile
+++ b/guile-haunt/Makefile
@@ -15,6 +15,8 @@ GNU_CONFIGURE_PREFIX= ${PREFIX}/guile/2.2
CONFIGURE_ARGS+= --libdir=${PREFIX}/guile/2.2/lib
USE_TOOLS+= automake autoconf autoreconf pkg-config
+# Runtime depends? Check.
+# Add guile-reader, for Skribe support
DEPENDS+= guile-commonmark-[0-9]*:../../wip/guile-commonmark
INFO_FILES= YES
diff --git a/guile-haunt/TODO b/guile-haunt/TODO
deleted file mode 100644
index e415a3cfdb..0000000000
--- a/guile-haunt/TODO
+++ /dev/null
@@ -1,22 +0,0 @@
-* guile-reader (missing package), adds support for Skribe
-
-* Fix 'haunt serve -w' invocation:
-/usr/pkg/guile/2.2/bin/haunt serve -w
-serving /tmp/krosos on port 8080
-Backtrace:
- 4 (primitive-load "/usr/pkg/guile/2.2/bin/haunt")
-In haunt/ui.scm:
- 124:6 3 (run-haunt-command _ . _)
-In haunt/ui/serve.scm:
- 134:6 2 (haunt-serve . _)
-In ice-9/threads.scm:
- 147:6 1 (call-with-new-thread #<procedure 7a13b492c8e0 at haun?> ?)
-In unknown file:
- 0 (%call-with-new-thread #<procedure 7a13b485d480 at ice-?>)
-
-ERROR: In procedure %call-with-new-thread:
-Function not implemented
-*** Error code 1
-
-Stop.
-make: stopped in /home/ng0/src/websites/old/website
Home |
Main Index |
Thread Index |
Old Index