Hi. this updates chafa to 1.6.1, which is a bugfix release.
If possible, I'd like to update this also in stable. Some testing done on amd64 current and stable. No issues found. The same diff applies to both current and stable. I'm unsure about SHARED_LIBS. portcheck -N complained it is not 0.0 so I changed it. Comparing the old library according to [1] against the new lib revealed no changes. Was this correct? Changes: - Add NOCONFIGURE variable to autogen.sh to skip configure Bug fixes: - SIGBUS while loading huge GIFs - Produces small glitches in output with some images - Haiku port fails on 32bit - Exclude RTL code points that could break the output. - Apple Terminal lacks truecolor support, so make it default to 256 colors - Fix typo affecting middle dot symbol. [1] https://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs Comments? OK? Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/chafa/Makefile,v retrieving revision 1.3 diff -u -p -u -p -r1.3 Makefile --- Makefile 10 Feb 2021 20:18:11 -0000 1.3 +++ Makefile 19 Jun 2021 10:27:12 -0000 @@ -1,9 +1,9 @@ # $OpenBSD: Makefile,v 1.3 2021/02/10 20:18:11 tracey Exp $ COMMENT = character art facsimile generator -DISTNAME = chafa-1.6.0 +DISTNAME = chafa-1.6.1 -SHARED_LIBS += chafa 1.0 # 5.0 +SHARED_LIBS += chafa 0.0 # 5.0 CATEGORIES = graphics Index: distinfo =================================================================== RCS file: /cvs/ports/graphics/chafa/distinfo,v retrieving revision 1.2 diff -u -p -u -p -r1.2 distinfo --- distinfo 10 Feb 2021 20:18:11 -0000 1.2 +++ distinfo 19 Jun 2021 10:27:12 -0000 @@ -1,2 +1,2 @@ -SHA256 (chafa-1.6.0.tar.xz) = BwbhAabg6AYzWutXRF4va+/+C+Kadh9WGXnoFpHCxoE= -SIZE (chafa-1.6.0.tar.xz) = 417888 +SHA256 (chafa-1.6.1.tar.xz) = dsmJMOmbPl+tuYYUi5nWVjbp6WGRJOVo/xPTZO3on6U= +SIZE (chafa-1.6.1.tar.xz) = 418720 -- greetings, Florian Viehweger