From owner-dev-commits-ports-all@freebsd.org Sat Aug 21 21:42:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 38C45678F29; Sat, 21 Aug 2021 21:42:23 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GsX6715QGz4b72; Sat, 21 Aug 2021 21:42:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D97F149B1; Sat, 21 Aug 2021 21:42:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17LLgMIl020197; Sat, 21 Aug 2021 21:42:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17LLgMan020196; Sat, 21 Aug 2021 21:42:22 GMT (envelope-from git) Date: Sat, 21 Aug 2021 21:42:22 GMT Message-Id: <202108212142.17LLgMan020196@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Santhosh Raju Subject: git: 29d50446f541 - main - audio/din: Updates to 51.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fox X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 29d50446f541f2679c80aa3532ea9c750c7b879e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2021 21:42:23 -0000 The branch main has been updated by fox: URL: https://cgit.FreeBSD.org/ports/commit/?id=29d50446f541f2679c80aa3532ea9c750c7b879e commit 29d50446f541f2679c80aa3532ea9c750c7b879e Author: Santhosh Raju AuthorDate: 2021-08-21 21:34:15 +0000 Commit: Santhosh Raju CommitDate: 2021-08-21 21:41:38 +0000 audio/din: Updates to 51.1.1 Changes since 51.1: DIN Is Noise 51.1.1: ! fixed build failures due to inconsistent variable type declaration ! --- audio/din/Makefile | 3 +-- audio/din/distinfo | 6 +++--- audio/din/files/patch-src_ball.cc | 13 ------------- audio/din/files/patch-src_modulator.h | 13 ------------- audio/din/files/patch-src_mondrian.cc | 13 ------------- 5 files changed, 4 insertions(+), 44 deletions(-) diff --git a/audio/din/Makefile b/audio/din/Makefile index 66196a2a7cb6..377873654623 100644 --- a/audio/din/Makefile +++ b/audio/din/Makefile @@ -1,6 +1,5 @@ PORTNAME= din -PORTVERSION= 51.1 -PORTREVISION= 1 +PORTVERSION= 51.1.1 CATEGORIES= audio MASTER_SITES= https://archive.org/download/dinisnoise_source_code/ diff --git a/audio/din/distinfo b/audio/din/distinfo index 8c55751959fc..c15169483ffa 100644 --- a/audio/din/distinfo +++ b/audio/din/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626222892 -SHA256 (din-51.1.tar.gz) = 4cdeebba091a8ed298840ccdecf204089d8481c5599bbd8bd526f3466a728e7c -SIZE (din-51.1.tar.gz) = 3700748 +TIMESTAMP = 1629545974 +SHA256 (din-51.1.1.tar.gz) = f679ead486e2a55ffef0acfd00e35d47642309acd1fd1400f64ae3c2c1d5b6e9 +SIZE (din-51.1.1.tar.gz) = 3700797 diff --git a/audio/din/files/patch-src_ball.cc b/audio/din/files/patch-src_ball.cc deleted file mode 100644 index c786baad8a95..000000000000 --- a/audio/din/files/patch-src_ball.cc +++ /dev/null @@ -1,13 +0,0 @@ -Fixes the redeclaration error. float vs const float. - ---- src/ball.cc.orig 2021-07-12 10:55:38 UTC -+++ src/ball.cc -@@ -14,7 +14,7 @@ - using namespace std; - - extern mondrian mondrian0; --extern float PI_BY_180; -+extern const float PI_BY_180; - extern float TWO_PI; - extern int TRAILSIZE; - diff --git a/audio/din/files/patch-src_modulator.h b/audio/din/files/patch-src_modulator.h deleted file mode 100644 index 3f582d51c6cc..000000000000 --- a/audio/din/files/patch-src_modulator.h +++ /dev/null @@ -1,13 +0,0 @@ -Fixes the redeclaration error. float vs const float. - ---- src/modulator.h.orig 2021-07-12 11:03:15 UTC -+++ src/modulator.h -@@ -70,7 +70,7 @@ struct autorotator { - inline void setdeg (float d) { - deg = d; - if (deg < 0.0f) deg = 0.0f; -- extern float PI_BY_180; -+ extern const float PI_BY_180; - angle.persec = deg * PI_BY_180; - } - diff --git a/audio/din/files/patch-src_mondrian.cc b/audio/din/files/patch-src_mondrian.cc deleted file mode 100644 index 18620eac5a2f..000000000000 --- a/audio/din/files/patch-src_mondrian.cc +++ /dev/null @@ -1,13 +0,0 @@ -Fixes the redeclaration error. float vs const float. - ---- src/mondrian.cc.orig 2021-07-12 13:10:37 UTC -+++ src/mondrian.cc -@@ -42,7 +42,7 @@ extern gotog _gotomax; - extern int quit; - extern beat2value octave_shift; - extern float GOLDEN_RATIO; --extern float PI_BY_180; -+extern const float PI_BY_180; - extern int IPS; - extern std::map INTERVALS; - extern oscilloscope scope;