From owner-svn-ports-head@freebsd.org Sun May 31 14:30:49 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EB3F0336152; Sun, 31 May 2020 14:30:49 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49ZghT62C0z4BRC; Sun, 31 May 2020 14:30:49 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA3CC1B889; Sun, 31 May 2020 14:30:49 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04VEUnfX006045; Sun, 31 May 2020 14:30:49 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04VEUnvA006044; Sun, 31 May 2020 14:30:49 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202005311430.04VEUnvA006044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 31 May 2020 14:30:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537166 - head/audio/yoshimi X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/yoshimi X-SVN-Commit-Revision: 537166 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2020 14:30:50 -0000 Author: tobik Date: Sun May 31 14:30:49 2020 New Revision: 537166 URL: https://svnweb.freebsd.org/changeset/ports/537166 Log: audio/yoshimi: Unbreak after ports r536573 src/LV2_Plugin/YoshimiLV2Plugin.cpp:80:5: error: cannot initialize a member subobject of type 'LV2_Handle (*)(const struct LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(*)(const LV2_Descriptor *, double, const char *, const LV2_Feature *const *)') with an lvalue of type 'LV2_Handle (const struct _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(const _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)'): type mismatch at 1st parameter ('const struct LV2_Descriptor *' vs 'const struct _LV2_Descriptor *') YoshimiLV2Plugin::instantiate, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/LV2_Plugin/YoshimiLV2Plugin.cpp:93:5: error: cannot initialize a member subobject of type 'LV2_Handle (*)(const struct LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(*)(const LV2_Descriptor *, double, const char *, const LV2_Feature *const *)') with an lvalue of type 'LV2_Handle (const struct _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(const _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)'): type mismatch at 1st parameter ('const struct LV2_Descriptor *' vs 'const struct _LV2_Descriptor *') YoshimiLV2Plugin::instantiate, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/LV2_Plugin/YoshimiLV2Plugin.cpp:396:34: error: no matching constructor for initialization of 'YoshimiLV2Plugin' YoshimiLV2Plugin *inst = new YoshimiLV2Plugin(synth, sample_rate, bundle_path, features, desc); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/LV2_Plugin/YoshimiLV2Plugin.cpp:257:19: note: candidate constructor not viable: cannot convert argument of incomplete type 'const struct _LV2_Descriptor *' to 'const LV2_Descriptor *' for 5th argument YoshimiLV2Plugin::YoshimiLV2Plugin(SynthEngine *synth, double sampleRate, const char *bundlePath, const LV2_Feature *const *features, const LV2_Descriptor *desc): ^ src/LV2_Plugin/YoshimiLV2Plugin.h:47:7: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 5 were provided class YoshimiLV2Plugin : public MusicIO ^ src/LV2_Plugin/YoshimiLV2Plugin.cpp:833:5: error: cannot initialize a member subobject of type 'LV2UI_Handle (*)(const struct LV2UI_Descriptor *, const char *, const char *, LV2UI_Write_Function, LV2UI_Controller, LV2UI_Widget *, const LV2_Feature *const *)' (aka 'void *(*)(const LV2UI_Descriptor *, const char *, const char *, void (*)(void *, unsigned int, unsigned int, unsigned int, const void *), void *, void **, const LV2_Feature *const *)') with an lvalue of type 'LV2UI_Handle (const _LV2UI_Descriptor *, const char *, const char *, LV2UI_Write_Function, LV2UI_Controller, LV2UI_Widget *, const LV2_Feature *const *)' (aka 'void *(const _LV2UI_Descriptor *, const char *, const char *, void (*)(void *, unsigned int, unsigned int, unsigned int, const void *), void *, void **, const LV2_Feature *const *)'): type mismatch at 1st parameter ('const struct LV2UI_Descriptor *' vs 'const _LV2UI_Descriptor *') YoshimiLV2PluginUI::instantiate, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Modified: head/audio/yoshimi/Makefile head/audio/yoshimi/distinfo Modified: head/audio/yoshimi/Makefile ============================================================================== --- head/audio/yoshimi/Makefile Sun May 31 14:27:14 2020 (r537165) +++ head/audio/yoshimi/Makefile Sun May 31 14:30:49 2020 (r537166) @@ -4,6 +4,9 @@ PORTNAME= yoshimi DISTVERSION= 1.7.1 CATEGORIES= audio +PATCH_SITES= https://github.com/Yoshimi/yoshimi/commit/ +PATCHFILES= 86996cbb235f0fe138ae814a6758c2c8ba1c2a38.patch:-p1 + MAINTAINER= tobik@FreeBSD.org COMMENT= Sophisticated software synthesizer Modified: head/audio/yoshimi/distinfo ============================================================================== --- head/audio/yoshimi/distinfo Sun May 31 14:27:14 2020 (r537165) +++ head/audio/yoshimi/distinfo Sun May 31 14:30:49 2020 (r537166) @@ -1,3 +1,5 @@ -TIMESTAMP = 1587377885 +TIMESTAMP = 1590934438 SHA256 (Yoshimi-yoshimi-1.7.1_GH0.tar.gz) = b75560761d7abebf7e901bd2b0dd1f55650cab2c3ff551f7e4820425ce325c28 SIZE (Yoshimi-yoshimi-1.7.1_GH0.tar.gz) = 10067045 +SHA256 (86996cbb235f0fe138ae814a6758c2c8ba1c2a38.patch) = e5b422e9ad25bb0b1b474a904be153d5e87e977b956c6783accdf0b981718da2 +SIZE (86996cbb235f0fe138ae814a6758c2c8ba1c2a38.patch) = 3463