pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/libcyaml



Module Name:    pkgsrc
Committed By:   charlotte
Date:           Wed Sep  9 03:59:46 UTC 2026

Modified Files:
        pkgsrc/textproc/libcyaml: Makefile

Log Message:
textproc/libcyaml: Update to 1.4.2

== v1.4.2 ==

Buildsystem:

- Add explicit shared and static library install targets.

General:

- Small code cleanups.
- Reverted to C89-compatible static assertion macro.
- Fixes build on quirky platforms.
- Rationalised GitHub actions.
- Fixed CI for MacOS.

No changes are required for client applications to upgrade.

== v1.4.1 ==

Loading:

- Log valid enum values on error parsing enums.
- Split out storage of scaler values to client data structure.

General:

- Updated code coverage CI to latest action versions.

No changes are required for client applications to upgrade.

== v1.4.0 ==

Loading:

- Reject numerical values with trailing junk.
- New CYAML_CFG_IGNORED_KEY_WARNING to generate warnings when mapping keys
  are ignored either explicitly by the CYAML_IGNORE type or implicitly by
  the CYAML_CFG_IGNORE_UNKNOWN_KEYS config setting.

Buildsystem:

- Avoid using GNU -D install flag.

General:

- Improved API documentation for CYAML_SEQUENCE_FIXED.
- Minor optimisation for host endian detection for older GCCs.
- Minor CI updates.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/libcyaml/Makefile

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

Modified files:

Index: pkgsrc/textproc/libcyaml/Makefile
diff -u pkgsrc/textproc/libcyaml/Makefile:1.3 pkgsrc/textproc/libcyaml/Makefile:1.4
--- pkgsrc/textproc/libcyaml/Makefile:1.3       Mon Aug 22 10:44:16 2022
+++ pkgsrc/textproc/libcyaml/Makefile   Wed Sep  9 03:59:45 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/08/22 10:44:16 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2026/09/09 03:59:45 charlotte Exp $
 
-DISTNAME=      libcyaml-1.3.1
+DISTNAME=      libcyaml-1.4.2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tlsa/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -13,10 +13,6 @@ LICENSE=     isc
 USE_TOOLS+=    gmake pkg-config
 NO_CONFIGURE=  yes
 
-# The Makefile wants to add a bunch of options to install(1) specific to GNU
-# install(1) -- disable those right here.
-INSTALL_MAKE_FLAGS+=   INSTALL="install"
-
 PKGCONFIG_OVERRIDE+=   libcyaml.pc.in
 
 .include "../../textproc/libyaml/buildlink3.mk"



Home | Main Index | Thread Index | Old Index