pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gtexinfo



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Oct 21 15:23:45 UTC 2024

Modified Files:
        pkgsrc/devel/gtexinfo: Makefile PLIST distinfo

Log Message:
(devel/gtexinfo) Updated 7.1 to 7.1.1, MAKE_JOBS_SAFE=NO added

7.1.1 (7 September 2024)
This is a bug-fix release with minimal changes.

* texi2any
  . fix potential crash when @include is used inside a table
  . do not complain about presence of @anchor inside @item in a table
  . C source files that are generated from *.xs files are no no longer
    distributed, so xsubpp from Perl is needed to build XS modules.
  . fix bug that led to memory alignment error on SPARC
  . performance improvement and fixes for MinGW
  . test failures due to floating point rounding error fixed (observed
    on IBM POWER9 processor)

* info
  . crash when setting style to invalid value fixed
  . potential call of memcpy with null argument fixed


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 pkgsrc/devel/gtexinfo/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/gtexinfo/PLIST
cvs rdiff -u -r1.64 -r1.65 pkgsrc/devel/gtexinfo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gtexinfo/Makefile
diff -u pkgsrc/devel/gtexinfo/Makefile:1.123 pkgsrc/devel/gtexinfo/Makefile:1.124
--- pkgsrc/devel/gtexinfo/Makefile:1.123        Tue Nov  7 22:05:01 2023
+++ pkgsrc/devel/gtexinfo/Makefile      Mon Oct 21 15:23:45 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.123 2023/11/07 22:05:01 wiz Exp $
+# $NetBSD: Makefile,v 1.124 2024/10/21 15:23:45 mef Exp $
 
-DISTNAME=              texinfo-7.1
+DISTNAME=              texinfo-7.1.1
 PKGNAME=               g${DISTNAME}
 CATEGORIES=            devel sysutils
 MASTER_SITES=          ${MASTER_SITE_GNU:=texinfo/}
@@ -27,6 +27,9 @@ CONFIGURE_ARGS+=      PERL_EXT_LDFLAGS=${LDFL
 # embedded into texindex
 CONFIGURE_ARGS+=       ac_cv_path_TI_AWK=${AWK}
 
+# cc1: fatal error: ./parsetexi/Parsetexi.c: No such file or directory
+MAKE_JOBS_SAFE=                no
+
 USE_LIBTOOL=           yes
 
 INFO_FILES=            yes

Index: pkgsrc/devel/gtexinfo/PLIST
diff -u pkgsrc/devel/gtexinfo/PLIST:1.28 pkgsrc/devel/gtexinfo/PLIST:1.29
--- pkgsrc/devel/gtexinfo/PLIST:1.28    Tue Nov  7 22:05:01 2023
+++ pkgsrc/devel/gtexinfo/PLIST Mon Oct 21 15:23:45 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2023/11/07 22:05:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.29 2024/10/21 15:23:45 mef Exp $
 bin/info
 bin/install-info
 bin/makeinfo
@@ -26,6 +26,7 @@ man/man1/texi2pdf.1
 man/man1/texindex.1
 man/man5/info.5
 man/man5/texinfo.5
+share/locale/ka/LC_MESSAGES/texinfo_document.mo
 share/texinfo/DebugTexinfo/DebugTree.pm
 share/texinfo/Pod-Simple-Texinfo/Pod/Simple/Texinfo.pm
 share/texinfo/Texinfo/Commands.pm

Index: pkgsrc/devel/gtexinfo/distinfo
diff -u pkgsrc/devel/gtexinfo/distinfo:1.64 pkgsrc/devel/gtexinfo/distinfo:1.65
--- pkgsrc/devel/gtexinfo/distinfo:1.64 Tue Nov  7 22:05:01 2023
+++ pkgsrc/devel/gtexinfo/distinfo      Mon Oct 21 15:23:45 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.64 2023/11/07 22:05:01 wiz Exp $
+$NetBSD: distinfo,v 1.65 2024/10/21 15:23:45 mef Exp $
 
-BLAKE2s (texinfo-7.1.tar.gz) = 1d35f2c04728812005a572cc10096d98964881c4cbf9b3dd9a274e967502fc7b
-SHA512 (texinfo-7.1.tar.gz) = 23f91bf9a3994209d25d20d038b154220d35852c2f54a5f734522310cd91f480194c76d3fc9661b78e5b409d38a35cb70e3669c4358491eadc6e75acdc609583
-Size (texinfo-7.1.tar.gz) = 12118819 bytes
+BLAKE2s (texinfo-7.1.1.tar.gz) = 000380367a4f268ddedd48c7def9d97075af3d33b3bf0dfcd7f2870c9646e3e5
+SHA512 (texinfo-7.1.1.tar.gz) = 617e819865efc812e163288b92b72c3693615cb8a42bd4badf8ddc163560166c609b37b479c5c589d3386cd0478e7f0abeebb503f95aeab4585f3bcf3781c203
+Size (texinfo-7.1.1.tar.gz) = 12191267 bytes
 SHA1 (patch-ab) = 080583e20117c34516321f9266f6a2fac1acda33
 SHA1 (patch-ac) = 7f7226ee521fddba9f967be4fe199f6bedcfa148
 SHA1 (patch-gnulib_lib_malloc_dynarray-skeleton.c) = 6e683e689bfc7573bf9d62d2bc9a1abb64d521df



Home | Main Index | Thread Index | Old Index