From owner-svn-ports-all@freebsd.org Tue Dec 18 11:13:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86293134D40F; Tue, 18 Dec 2018 11:13:24 +0000 (UTC) (envelope-from ehaupt@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) server-signature RSA-PSS (4096 bits) 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 257218E1AA; Tue, 18 Dec 2018 11:13:24 +0000 (UTC) (envelope-from ehaupt@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 F0908260A0; Tue, 18 Dec 2018 11:13:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBIBDNmP052073; Tue, 18 Dec 2018 11:13:23 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBIBDNb3052071; Tue, 18 Dec 2018 11:13:23 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201812181113.wBIBDNb3052071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 18 Dec 2018 11:13:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487743 - in head/audio/fasttracker2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/audio/fasttracker2: . files X-SVN-Commit-Revision: 487743 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 257218E1AA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 11:13:24 -0000 Author: ehaupt Date: Tue Dec 18 11:13:23 2018 New Revision: 487743 URL: https://svnweb.freebsd.org/changeset/ports/487743 Log: Update to 0.1.b124 Modified: head/audio/fasttracker2/Makefile head/audio/fasttracker2/distinfo head/audio/fasttracker2/files/patch-src_ft2__main.c Modified: head/audio/fasttracker2/Makefile ============================================================================== --- head/audio/fasttracker2/Makefile Tue Dec 18 09:39:14 2018 (r487742) +++ head/audio/fasttracker2/Makefile Tue Dec 18 11:13:23 2018 (r487743) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fasttracker2 -DISTVERSION= 0.1-b123 +DISTVERSION= 0.1-b124 CATEGORIES= audio MASTER_SITES= https://16-bits.org/ \ LOCAL/ehaupt Modified: head/audio/fasttracker2/distinfo ============================================================================== --- head/audio/fasttracker2/distinfo Tue Dec 18 09:39:14 2018 (r487742) +++ head/audio/fasttracker2/distinfo Tue Dec 18 11:13:23 2018 (r487743) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545028571 -SHA256 (ft2clone-b123-code.zip) = 6bf9297bd8a9e454477dfe3115b33b7c8974c540feb354499a7d3d90322bfa3f -SIZE (ft2clone-b123-code.zip) = 3462067 +TIMESTAMP = 1545129265 +SHA256 (ft2clone-b124-code.zip) = 0b5b0955c0f49973d8b4f69260edf818ff750503976f49ff7eebb6bc2baee20e +SIZE (ft2clone-b124-code.zip) = 3462244 Modified: head/audio/fasttracker2/files/patch-src_ft2__main.c ============================================================================== --- head/audio/fasttracker2/files/patch-src_ft2__main.c Tue Dec 18 09:39:14 2018 (r487742) +++ head/audio/fasttracker2/files/patch-src_ft2__main.c Tue Dec 18 11:13:23 2018 (r487743) @@ -1,18 +1,18 @@ ---- src/ft2_main.c.orig 2018-11-27 19:40:20 UTC +--- src/ft2_main.c.orig 2018-12-18 11:08:11 UTC +++ src/ft2_main.c -@@ -187,15 +187,6 @@ int main(int argc, char *argv[]) - enterFullscreen(); - } +@@ -190,6 +190,7 @@ int main(int argc, char *argv[]) -- //benchmarkAudioChannelMixer(); /* for development testing */ -- -- /* set up MIDI input (in a thread because it can take quite a while on f.ex. macOS) */ -- initMidiThread = SDL_CreateThread(initMidiFunc, "FT2 Clone MIDI Initialization Thread", NULL); -- if (initMidiThread == NULL) -- { -- cleanUpAndExit(); -- return (1); -- } + //benchmarkAudioChannelMixer(); /* for development testing */ + ++#ifndef __FreeBSD__ + /* set up MIDI input (in a thread because it can take quite a while on f.ex. macOS) */ + initMidiThread = SDL_CreateThread(initMidiFunc, "FT2 Clone MIDI Initialization Thread", NULL); + if (initMidiThread == NULL) +@@ -199,6 +200,7 @@ int main(int argc, char *argv[]) + return (1); + } SDL_DetachThread(initMidiThread); /* don't wait for this thread, let it clean up when done */ ++#endif setupWaitVBL(); + while (editor.programRunning)