pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
neomutt-git: adapt for upstream changes
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Thu Sep 30 15:25:47 2021 +0200
Changeset: bd10d6ed4167f152c14485611740ce0a88dbe230
Modified Files:
neomutt-git/options.mk
Removed Files:
neomutt-git/distinfo
neomutt-git/patches/patch-resize.c
Log Message:
neomutt-git: adapt for upstream changes
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bd10d6ed4167f152c14485611740ce0a88dbe230
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
neomutt-git/distinfo | 7 -------
neomutt-git/options.mk | 2 +-
neomutt-git/patches/patch-resize.c | 14 --------------
3 files changed, 1 insertion(+), 22 deletions(-)
diffs:
diff --git a/neomutt-git/distinfo b/neomutt-git/distinfo
deleted file mode 100644
index 20a16e5d8f..0000000000
--- a/neomutt-git/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.49 2020/12/09 23:10:01 wiz Exp $
-
-SHA1 (neomutt-20201127-20201127.tar.gz) = 414126d5f0c4f4f4d2b530cdf0fca204b0bad45f
-RMD160 (neomutt-20201127-20201127.tar.gz) = 39775af74d2bac31b3f3d6b1197d6318711230b3
-SHA512 (neomutt-20201127-20201127.tar.gz) = 01e45aa00794cfb1c74a45a7f144962c8ab6dee03b0e5ce39a24d0c50817b909cac440a072c5d8b21ee7656c37b77bba4ba818de73710ccc3b0f76fd3ddd71cf
-Size (neomutt-20201127-20201127.tar.gz) = 3456248 bytes
-SHA1 (patch-resize.c) = b747f878459950462d56e01bada2d01b49fca088
diff --git a/neomutt-git/options.mk b/neomutt-git/options.mk
index 2dc18892a1..cf93c34fc2 100644
--- a/neomutt-git/options.mk
+++ b/neomutt-git/options.mk
@@ -84,7 +84,7 @@ CONFIGURE_ARGS+= --disable-ssl
PLIST_VARS+= smime
.if !empty(PKG_OPTIONS:Msmime)
USE_TOOLS+= perl:run
-REPLACE_PERL+= */*.pl contrib/smime_keys
+REPLACE_PERL+= contrib/samples/*.pl contrib/smime_keys
. include "../../security/openssl/buildlink3.mk"
CONFIGURE_ARGS+= --smime
PLIST.smime= yes
diff --git a/neomutt-git/patches/patch-resize.c b/neomutt-git/patches/patch-resize.c
deleted file mode 100644
index d91c432e35..0000000000
--- a/neomutt-git/patches/patch-resize.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-resize.c,v 1.3 2020/01/16 13:52:39 tm Exp $
-
-Required to have the correct struct information for winsize.
-
---- resize.c.orig 2019-11-29 15:02:20.000000000 +0000
-+++ resize.c
-@@ -43,6 +43,7 @@
- #include <ioctl.h>
- #endif
- #endif
-+#include <termios.h>
-
- /**
- * mutt_get_winsize - Use an ioctl to get the window size
Home |
Main Index |
Thread Index |
Old Index