pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pan2-git: adjust PLIST and patches.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Thu Dec 24 12:43:50 2020 +0100
Changeset:	73f17cbdfbc7f9cb290eadc6902be5ae24ac2d27

Modified Files:
	pan2-git/PLIST
	pan2-git/distinfo
Removed Files:
	pan2-git/patches/patch-pan_usenet-utils_mime-utils.cc

Log Message:
pan2-git: adjust PLIST and patches.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=73f17cbdfbc7f9cb290eadc6902be5ae24ac2d27

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pan2-git/PLIST                                        |  1 +
 pan2-git/distinfo                                     |  1 -
 pan2-git/patches/patch-pan_usenet-utils_mime-utils.cc | 18 ------------------
 3 files changed, 1 insertion(+), 19 deletions(-)

diffs:
diff --git a/pan2-git/PLIST b/pan2-git/PLIST
index 5eac0fbfb4..1d19980a55 100644
--- a/pan2-git/PLIST
+++ b/pan2-git/PLIST
@@ -31,6 +31,7 @@ share/locale/ga/LC_MESSAGES/pan.mo
 share/locale/gl/LC_MESSAGES/pan.mo
 share/locale/hr/LC_MESSAGES/pan.mo
 share/locale/hu/LC_MESSAGES/pan.mo
+share/locale/id/LC_MESSAGES/pan.mo
 share/locale/it/LC_MESSAGES/pan.mo
 share/locale/ja/LC_MESSAGES/pan.mo
 share/locale/ko/LC_MESSAGES/pan.mo
diff --git a/pan2-git/distinfo b/pan2-git/distinfo
index f21768646f..5883bca95d 100644
--- a/pan2-git/distinfo
+++ b/pan2-git/distinfo
@@ -3,4 +3,3 @@ $NetBSD$
 SHA1 (patch-configure.ac) = e71544a02c6c3fa09fe79f78eb39ebd31e0d8a3c
 SHA1 (patch-filenames) = bd7c49c59be49ba899b1c426aa69968c2443a12c
 SHA1 (patch-pan-general-e-util.cc) = c252f074b139b100f3f879261b1ba894b5f3350c
-SHA1 (patch-pan_usenet-utils_mime-utils.cc) = 072d8ccd5b92af252fd4a1b7d1ef121b0b517f85
diff --git a/pan2-git/patches/patch-pan_usenet-utils_mime-utils.cc b/pan2-git/patches/patch-pan_usenet-utils_mime-utils.cc
deleted file mode 100644
index 04773fe396..0000000000
--- a/pan2-git/patches/patch-pan_usenet-utils_mime-utils.cc
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
-iconv prototype was changed to what non-NetBSD has.
-
---- pan/usenet-utils/mime-utils.cc.orig	2020-04-15 08:49:36.084023027 +0000
-+++ pan/usenet-utils/mime-utils.cc
-@@ -77,11 +77,7 @@ namespace pan
-       outbuf = out + converted;
-       outleft = outlen - converted;
- 
--#if defined(__NetBSD__)
--      converted = iconv (cd, &inbuf, &inleft, &outbuf, &outleft);
--#else
-       converted = iconv (cd, (char **) &inbuf, &inleft, &outbuf, &outleft);
--#endif
- 
-       if (converted != (size_t) -1 && errno == 0) {
-         /*


Home | Main Index | Thread Index | Old Index