pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/ascii
Module Name: pkgsrc
Committed By: wiz
Date: Sat Feb 7 22:47:54 UTC 2026
Modified Files:
pkgsrc/misc/ascii: Makefile distinfo
pkgsrc/misc/ascii/patches: patch-aa
Log Message:
3.31: 2026-02-07::
ChatGPT 5.2 patches to hrden code against UB.
Manual page is now spellchecked.
3.30: 2024-05-27::
Back out mistaken correction of "Start of Heading."
Markup fix.
3.20: 2024-02-16::
Do two user requests for more informative handling of CLI flags.
3.19: 2024-02-07::
Accept 7-bit binary literals, with 0b prefix.
Accept names of POSIX character classes.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/ascii/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/ascii/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/ascii/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/ascii/Makefile
diff -u pkgsrc/misc/ascii/Makefile:1.19 pkgsrc/misc/ascii/Makefile:1.20
--- pkgsrc/misc/ascii/Makefile:1.19 Sat Mar 7 18:31:03 2020
+++ pkgsrc/misc/ascii/Makefile Sat Feb 7 22:47:54 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/03/07 18:31:03 fcambus Exp $
-#
+# $NetBSD: Makefile,v 1.20 2026/02/07 22:47:54 wiz Exp $
-DISTNAME= ascii-3.18
+DISTNAME= ascii-3.31
CATEGORIES= misc
MASTER_SITES= ${HOMEPAGE}
@@ -12,16 +11,11 @@ LICENSE= modified-bsd
USE_TOOLS= gmake
USE_LIBTOOL= yes
+MAKE_FLAGS+= PREFIX=${PREFIX}
BUILD_TARGET= ascii
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
-SUBST_CLASSES+= prefix
-SUBST_MESSAGE.prefix= Install PATH to ${PREFIX}
-SUBST_FILES.prefix= Makefile
-SUBST_STAGE.prefix= pre-configure
-SUBST_SED.prefix= -e '/PREFIX/s,/usr,${PREFIX},'
-
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
Index: pkgsrc/misc/ascii/distinfo
diff -u pkgsrc/misc/ascii/distinfo:1.10 pkgsrc/misc/ascii/distinfo:1.11
--- pkgsrc/misc/ascii/distinfo:1.10 Tue Oct 26 10:58:56 2021
+++ pkgsrc/misc/ascii/distinfo Sat Feb 7 22:47:54 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:58:56 nia Exp $
+$NetBSD: distinfo,v 1.11 2026/02/07 22:47:54 wiz Exp $
-BLAKE2s (ascii-3.18.tar.gz) = 7d0ce7a3cb866c7e0df956ef4a42332e39f4580403bb4713f2c2cefdf4d8682a
-SHA512 (ascii-3.18.tar.gz) = f3a4354971ccbdb01a6eea4ee46818bccfef0fec8d640f0eeafa984a9116fcb829fe7979488bfe62744374e8783678b99710e09fcc2ddfc6c4068ba08ab73d5d
-Size (ascii-3.18.tar.gz) = 14661 bytes
-SHA1 (patch-aa) = de19e2ef34215f0e62bc4a15710e0cbe14ee003e
+BLAKE2s (ascii-3.31.tar.gz) = 7dbd84cd3d0be210a23eef37fb401831f7f01682838877bd22c7f1dfa911b756
+SHA512 (ascii-3.31.tar.gz) = 6da73febfd8055620bd87b4637ea4fdca4185769e81b73bae444b3b30a8d6042071b8179bd743566e53dc8ff7016b28bdf037bb68b319ca43dfc38aadf6864fd
+Size (ascii-3.31.tar.gz) = 14687 bytes
+SHA1 (patch-aa) = 787a8ddec5debb30294bfe34840ea6d5e9f6fb83
Index: pkgsrc/misc/ascii/patches/patch-aa
diff -u pkgsrc/misc/ascii/patches/patch-aa:1.4 pkgsrc/misc/ascii/patches/patch-aa:1.5
--- pkgsrc/misc/ascii/patches/patch-aa:1.4 Sat Mar 7 18:31:03 2020
+++ pkgsrc/misc/ascii/patches/patch-aa Sat Feb 7 22:47:54 2026
@@ -1,25 +1,28 @@
-$NetBSD: patch-aa,v 1.4 2020/03/07 18:31:03 fcambus Exp $
+$NetBSD: patch-aa,v 1.5 2026/02/07 22:47:54 wiz Exp $
---- Makefile.orig 2017-08-01 22:51:08.000000000 +0000
+Libtoolize.
+
+--- Makefile.orig 2026-02-01 07:26:50.000000000 +0000
+++ Makefile
-@@ -2,13 +2,14 @@
+@@ -5,7 +5,7 @@ VERS=$(shell sed -n <NEWS.adoc '/^[0-9]/s/:.*//p' | he
- VERS=$(shell sed -n <NEWS '/^[0-9]/s/:.*//p' | head -1)
+ VERS=$(shell sed -n <NEWS.adoc '/^[0-9]/s/:.*//p' | head -1)
-CFLAGS = -O
-+CFLAGS? = -O
++CFLAGS ?= -O
- PREFIX = /usr
+ PREFIX = /usr/local
+@@ -15,6 +15,7 @@ ascii: ascii.c splashscreen.h nametable.h
all: ascii ascii.1
ascii: ascii.c splashscreen.h nametable.h
+ $(LIBTOOL) --mode=link --tag=CC \
- $(CC) $(CFLAGS) -DREVISION=$(VERS) ascii.c -o ascii
+ $(CC) $(CFLAGS) -DREVISION='"$(VERS)"' ascii.c -o ascii
splashscreen.h: splashscreen
-@@ -35,8 +36,11 @@ splint:
- splint +quiet +posixlib $(SPLINT_SUPPRESSIONS) ascii.c
+@@ -59,8 +60,11 @@ install: ascii ascii.1
+ spellcheck ascii.adoc
install: ascii ascii.1
- cp ascii $(DESTDIR)$(PREFIX)/bin/ascii
Home |
Main Index |
Thread Index |
Old Index