pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xnedit editors/xnedit: Update to 1.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e1a84a48f0a
branches:  trunk
changeset: 381664:7e1a84a48f0a
user:      micha <micha%pkgsrc.org@localhost>
date:      Mon Jul 11 12:34:58 2022 +0000

description:
editors/xnedit: Update to 1.4.1

CHANGELOG
=========

version 1.4.1 (2022-07-10)
--------------------------

 - changed initial focus to New File Name textfield in the Save File
   dialog
 - added _NET_WM_NAME window property for improved support of utf8
   window titles
 - improved primary selection compatibility
 - fixed return key not working in the Save File dialog
 - fixed color dialog not working with older motif versions
 - fixed build on Solaris
 - fixed EditorConfig unset
 - fixed uninitialized memory read in drawString()
 - fixed LDFLAGS not used when linking binaries

diffstat:

 editors/xnedit/Makefile |  21 ++-------------------
 editors/xnedit/distinfo |  10 ++++------
 2 files changed, 6 insertions(+), 25 deletions(-)

diffs (51 lines):

diff -r d242985d8a72 -r 7e1a84a48f0a editors/xnedit/Makefile
--- a/editors/xnedit/Makefile   Mon Jul 11 12:15:17 2022 +0000
+++ b/editors/xnedit/Makefile   Mon Jul 11 12:34:58 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/02/11 12:45:53 micha Exp $
+# $NetBSD: Makefile,v 1.6 2022/07/11 12:34:58 micha Exp $
 
-DISTNAME=      xnedit-1.4.0
-PKGREVISION=   1
+DISTNAME=      xnedit-1.4.1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xnedit/}
 
@@ -34,22 +33,6 @@
 SUBST_FILES.fix-cflags=                makefiles/Makefile.generic
 SUBST_SED.fix-cflags=          -e 's,CFLAGS=,CFLAGS+=,'
 
-# Search for Xft headers in X11 subdirectory
-# Upstream ticket: <https://sourceforge.net/p/xnedit/bugs/20/>
-# Fixed with commit 452499daab227afab372763f7a64ec996c7057db, remove this patch
-# for next release.
-SUBST_CLASSES+=                        fix-include
-SUBST_STAGE.fix-include=       pre-configure
-SUBST_MESSAGE.fix-include=     Fixing include Xft.h.
-SUBST_FILES.fix-include=       source/nedit.h
-SUBST_FILES.fix-include+=      source/rangeset.h
-SUBST_FILES.fix-include+=      source/text.h
-SUBST_FILES.fix-include+=      source/textDisp.h
-SUBST_FILES.fix-include+=      source/textP.h
-SUBST_FILES.fix-include+=      util/colorchooser.c
-SUBST_FILES.fix-include+=      util/fontsel.c
-SUBST_SED.fix-include=         -e 's,Xft/Xft.h>,X11/&,'
-
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/source/xnedit ${DESTDIR}${PREFIX}/bin
        ${INSTALL_PROGRAM} ${WRKSRC}/source/xnc ${DESTDIR}${PREFIX}/bin
diff -r d242985d8a72 -r 7e1a84a48f0a editors/xnedit/distinfo
--- a/editors/xnedit/distinfo   Mon Jul 11 12:15:17 2022 +0000
+++ b/editors/xnedit/distinfo   Mon Jul 11 12:34:58 2022 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/01/28 11:50:12 micha Exp $
+$NetBSD: distinfo,v 1.2 2022/07/11 12:34:58 micha Exp $
 
-BLAKE2s (xnedit-1.4.0.tar.gz) = 6d36770d496e3e7fed8c907bf86073e0bba5e77f264565d2d8740d1096982fee
-SHA512 (xnedit-1.4.0.tar.gz) = eba465679984290b5ff1c0584c78fadf78d96b6daef8e78b772bee4e6b4278c025c5f2b22f0688ed3f8bcdea6d54cb6154727cf0d7c53372d908d7d1fb80a401
-Size (xnedit-1.4.0.tar.gz) = 1509634 bytes
-SHA1 (patch-source_Makefile.common) = 337bc0d1ae32a448b6bb0c6141b096dba3654a78
-SHA1 (patch-source_textSel.c) = e6b365de6d6dd58e0df125baf3011a69671eafbe
+BLAKE2s (xnedit-1.4.1.tar.gz) = 89047c36e383e51b5d7487a050949deb0144e6ad20a54980d7605f6483ed602d
+SHA512 (xnedit-1.4.1.tar.gz) = 9409e1e4e7ffe65d6b07e3614a7d48b11cf75dce8a41ab4bd647c3bed96167563ea567dc2fe323a6cf917a57e715e8db7a222142931032c9b133dd40be9aba7c
+Size (xnedit-1.4.1.tar.gz) = 1509723 bytes



Home | Main Index | Thread Index | Old Index