pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/cdrtools
Module Name: pkgsrc
Committed By: micha
Date: Wed Oct 11 15:10:42 UTC 2023
Modified Files:
pkgsrc/sysutils/cdrtools: Makefile distinfo
Log Message:
sysutils/cdrtools: Update to 3.02a10nb4
Changelog from AN-2023-09-28:
NEW FEATURES:
- autoconf: Fix machine recognition on POWER9 (ppc64le) systems.
When buidling schilytools on ppc64le systems, config.sub was
unable to determine the machine type on some systems. This also
broke the version announcement on some of the commands. Fix this
error by teaching autoconf about ppc64le.
Submitted by: Nico Sonack.
- mkisofs: adjust reference of ISO-9660:1999 to ISO-9660/Amd 1:2013
It is an official ISO standard (albeit not an official level 4)
since 2013. Amend the reference accordingly.
Submitted by: Wang Mingye.
- libschily: obey HAVE_LONGDOUBLE, HAVE_FACCESSAT, and
HAVE_GETDOMAINNAME in libschily-mapvers, fixing the build with
lld 17 on recent FreeBSD.
Submitted by: Dimitry Andric.
Changelog from AN-2023-04-19:
NEW FEATURES:
- RULES/os-sunos5.def: the manstyle detection code for sunos5 and
newer was broken for GNU make. Fix the code by moving the
detection to a configure test setting the new make macro
SOLARIS_MANSTYLE. Users building with other make implementations
or those using the bootstrap smake were not affected.
Reported by: Michael B�uerle. Submitted by: Nico Sonack.
- libschily: no longer provide the symbols fgetline, getline.
libschily used to provide these symbols as alternative names for
js_getline and js_fgetline for compatibility with UNOS. As
their POSIX-incompatible signature causes problems when linking
against musl statically, we now no longer provide these symbols
by default. Users wishing to restore the old behaviour should
remove -DNO_GETLINE_COMPAT from CPPOPTS when compiling libschily.
- libschily: accordingly, the man pages getline(3) and fgetline(3)
have been renamed to js_getline(3) and js_fgetline(3).
- RULES: fix HCC_COM expansion when CCOM=clang. This fixes builds
with GNU make when CCOM=clang.
Submitted by: Nico Sonack.
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 pkgsrc/sysutils/cdrtools/Makefile
cvs rdiff -u -r1.97 -r1.98 pkgsrc/sysutils/cdrtools/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/cdrtools/Makefile
diff -u pkgsrc/sysutils/cdrtools/Makefile:1.130 pkgsrc/sysutils/cdrtools/Makefile:1.131
--- pkgsrc/sysutils/cdrtools/Makefile:1.130 Wed Jun 28 18:38:52 2023
+++ pkgsrc/sysutils/cdrtools/Makefile Wed Oct 11 15:10:42 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.130 2023/06/28 18:38:52 bsiegert Exp $
+# $NetBSD: Makefile,v 1.131 2023/10/11 15:10:42 micha Exp $
-DISTNAME= 2023-01-12
+DISTNAME= 2023-09-28
PKGNAME= cdrtools-3.02a10
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= https://codeberg.org/schilytools/schilytools/archive/
DIST_SUBDIR= schilytools
Index: pkgsrc/sysutils/cdrtools/distinfo
diff -u pkgsrc/sysutils/cdrtools/distinfo:1.97 pkgsrc/sysutils/cdrtools/distinfo:1.98
--- pkgsrc/sysutils/cdrtools/distinfo:1.97 Fri Feb 10 10:52:21 2023
+++ pkgsrc/sysutils/cdrtools/distinfo Wed Oct 11 15:10:42 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.97 2023/02/10 10:52:21 adam Exp $
+$NetBSD: distinfo,v 1.98 2023/10/11 15:10:42 micha Exp $
-BLAKE2s (schilytools/2023-01-12.tar.gz) = 14493310db8fe55fcb16f4b13cb6a4bb45ace541254c35e5b4d6d3fb178fc640
-SHA512 (schilytools/2023-01-12.tar.gz) = a1eb37d5df8d2298ba4da6ccbf4bb937da13e8d9e4d7a8420b4d54a319c028c682e76a85c800d57a35d5f4b81a51b19600bbc2edb94641fa5e721ae23134ce15
-Size (schilytools/2023-01-12.tar.gz) = 5895061 bytes
+BLAKE2s (schilytools/2023-09-28.tar.gz) = e4c8b1127f523d7d8d722360a1c130302e9095c35f506c3f3cb78ceb9f6b093a
+SHA512 (schilytools/2023-09-28.tar.gz) = 685dd4f1c68f5f46956622eecf15b4c0007d137ea8080e6c4587a51c1ac8ae1fa3d7f0e65540eecbc94ec7558e406da063720535d0fa039422ddc334d376df53
+Size (schilytools/2023-09-28.tar.gz) = 5898081 bytes
Home |
Main Index |
Thread Index |
Old Index