Skip to content

Commit

Permalink
Patch libfyaml for various streaming event api fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Jun 9, 2024
1 parent e2f07e8 commit fdb681c
Show file tree
Hide file tree
Showing 25 changed files with 673 additions and 97 deletions.
18 changes: 9 additions & 9 deletions Sources/Cfyaml/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = aarch64-apple-darwin23.4.0
host_triplet = aarch64-apple-darwin23.4.0
target_triplet = aarch64-apple-darwin23.4.0
build_triplet = aarch64-apple-darwin23.5.0
host_triplet = aarch64-apple-darwin23.5.0
target_triplet = aarch64-apple-darwin23.5.0
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_enable_debug.m4 \
Expand Down Expand Up @@ -398,21 +398,21 @@ am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf -
ax_pthread_config =
bindir = ${exec_prefix}/bin
build = aarch64-apple-darwin23.4.0
build = aarch64-apple-darwin23.5.0
build_alias =
build_cpu = aarch64
build_os = darwin23.4.0
build_os = darwin23.5.0
build_vendor = apple
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
host = aarch64-apple-darwin23.4.0
host = aarch64-apple-darwin23.5.0
host_alias =
host_cpu = aarch64
host_os = darwin23.4.0
host_os = darwin23.5.0
host_vendor = apple
htmldir = ${docdir}
includedir = ${prefix}/include
Expand All @@ -436,10 +436,10 @@ shavedir = /Users/kdubb/Projects/outfoxx/PotentCodables/Sources/Cfyaml/build-aux
srcdir = .
subdirs = libltdl
sysconfdir = ${prefix}/etc
target = aarch64-apple-darwin23.4.0
target = aarch64-apple-darwin23.5.0
target_alias =
target_cpu = aarch64
target_os = darwin23.4.0
target_os = darwin23.5.0
target_vendor = apple
top_build_prefix =
top_builddir = .
Expand Down
1 change: 1 addition & 0 deletions Sources/Cfyaml/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,5 @@
/* Define as 'int' if <sys/types.h> doesn't define. */
/* #undef uid_t */

/* Ignore warnings for Swift package build */
#pragma clang diagnostic ignored "-Wconversion"
50 changes: 25 additions & 25 deletions Sources/Cfyaml/config.log
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ generated by GNU Autoconf 2.72. Invocation command line was

hostname = Kevins-Mac-Studio.local
uname -m = arm64
uname -r = 23.4.0
uname -r = 23.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 23.4.0: Fri Mar 15 00:10:42 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T6000
uname -v = Darwin Kernel Version 23.5.0: Wed May 1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000

/usr/bin/uname -p = arm
/bin/uname -X = unknown
Expand All @@ -23,15 +23,15 @@ uname -v = Darwin Kernel Version 23.4.0: Fri Mar 15 00:10:42 PDT 2024; root:xnu-
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 23.4.0: Fri Mar 15 00:10:42 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T6000
Darwin Kernel Version 23.5.0: Wed May 1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000
Kernel configured for up to 20 processors.
20 processors are physically available.
20 processors are logically available.
Processor type: arm64e (ARM64E)
Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Primary memory available: 64.00 gigabytes
Default processor set: 957 tasks, 5201 threads, 20 processors
Load average: 6.48, Mach factor: 13.52
Default processor set: 1036 tasks, 5105 threads, 20 processors
Load average: 6.35, Mach factor: 13.63
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
Expand Down Expand Up @@ -81,11 +81,11 @@ configure:3231: checking for m4
configure:3254: found /usr/bin/m4
configure:3268: result: /usr/bin/m4
configure:3290: checking build system type
configure:3306: result: aarch64-apple-darwin23.4.0
configure:3306: result: aarch64-apple-darwin23.5.0
configure:3326: checking host system type
configure:3341: result: aarch64-apple-darwin23.4.0
configure:3341: result: aarch64-apple-darwin23.5.0
configure:3361: checking target system type
configure:3376: result: aarch64-apple-darwin23.4.0
configure:3376: result: aarch64-apple-darwin23.5.0
configure:3424: checking for a BSD-compatible install
configure:3498: result: /opt/homebrew/bin/ginstall -c
configure:3509: checking whether build environment is sane
Expand Down Expand Up @@ -113,13 +113,13 @@ configure:4290: result: gcc
configure:4649: checking for C compiler version
configure:4658: gcc --version >&5
Apple clang version 15.0.0 (clang-1500.3.9.4)
Target: arm64-apple-darwin23.4.0
Target: arm64-apple-darwin23.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:4669: $? = 0
configure:4658: gcc -v >&5
Apple clang version 15.0.0 (clang-1500.3.9.4)
Target: arm64-apple-darwin23.4.0
Target: arm64-apple-darwin23.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:4669: $? = 0
Expand Down Expand Up @@ -304,13 +304,13 @@ configure:6082: result: g++
configure:6109: checking for C++ compiler version
configure:6118: g++ --version >&5
Apple clang version 15.0.0 (clang-1500.3.9.4)
Target: arm64-apple-darwin23.4.0
Target: arm64-apple-darwin23.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:6129: $? = 0
configure:6118: g++ -v >&5
Apple clang version 15.0.0 (clang-1500.3.9.4)
Target: arm64-apple-darwin23.4.0
Target: arm64-apple-darwin23.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:6129: $? = 0
Expand Down Expand Up @@ -746,9 +746,9 @@ configure:7891: output
configure:7899: result: BSD nm
configure:7903: checking the maximum length of command line arguments
configure:8036: result: 786432
configure:8084: checking how to convert aarch64-apple-darwin23.4.0 file names to aarch64-apple-darwin23.4.0 format
configure:8084: checking how to convert aarch64-apple-darwin23.5.0 file names to aarch64-apple-darwin23.5.0 format
configure:8126: result: func_convert_file_noop
configure:8133: checking how to convert aarch64-apple-darwin23.4.0 file names to toolchain format
configure:8133: checking how to convert aarch64-apple-darwin23.5.0 file names to toolchain format
configure:8155: result: func_convert_file_noop
configure:8162: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:8171: result: -r
Expand Down Expand Up @@ -856,7 +856,7 @@ configure:12408: result: yes
configure:12441: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:13714: result: yes
configure:13956: checking dynamic linker characteristics
configure:14778: result: darwin23.4.0 dyld
configure:14778: result: darwin23.5.0 dyld
configure:14900: checking how to hardcode library paths into programs
configure:14925: result: immediate
configure:14970: checking for dlopen in -ldl
Expand Down Expand Up @@ -1012,7 +1012,7 @@ configure:17871: result: yes
configure:17901: checking whether the g++ -std=gnu++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:17941: result: yes
configure:18084: checking dynamic linker characteristics
configure:18833: result: darwin23.4.0 dyld
configure:18833: result: darwin23.5.0 dyld
configure:18898: checking how to hardcode library paths into programs
configure:18923: result: immediate
configure:18991: checking for an ANSI C-conforming const
Expand Down Expand Up @@ -2370,7 +2370,7 @@ config.status:1537: executing libtool commands
## Cache variables. ##
## ---------------- ##

ac_cv_build=aarch64-apple-darwin23.4.0
ac_cv_build=aarch64-apple-darwin23.5.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
Expand Down Expand Up @@ -2446,7 +2446,7 @@ ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_host=aarch64-apple-darwin23.4.0
ac_cv_host=aarch64-apple-darwin23.5.0
ac_cv_lib_dl_dlopen=yes
ac_cv_objext=o
ac_cv_path_DOCKER=/Users/kdubb/.rd/bin/docker
Expand Down Expand Up @@ -2485,7 +2485,7 @@ ac_cv_prog_cxx_stdcxx=-std=gnu++11
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_should_define__xopen_source=no
ac_cv_target=aarch64-apple-darwin23.4.0
ac_cv_target=aarch64-apple-darwin23.5.0
ac_cv_type_gid_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
Expand Down Expand Up @@ -2756,20 +2756,20 @@ am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='aarch64-apple-darwin23.4.0'
build='aarch64-apple-darwin23.5.0'
build_alias=''
build_cpu='aarch64'
build_os='darwin23.4.0'
build_os='darwin23.5.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='aarch64-apple-darwin23.4.0'
host='aarch64-apple-darwin23.5.0'
host_alias=''
host_cpu='aarch64'
host_os='darwin23.4.0'
host_os='darwin23.5.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
Expand All @@ -2792,10 +2792,10 @@ sharedstatedir='${prefix}/com'
shavedir='/Users/kdubb/Projects/outfoxx/PotentCodables/Sources/Cfyaml/build-aux'
subdirs=' libltdl'
sysconfdir='${prefix}/etc'
target='aarch64-apple-darwin23.4.0'
target='aarch64-apple-darwin23.5.0'
target_alias=''
target_cpu='aarch64'
target_os='darwin23.4.0'
target_os='darwin23.5.0'
target_vendor='apple'

## ----------- ##
Expand Down
20 changes: 10 additions & 10 deletions Sources/Cfyaml/config.status
Original file line number Diff line number Diff line change
Expand Up @@ -559,11 +559,11 @@ SHELL='/bin/sh'
ECHO='printf %s\n'
PATH_SEPARATOR=':'
host_alias=''
host='aarch64-apple-darwin23.4.0'
host_os='darwin23.4.0'
host='aarch64-apple-darwin23.5.0'
host_os='darwin23.5.0'
build_alias=''
build='aarch64-apple-darwin23.4.0'
build_os='darwin23.4.0'
build='aarch64-apple-darwin23.5.0'
build_os='darwin23.5.0'
SED='/usr/bin/sed'
Xsed='/usr/bin/sed -e 1s/^X//'
GREP='/usr/bin/grep'
Expand Down Expand Up @@ -1066,18 +1066,18 @@ S["am__isrc"]=""
S["INSTALL_DATA"]="${INSTALL} -m 644"
S["INSTALL_SCRIPT"]="${INSTALL}"
S["INSTALL_PROGRAM"]="${INSTALL}"
S["target_os"]="darwin23.4.0"
S["target_os"]="darwin23.5.0"
S["target_vendor"]="apple"
S["target_cpu"]="aarch64"
S["target"]="aarch64-apple-darwin23.4.0"
S["host_os"]="darwin23.4.0"
S["target"]="aarch64-apple-darwin23.5.0"
S["host_os"]="darwin23.5.0"
S["host_vendor"]="apple"
S["host_cpu"]="aarch64"
S["host"]="aarch64-apple-darwin23.4.0"
S["build_os"]="darwin23.4.0"
S["host"]="aarch64-apple-darwin23.5.0"
S["build_os"]="darwin23.5.0"
S["build_vendor"]="apple"
S["build_cpu"]="aarch64"
S["build"]="aarch64-apple-darwin23.4.0"
S["build"]="aarch64-apple-darwin23.5.0"
S["ACLOCAL_AMFLAGS"]="-I m4"
S["M4"]="/usr/bin/m4"
S["target_alias"]=""
Expand Down
18 changes: 9 additions & 9 deletions Sources/Cfyaml/doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = aarch64-apple-darwin23.4.0
host_triplet = aarch64-apple-darwin23.4.0
target_triplet = aarch64-apple-darwin23.4.0
build_triplet = aarch64-apple-darwin23.5.0
host_triplet = aarch64-apple-darwin23.5.0
target_triplet = aarch64-apple-darwin23.5.0
subdir = doc
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_enable_debug.m4 \
Expand Down Expand Up @@ -274,21 +274,21 @@ am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf -
ax_pthread_config =
bindir = ${exec_prefix}/bin
build = aarch64-apple-darwin23.4.0
build = aarch64-apple-darwin23.5.0
build_alias =
build_cpu = aarch64
build_os = darwin23.4.0
build_os = darwin23.5.0
build_vendor = apple
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
host = aarch64-apple-darwin23.4.0
host = aarch64-apple-darwin23.5.0
host_alias =
host_cpu = aarch64
host_os = darwin23.4.0
host_os = darwin23.5.0
host_vendor = apple
htmldir = ${docdir}
includedir = ${prefix}/include
Expand All @@ -312,10 +312,10 @@ shavedir = /Users/kdubb/Projects/outfoxx/PotentCodables/Sources/Cfyaml/build-aux
srcdir = .
subdirs = libltdl
sysconfdir = ${prefix}/etc
target = aarch64-apple-darwin23.4.0
target = aarch64-apple-darwin23.5.0
target_alias =
target_cpu = aarch64
target_os = darwin23.4.0
target_os = darwin23.5.0
target_vendor = apple
top_build_prefix = ../
top_builddir = ..
Expand Down
8 changes: 4 additions & 4 deletions Sources/Cfyaml/libtool
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ PATH_SEPARATOR=":"

# The host system.
host_alias=
host=aarch64-apple-darwin23.4.0
host_os=darwin23.4.0
host=aarch64-apple-darwin23.5.0
host_os=darwin23.5.0

# The build system.
build_alias=
build=aarch64-apple-darwin23.4.0
build_os=darwin23.4.0
build=aarch64-apple-darwin23.5.0
build_os=darwin23.5.0

# A sed program that does not truncate output.
SED="/usr/bin/sed"
Expand Down
18 changes: 9 additions & 9 deletions Sources/Cfyaml/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = aarch64-apple-darwin23.4.0
host_triplet = aarch64-apple-darwin23.4.0
target_triplet = aarch64-apple-darwin23.4.0
build_triplet = aarch64-apple-darwin23.5.0
host_triplet = aarch64-apple-darwin23.5.0
target_triplet = aarch64-apple-darwin23.5.0
bin_PROGRAMS = fy-tool$(EXEEXT)
noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)

Expand Down Expand Up @@ -577,21 +577,21 @@ am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf -
ax_pthread_config =
bindir = ${exec_prefix}/bin
build = aarch64-apple-darwin23.4.0
build = aarch64-apple-darwin23.5.0
build_alias =
build_cpu = aarch64
build_os = darwin23.4.0
build_os = darwin23.5.0
build_vendor = apple
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
host = aarch64-apple-darwin23.4.0
host = aarch64-apple-darwin23.5.0
host_alias =
host_cpu = aarch64
host_os = darwin23.4.0
host_os = darwin23.5.0
host_vendor = apple
htmldir = ${docdir}
includedir = ${prefix}/include
Expand All @@ -615,10 +615,10 @@ shavedir = /Users/kdubb/Projects/outfoxx/PotentCodables/Sources/Cfyaml/build-aux
srcdir = .
subdirs = libltdl
sysconfdir = ${prefix}/etc
target = aarch64-apple-darwin23.4.0
target = aarch64-apple-darwin23.5.0
target_alias =
target_cpu = aarch64
target_os = darwin23.4.0
target_os = darwin23.5.0
target_vendor = apple
top_build_prefix = ../
top_builddir = ..
Expand Down
Loading

0 comments on commit fdb681c

Please sign in to comment.