head 1.2; access; symbols pkgsrc-2017Q4:1.1.0.2; locks; strict; comment @# @; 1.2 date 2018.01.02.11.01.26; author tsutsui; state dead; branches; next 1.1; commitid 1hmYT3UDsBwo5ilA; 1.1 date 2017.12.31.08.54.00; author tsutsui; state Exp; branches 1.1.2.1; next ; commitid U3ubnf2q7a2er1lA; 1.1.2.1 date 2017.12.31.08.54.00; author spz; state dead; branches; next 1.1.2.2; commitid yQMHUcwXUSThkglA; 1.1.2.2 date 2018.01.02.05.43.23; author spz; state Exp; branches; next ; commitid yQMHUcwXUSThkglA; desc @@ 1.2 log @sayaka: update to 3.3.2. Upstream changes: 3.3.2 (2018/01/02) - support build on pkgsrc-2017Q4 (vala-0.38.1 and later) - try to show images only if Content-Type is image/* - update to mbedTLS-2.4.2 - implement --timeout-image option @ text @$NetBSD: patch-vala_Makefile,v 1.1 2017/12/31 08:54:00 tsutsui Exp $ It seems convert_with_fallback() is properly exported for glib.vapi in newer vala 0.38.1 and later. --- vala/Makefile.orig 2016-12-23 13:28:27.000000000 +0000 +++ vala/Makefile @@@@ -91,7 +91,6 @@@@ LIBS+= -ljpeg VALA_FLAGS= \ mtls.vapi \ - glib.vapi \ VALAC= valac @ 1.1 log @sayaka: fix build failure with vala 0.38.3. It seems convert_with_fallback() is properly exported for glib.vapi in newer vala 0.38.1 and later so a local declaration is no longer necessary. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-vala_Makefile was added on branch pkgsrc-2017Q4 on 2018-01-02 05:43:23 +0000 @ text @d1 15 @ 1.1.2.2 log @Pullup ticket #5666 - requested by tsutsui net/sayaka: build fix Revisions pulled up: - net/sayaka/distinfo 1.6-1.7 - net/sayaka/patches/patch-vala_Makefile 1.1 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tsutsui Date: Sun Dec 31 08:54:00 UTC 2017 Modified Files: pkgsrc/net/sayaka: distinfo Added Files: pkgsrc/net/sayaka/patches: patch-vala_Makefile Log Message: sayaka: fix build failure with vala 0.38.3. It seems convert_with_fallback() is properly exported for glib.vapi in newer vala 0.38.1 and later so a local declaration is no longer necessary. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/sayaka/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/net/sayaka/patches/patch-vala_Makefile ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tsutsui Date: Tue Jan 2 01:56:25 UTC 2018 Modified Files: pkgsrc/net/sayaka: distinfo Log Message: sayaka: don't forget make mps after updating comments. Pointed out by spz@@ and rillig@@. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/sayaka/distinfo @ text @a0 15 $NetBSD$ It seems convert_with_fallback() is properly exported for glib.vapi in newer vala 0.38.1 and later. --- vala/Makefile.orig 2016-12-23 13:28:27.000000000 +0000 +++ vala/Makefile @@@@ -91,7 +91,6 @@@@ LIBS+= -ljpeg VALA_FLAGS= \ mtls.vapi \ - glib.vapi \ VALAC= valac @