head 1.3; access; symbols pkgsrc-2021Q2:1.2.0.4 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.2 pkgsrc-2021Q1-base:1.2; locks; strict; comment @# @; 1.3 date 2021.07.23.20.35.04; author tsutsui; state dead; branches; next 1.2; commitid HW9vCl1R00cpx92D; 1.2 date 2021.03.19.16.31.58; author tsutsui; state Exp; branches; next 1.1; commitid g0QWsjCxScb7fWLC; 1.1 date 2021.03.12.15.27.55; author tsutsui; state Exp; branches; next ; commitid zIVGyEQYCqB572LC; desc @@ 1.3 log @sayaka: update to 3.5.2. Upstream changes: * 3.5.2 (2021/07/22) - implement auto reconnecting and --reconnect option @ text @$NetBSD: patch-src_Makefile,v 1.2 2021/03/19 16:31:58 tsutsui Exp $ - enable optimization. --- src/Makefile.orig 2021-03-18 09:51:03.000000000 +0000 +++ src/Makefile @@@@ -67,10 +67,10 @@@@ SRCS_all= \ ${SRCS_sixelv} \ ${SRCS_test} \ -CXX+= -g +#CXX+= -g #CXX+= -fsanitize=undefined -CPPFLAGS+= -O0 +CPPFLAGS+= -O2 CPPFLAGS+= -Wall -Werror -Wshadow -Wno-sign-compare INCLUDES+= -I.. @ 1.2 log @sayaka: update to 3.5.1. Upstream changes: * 3.5.1 (2021/03/18) - try HTTP first then HTTPS to get icon images, rather than HTTPS only - improve several error handling @ text @d1 1 a1 1 $NetBSD: patch-src_Makefile,v 1.1 2021/03/12 15:27:55 tsutsui Exp $ @ 1.1 log @sayaka: update to 3.5.0. Upstream changes: * 3.5.0 (2021/03/03) - migrate to C++ and obsolete vala version - support only JPEG and PNG image for now - implement auto recognition of the terminal background color - remove --protect and --support-evs options - remove --noimg option (superseded by --no-image) - remove replaying recoded data in userstream days @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/Makefile.orig 2021-03-03 11:55:35.000000000 +0000 d7 3 a9 3 @@@@ -42,10 +42,10 @@@@ SRCS_sixelv= \ sixelv.cpp \ @