pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/zile zile: Update to 2.4.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40dfed9780ab
branches:  trunk
changeset: 442382:40dfed9780ab
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Nov 24 09:57:43 2020 +0000

description:
zile: Update to 2.4.15

* Noteworthy changes in release 2.4.15 (2020-11-05) [stable]

** Bug fixes

  Ensure term.h matches [n]curses[w].h (fix #58880).

  Fix a potential crash in the Lisp “interpreter”.

  query-replace no longer prints the number of replacements on error.

** Build-related

  Various improvements and fixes, including updates to gnulib and bootstrap,
  improvements to the build instructions, and the removal of obsolete files.

  Use automake’s parallel test harness to run the tests.

  Make running the tests with Emacs optional. A lot of them do not pass any
  more with recent Emacsen, but this is not an urgent problem.

  Use ASAN instead of Valgrind for memory checking: this makes the tests run
  much faster.

  Remove the use of texinfo markup from docstrings.

  tbl_vars.h no longer needs to be generated from tbl_vars.h.in, as no
  substitutions were being made.

** Miscellaneous

  Some code clean-up, including a simplification to the calling convention
  for C functions that implement editor commands.

  Update some docstrings to match Emacs 27.1.

diffstat:

 editors/zile/Makefile         |  17 ++++++++---------
 editors/zile/distinfo         |  11 +++++------
 editors/zile/patches/patch-aa |  14 --------------
 3 files changed, 13 insertions(+), 29 deletions(-)

diffs (75 lines):

diff -r 2570ab0b636f -r 40dfed9780ab editors/zile/Makefile
--- a/editors/zile/Makefile     Tue Nov 24 09:35:18 2020 +0000
+++ b/editors/zile/Makefile     Tue Nov 24 09:57:43 2020 +0000
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.38 2020/09/26 12:41:02 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2020/11/24 09:57:43 nia Exp $
 
-DISTNAME=      zile-2.4.14
-#PKGREVISION=  1
-PKGREVISION=   1
+DISTNAME=      zile-2.4.15
 CATEGORIES=    editors
-MASTER_SITES=  http://ftp.gnu.org/gnu/zile/
+MASTER_SITES=  ${MASTER_SITE_GNU:=zile/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.gnu.org/software/zile/
 COMMENT=       Emacs-like text editor
 LICENSE=       gnu-gpl-v3
 
+TOOL_DEPENDS+= help2man-[0-9]*:../../converters/help2man
+TOOL_DEPENDS+= p5-Locale-Msgfmt-[0-9]*:../../devel/p5-Locale-Msgfmt
+
 USE_TOOLS+=            pkg-config perl gmake makeinfo
 
 GNU_CONFIGURE=         yes
@@ -19,11 +20,9 @@
 
 INFO_FILES=            yes
 
-BUILD_DEPENDS+=        help2man-[0-9]*:../../converters/help2man
-BUILD_DEPENDS+=        p5-Locale-Msgfmt-[0-9]*:../../devel/p5-Locale-Msgfmt
+# we only want the charset.alias file, so no buildlinkery for libiconv
+DEPENDS+=      libiconv-[0-9]*:../../converters/libiconv
 
-# we only want the charset.alias file, so no buildlinkery for libiconv
-DEPENDS+=       libiconv-[0-9]*:../../converters/libiconv
 .include "../../devel/libgetopt/buildlink3.mk"
 .include "../../devel/boehm-gc/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
diff -r 2570ab0b636f -r 40dfed9780ab editors/zile/distinfo
--- a/editors/zile/distinfo     Tue Nov 24 09:35:18 2020 +0000
+++ b/editors/zile/distinfo     Tue Nov 24 09:57:43 2020 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.13 2020/07/03 11:37:44 hauke Exp $
+$NetBSD: distinfo,v 1.14 2020/11/24 09:57:43 nia Exp $
 
-SHA1 (zile-2.4.14.tar.gz) = 0cfd3fb38eb4f2b867755a1c4e3bc16a222b4caa
-RMD160 (zile-2.4.14.tar.gz) = 9db14b79606375f3229e176588495066f1c2fba4
-SHA512 (zile-2.4.14.tar.gz) = 0dea56fd13a82015ec73de3139a4b2c27ad4c001ed535f1bae557ee49f9d8a188610a08160998d0a36b95fec42b46a019fd43634ef6502ebd27e162164de98cc
-Size (zile-2.4.14.tar.gz) = 1385314 bytes
-SHA1 (patch-aa) = a46b85b65e2bb46ddbba28761e1b956fb9541b8f
+SHA1 (zile-2.4.15.tar.gz) = b09afbcefb9825e7c6c0b548d053b06c9cf69c30
+RMD160 (zile-2.4.15.tar.gz) = 78db464fa37635b9c5887ec0012a3896a8c78ed1
+SHA512 (zile-2.4.15.tar.gz) = e2a04c280ae0c0038e6ef18abec0be55063a472f77a511bf31459712be24659edcaa2d1c861d7c00bdab87a1881af03d14eb561047c386cbff5f90b13b1a2575
+Size (zile-2.4.15.tar.gz) = 1490611 bytes
 SHA1 (patch-ab) = 55f6e35e748d2efa4841925456da8e474d14df17
diff -r 2570ab0b636f -r 40dfed9780ab editors/zile/patches/patch-aa
--- a/editors/zile/patches/patch-aa     Tue Nov 24 09:35:18 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2012/02/11 09:54:21 hiramatsu Exp $
-
-Do not install charset.alias.
-
---- lib/Makefile.in.orig       2012-02-11 05:50:56.000000000 +0000
-+++ lib/Makefile.in
-@@ -2167,6 +2167,7 @@ install-exec-localcharset: all-local
-       else \
-         need_charset_alias=false ; \
-       fi ; \
-+      need_charset_alias=false`# provided by pkgsrc/converters/libiconv`; \
-       if $$need_charset_alias; then \
-         $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
-       fi ; \


Home | Main Index | Thread Index | Old Index