head 1.2; access; symbols pkgsrc-2022Q1:1.1.0.4 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.2 pkgsrc-2021Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2022.04.17.20.00.34; author sjmulder; state dead; branches; next 1.1; commitid hzUrxBzbc8MtJAAD; 1.1 date 2021.11.20.00.31.10; author sjmulder; state Exp; branches; next ; commitid qePVW9I5uhlf1thD; desc @@ 1.2 log @devel/mustach: Remove old patch, fix macOS build - test6/Makefile patch is merged upstream - Fix macOS breakage caused by -soname use @ text @$NetBSD: patch-test6_Makefile,v 1.1 2021/11/20 00:31:10 sjmulder Exp $ - Respect LDFLAGS when building test. --- test6/Makefile.orig 2021-10-28 15:03:09.000000000 +0000 +++ test6/Makefile @@@@ -2,7 +2,7 @@@@ test-custom-write: test-custom-write.c ../mustach-json-c.h ../mustach-json-c.c ../mustach-wrap.c ../mustach.h ../mustach.c @@echo building test-custom-write - $(CC) $(CFLAGS) -g -o test-custom-write test-custom-write.c ../mustach.c ../mustach-json-c.c ../mustach-wrap.c -ljson-c + $(CC) $(CFLAGS) $(LDFLAGS) -g -o test-custom-write test-custom-write.c ../mustach.c ../mustach-json-c.c ../mustach-wrap.c -ljson-c test: test-custom-write @@echo starting test @ 1.1 log @devel/mustach: Update to 1.2.2 (Also adds test target) Changes in 1.2.2: Fix: - Fix: SONAME of libmustach-json-c.so Changes in 1.2.1: New: - Add SONAME in libraries. - Flag Mustach_With_PartialDataFirst to switch the policy of resolving partials. Fix: - Identification of types in cJSON Changes in 1.2.0: New: - Add hook 'mustach_wrap_get_partial' for handling partials. - Add test of mustache specifications https://github.com/mustache/spec. Changes: - Mustach_With_SingleDot is always set. - Mustach_With_IncPartial is always set. - Mustach_With_AllExtensions is changed to use currently known extensions. - Output of tests changed. - Makefile improved. - Partials are first searched as file then in current selection. - Improved management of delimiters. Fixes: - Improved output accordingly to https://github.com/mustache/spec: - escaping of quote " - interpolating null with empty string - removal of empty lines with standalone tag - don't enter section if null - indentation of partials - comment improved for get of mustach_wrap_itf. @ text @d1 1 a1 1 $NetBSD$ @