From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/scmail/, mail-filter/scmail/files/
Date: Tue, 17 Jul 2018 13:29:47 +0000 (UTC) [thread overview]
Message-ID: <1531834181.9bd3a6af8d7a63ee6b3b8ff5f4c943c9c978e0ce.hattya@gentoo> (raw)
commit: 9bd3a6af8d7a63ee6b3b8ff5f4c943c9c978e0ce
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 17 13:25:18 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 13:29:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd3a6af
mail-filter/scmail: fix undefined reference
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../scmail/files/scmail-undefined-reference.patch | 51 ++++++++++++++++++++++
mail-filter/scmail/scmail-1.3.ebuild | 1 +
2 files changed, 52 insertions(+)
diff --git a/mail-filter/scmail/files/scmail-undefined-reference.patch b/mail-filter/scmail/files/scmail-undefined-reference.patch
new file mode 100644
index 00000000000..5059ef4b1fd
--- /dev/null
+++ b/mail-filter/scmail/files/scmail-undefined-reference.patch
@@ -0,0 +1,51 @@
+--- a/scmail/config.scm
++++ b/scmail/config.scm
+@@ -30,6 +30,8 @@
+ ))
+ (select-module scmail.config)
+
++(autoload scmail.util scmail-eformat)
++
+ (define scmail-config-directory (make-parameter (expand-path "~/.scmail")))
+
+ (define (scmail-config-set-directory! directory)
+--- a/scmail/mailbox.scm
++++ b/scmail/mailbox.scm
+@@ -19,6 +19,7 @@
+ (use srfi-1)
+ (use file.util)
+ (use gauche.parameter)
++ (use scmail.util)
+ (export <mailbox>
+ make-scmail-mailbox
+ scmail-mailbox-mail-list
+--- a/scmail/util.scm
++++ b/scmail/util.scm
+@@ -19,7 +19,6 @@
+ (use file.util)
+ (use srfi-13)
+ (use gauche.parameter)
+- (use scmail.config)
+ (use scmail.progress)
+ (use gauche.version)
+ (export filter safe-rxmatch
+@@ -31,6 +30,8 @@
+
+ (select-module scmail.util)
+
++(autoload scmail.config scmail-config-verbose-mode?)
++
+ ;;
+ ;; FIXME: Reinvent it because filter in srfi-1 module is too
+ ;; slow in old Gauche implementations.
+--- a/scmail.scm
++++ b/scmail.scm
+@@ -264,7 +264,7 @@
+ (unless (eq? status :last)
+ (scmail-filter-iter mail (cdr filter-rules))))))
+ (unless (is-a? mail <mail>)
+- (scmail-eprintf "<mail> required but got ~a" (class-of mail)))
++ (scmail-eformat "<mail> required but got ~a" (class-of mail)))
+ (scmail-filter-iter mail (filter-rules)))
+
+
diff --git a/mail-filter/scmail/scmail-1.3.ebuild b/mail-filter/scmail/scmail-1.3.ebuild
index 2d807f3fdee..8e65b389804 100644
--- a/mail-filter/scmail/scmail-1.3.ebuild
+++ b/mail-filter/scmail/scmail-1.3.ebuild
@@ -20,6 +20,7 @@ DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${PN}-doc-encoding.patch
"${FILESDIR}"/${PN}-gauche-0.9.patch
+ "${FILESDIR}"/${PN}-undefined-reference.patch
)
HTML_DOCS=( doc/{${PN},scbayes}{,-ja}.html )
next reply other threads:[~2018-07-17 13:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-17 13:29 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-06-30 13:57 [gentoo-commits] repo/gentoo:master commit in: mail-filter/scmail/, mail-filter/scmail/files/ Akinori Hattori
2018-07-17 13:29 Akinori Hattori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1531834181.9bd3a6af8d7a63ee6b3b8ff5f4c943c9c978e0ce.hattya@gentoo \
--to=hattya@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox