pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gperf
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 7 13:26:50 UTC 2025
Modified Files:
pkgsrc/devel/gperf: Makefile PLIST distinfo
Removed Files:
pkgsrc/devel/gperf/patches: patch-aa patch-lib_getline.cc
Log Message:
gperf: update to 3.2.
Remove ancient unexplained patch.
New in 3.2:
* The input file may now use Windows line terminators (CR/LF) instead of
Unix line terminators (LF).
Note: This is an incompatible change. If you want to use a keyword that
ends in a CR byte, such as xyz<CR>, write it as "xyz\r".
* The generated code avoids several types of warnings:
- "implicit fallthrough" warnings in 'switch' statements.
- "unused parameter" warnings regarding 'str' or 'len'.
- "missing initializer for field ..." warnings.
- "zero as null pointer constant" warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/gperf/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/gperf/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/gperf/distinfo
cvs rdiff -u -r1.8 -r0 pkgsrc/devel/gperf/patches/patch-aa
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/gperf/patches/patch-lib_getline.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gperf/Makefile
diff -u pkgsrc/devel/gperf/Makefile:1.31 pkgsrc/devel/gperf/Makefile:1.32
--- pkgsrc/devel/gperf/Makefile:1.31 Sat Jan 18 23:30:28 2020
+++ pkgsrc/devel/gperf/Makefile Mon Apr 7 13:26:50 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2020/01/18 23:30:28 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2025/04/07 13:26:50 wiz Exp $
-DISTNAME= gperf-3.1
+DISTNAME= gperf-3.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=gperf/}
@@ -12,7 +12,6 @@ LICENSE= gnu-gpl-v3
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
INFO_FILES= yes
-MAKE_JOBS_SAFE= no
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/gperf/PLIST
diff -u pkgsrc/devel/gperf/PLIST:1.6 pkgsrc/devel/gperf/PLIST:1.7
--- pkgsrc/devel/gperf/PLIST:1.6 Thu Mar 30 03:44:43 2006
+++ pkgsrc/devel/gperf/PLIST Mon Apr 7 13:26:50 2025
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.6 2006/03/30 03:44:43 jlam Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/04/07 13:26:50 wiz Exp $
bin/gperf
info/gperf.info
man/man1/gperf.1
+share/doc/gperf.html
Index: pkgsrc/devel/gperf/distinfo
diff -u pkgsrc/devel/gperf/distinfo:1.13 pkgsrc/devel/gperf/distinfo:1.14
--- pkgsrc/devel/gperf/distinfo:1.13 Mon Feb 10 08:18:23 2025
+++ pkgsrc/devel/gperf/distinfo Mon Apr 7 13:26:50 2025
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/02/10 08:18:23 pho Exp $
+$NetBSD: distinfo,v 1.14 2025/04/07 13:26:50 wiz Exp $
-BLAKE2s (gperf-3.1.tar.gz) = eb89f251fbae51e8ac7d6db7bea451529e5cea3eaa7fdf63be9bc103dd695ea0
-SHA512 (gperf-3.1.tar.gz) = 855ebce5ff36753238a44f14c95be7afdc3990b085960345ca2caf1a2db884f7db74d406ce9eec2f4a52abb8a063d4ed000a36b317c9a353ef4e25e2cca9a3f4
-Size (gperf-3.1.tar.gz) = 1215925 bytes
-SHA1 (patch-aa) = 00f7ac8096285fba88d43430fa279a035b4c1221
-SHA1 (patch-lib_getline.cc) = ce10b3a48d860421a9f6afc4cf13f67c77387571
+BLAKE2s (gperf-3.2.tar.gz) = e19507dc98ec9f50052b89a8e2f36d8e9a4909c233760abdb043a47284b1e90a
+SHA512 (gperf-3.2.tar.gz) = 97addf85e5b6f801f0f7084ec065d0d4a24a07f3fb6e60e2bc57b0f8813bd5db1bb4bed4f51fb96d0a8b278ffde1dfd0e42302cae911a619b95cc3cc46254fb3
+Size (gperf-3.2.tar.gz) = 1268603 bytes
Home |
Main Index |
Thread Index |
Old Index