pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(twittering-mode) A little bit progress on make test, REPACE_BASH= test/run-test.sh (etc) and patch on it. But does not pass yet.
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara (CF-S9) <makoto%ki.nu@localhost>
Pushed By: mef
Date: Sat Sep 17 21:20:06 2016 +0900
Changeset: 9ab2dd114d8eca90ea0329c4bf316561b6dfff54
Modified Files:
twittering-mode-git/Makefile
twittering-mode-git/distinfo
Added Files:
twittering-mode/patches/patch-test_run-test.sh
Log Message:
(twittering-mode) A little bit progress on make test, REPACE_BASH= test/run-test.sh (etc) and patch on it. But does not pass yet.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9ab2dd114d8eca90ea0329c4bf316561b6dfff54
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
twittering-mode-git/Makefile | 2 ++
twittering-mode-git/distinfo | 1 +
twittering-mode/patches/patch-test_run-test.sh | 15 +++++++++++++++
3 files changed, 18 insertions(+)
diffs:
diff --git a/twittering-mode-git/Makefile b/twittering-mode-git/Makefile
index b6afd76..a5a26d5 100644
--- a/twittering-mode-git/Makefile
+++ b/twittering-mode-git/Makefile
@@ -24,6 +24,8 @@ USE_LANGUAGES= # none
# And directory name should get higher precedence, so begins with 'a'.
INSTALLATION_DIRS= ${EMACS_LISPPREFIX}/a-files
+# for make test only
+REPLACE_BASH= test/run-test.sh
TEST_TARGET= check
do-install:
diff --git a/twittering-mode-git/distinfo b/twittering-mode-git/distinfo
index 07d9d1e..af3f7bb 100644
--- a/twittering-mode-git/distinfo
+++ b/twittering-mode-git/distinfo
@@ -1 +1,2 @@
$NetBSD: distinfo,v 1.5 2013/06/14 13:50:15 makoto Exp $
+SHA1 (patch-test_run-test.sh) = 480806870c6ef3ef472b6b814f1b95fa3b48bc36
diff --git a/twittering-mode/patches/patch-test_run-test.sh b/twittering-mode/patches/patch-test_run-test.sh
new file mode 100644
index 0000000..d0feeb4
--- /dev/null
+++ b/twittering-mode/patches/patch-test_run-test.sh
@@ -0,0 +1,15 @@
+$NetBSD$
+
+make test tries to run names listed on emacsen=,
+limit emacs only for pkgsrc
+
+--- test/run-test.sh.orig 2016-03-21 19:03:59.000000000 +0900
++++ test/run-test.sh 2016-10-29 21:27:21.000000000 +0900
+@@ -1,6 +1,6 @@
+ #!/bin/bash
+
+-emacsen="emacs emacs23 emacs22 emacs21"
++emacsen="emacs"
+
+ continue_on_error=
+ if [ $# -gt 0 ]; then
Home |
Main Index |
Thread Index |
Old Index