aboutsummaryrefslogtreecommitdiff
path: root/mail/mu4e
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2021-01-23 02:42:40 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2021-01-23 02:42:40 +0000
commitf22ff06bd577660731684acacb1518028c30ab73 (patch)
tree6efc47da0ea5779a865df69e9d4e8866230304d5 /mail/mu4e
parent99f5c168edb10baddba52a575894f5baf4fe8ffc (diff)
downloadports-f22ff06bd577660731684acacb1518028c30ab73.tar.gz
ports-f22ff06bd577660731684acacb1518028c30ab73.zip
mail/mu4e: Fix build after latest editors/emacs-devel update
The 'when' argument of `make-obsolete' and related functions was recently made mandatory. [1] Update to pull in an upstream fix to `define-obsolete-function-alias'. [2] [1] https://github.com/emacs-mirror/emacs/commit/32c6732d16385f242b1109517f25e9aefd6caa5c [2] https://github.com/djcb/mu/commit/c311dc4d36ae99db6b6cb62d1ea3abfea90012aa Reported by: tcberner Approved by: portmgr (blanket, build fix)
Notes
Notes: svn path=/head/; revision=562365
Diffstat (limited to 'mail/mu4e')
-rw-r--r--mail/mu4e/Makefile2
-rw-r--r--mail/mu4e/files/patch-mu4e_mu4e-utils.el11
2 files changed, 12 insertions, 1 deletions
diff --git a/mail/mu4e/Makefile b/mail/mu4e/Makefile
index d02be0c0aae3..81af62340db7 100644
--- a/mail/mu4e/Makefile
+++ b/mail/mu4e/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mu4e
PORTVERSION= 1.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/mail/mu4e/files/patch-mu4e_mu4e-utils.el b/mail/mu4e/files/patch-mu4e_mu4e-utils.el
new file mode 100644
index 000000000000..710dc11739e4
--- /dev/null
+++ b/mail/mu4e/files/patch-mu4e_mu4e-utils.el
@@ -0,0 +1,11 @@
+--- mu4e/mu4e-utils.el.orig 2021-01-23 02:05:25 UTC
++++ mu4e/mu4e-utils.el
+@@ -1073,7 +1073,7 @@ in the background; otherwise, pop up a window."
+ (kill-process proc t))))
+
+ (define-obsolete-function-alias 'mu4e-interrupt-update-mail
+- 'mu4e-kill-update-mail)
++ 'mu4e-kill-update-mail "1.0-alpha0")
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+