pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/rlwrap
Module Name: pkgsrc
Committed By: leot
Date: Sun Sep 14 13:08:13 UTC 2025
Modified Files:
pkgsrc/misc/rlwrap: Makefile distinfo
Log Message:
rlwrap: Update to 0.47.1
pkgsrc changes:
- Pass --without-libptytty, at the moment libptytty is not packaged in
pkgsrc. Probably we should package it and use it instead.
Changes:
0.47.1
- use "=" instead of "==" for test(1)
0.47
- use libptytty by default and add --with-libptytty option to
configure. Keep the original ptytty.c code as a fallback for
obsolete systems
- add libtinfow to the libraries that are checked for the presence
of tgetent()
- Only look for filters in $RLWRAP_FILTERDIR and don't add this
directory to filters PATH
- Make source conform to POSIX.1c (we cannot use Polarhome anymore to
test on ancient systems)
- Extend testclient with a test that spawns a child and then dies
(testing --skip-setctty)'
- make configure backdate src/completion.rb a few secs to prevent
spurious calls to rbgen
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/misc/rlwrap/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/misc/rlwrap/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/rlwrap/Makefile
diff -u pkgsrc/misc/rlwrap/Makefile:1.33 pkgsrc/misc/rlwrap/Makefile:1.34
--- pkgsrc/misc/rlwrap/Makefile:1.33 Mon Jun 23 09:06:51 2025
+++ pkgsrc/misc/rlwrap/Makefile Sun Sep 14 13:08:13 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.33 2025/06/23 09:06:51 leot Exp $
+# $NetBSD: Makefile,v 1.34 2025/09/14 13:08:13 leot Exp $
#
-DISTNAME= rlwrap-0.46.1
-PKGREVISION= 1
+DISTNAME= rlwrap-0.47.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=hanslub42/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= leot%NetBSD.org@localhost
HOMEPAGE= https://github.com/hanslub42/rlwrap
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_TOOLS+= autoreconf autoconf automake
+CONFIGURE_ARGS+= --without-libptytty
+
TEST_TARGET= check
pre-configure:
Index: pkgsrc/misc/rlwrap/distinfo
diff -u pkgsrc/misc/rlwrap/distinfo:1.14 pkgsrc/misc/rlwrap/distinfo:1.15
--- pkgsrc/misc/rlwrap/distinfo:1.14 Thu Aug 17 21:47:32 2023
+++ pkgsrc/misc/rlwrap/distinfo Sun Sep 14 13:08:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/08/17 21:47:32 leot Exp $
+$NetBSD: distinfo,v 1.15 2025/09/14 13:08:13 leot Exp $
-BLAKE2s (rlwrap-0.46.1.tar.gz) = 9c72f6918301b5c1885b0084f482a0bc0f6fb27dd3072ec8e75d5199cc8d27b2
-SHA512 (rlwrap-0.46.1.tar.gz) = 558f16cfd7bd0f80e2ba7cf8764248c94f13a497607c491d4148ad5c2b7bbe5c6b72aba4901753792b1377fb402e9e7876636c03b5a6595d5884f93b20505eb2
-Size (rlwrap-0.46.1.tar.gz) = 185088 bytes
+BLAKE2s (rlwrap-0.47.1.tar.gz) = a111a60ab1eb6cd76b3b70736c4c3554428a9944122ff2962910cc52ecd682a4
+SHA512 (rlwrap-0.47.1.tar.gz) = 172c7c4344bec981ecb87b7be84d85acbad8ff6b461bcf6e7792ef5fb5d4479e5d6d31adead276a42712406290447e87ef07f653dc7d0b0d05a8383ac7080453
+Size (rlwrap-0.47.1.tar.gz) = 187718 bytes
Home |
Main Index |
Thread Index |
Old Index