head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.30 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.28 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.26 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.24 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.22 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.20 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.18 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.16 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.14 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.12 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.10 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.8 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.6 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.4 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.2 pkgsrc-2022Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2026.06.11.14.18.39; author drixter; state dead; branches; next 1.1; commitid qTvw7ts9RddR6oJG; 1.1 date 2022.09.13.10.56.36; author tnn; state Exp; branches; next ; commitid 27ziQmMp7AjPVGTD; desc @@ 1.2 log @audio/vorbis-tools: Update to 1.4.3 1.4.3 -- 2025-04-13 * Made sure utf8_decode() prototype is found by newer GCC. * Plugged memleak when using vorbiscomment -c (#2328) * Plugged memory leak in vorbiscomment param parsing. * Added simple self test check. * Updated ogg123 http transport to avoid depricated CURLOPT_PROGRESSFUNCTION. * Code cleanup and avoiding some reserved names breaking MSVC build. * Introduced new configure option --enable-gcc-sanitazion for more checks. * Updated translation files and added initial Norwegian BokmAYl translation. * Changed oggenc to no longer assume output path ends in a file name (CVE-2023-43361). * Adjusted build rules to avoi link error on MacOSX. * Dropped version number from documenation install path. * Adjusted ogg123 to handle disappearing audio device more gracefully. * Fetched all updated translations from GNU translation project. @ text @$NetBSD: patch-share_Makefile.in,v 1.1 2022/09/13 10:56:36 tnn Exp $ Don't nest .a-files; ld(1) from latest xcode chokes on it. For libpicture.a, use base64.o directly instead of libbase64.a. --- share/Makefile.in.orig 2021-01-21 09:14:19.000000000 +0000 +++ share/Makefile.in @@@@ -131,7 +131,7 @@@@ libgetopt_a_LIBADD = am_libgetopt_a_OBJECTS = getopt.$(OBJEXT) getopt1.$(OBJEXT) libgetopt_a_OBJECTS = $(am_libgetopt_a_OBJECTS) libpicture_a_AR = $(AR) $(ARFLAGS) -libpicture_a_DEPENDENCIES = libbase64.a +libpicture_a_DEPENDENCIES = base64.$(OBJEXT) am_libpicture_a_OBJECTS = picture.$(OBJEXT) libpicture_a_OBJECTS = $(am_libpicture_a_OBJECTS) libutf8_a_AR = $(AR) $(ARFLAGS) @@@@ -407,7 +407,7 @@@@ libutf8_a_SOURCES = charset.c charset.h libgetopt_a_SOURCES = getopt.c getopt1.c libbase64_a_SOURCES = base64.c libpicture_a_SOURCES = picture.c -libpicture_a_LIBADD = libbase64.a +libpicture_a_LIBADD = base64.$(OBJEXT) EXTRA_DIST = charmaps.h makemap.c charset_test.c charsetmap.h all: all-am @ 1.1 log @vorbis-tools: don't nest .a-files; ld(1) from latest xcode chokes on it @ text @d1 1 a1 1 $NetBSD$ @