pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

din: Update wip/din to 36.



Module Name:	pkgsrc-wip
Committed By:	fox <santhosh.raju%gmail.com@localhost>
Pushed By:	fox
Date:		Mon Jul 9 23:29:47 2018 +0530
Changeset:	92e096572dc2529d64c6e60e49b737620a8d1fb2

Modified Files:
	din/Makefile
	din/distinfo
Removed Files:
	din/patches/patch-src_main.cc

Log Message:
din: Update wip/din to 36.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=92e096572dc2529d64c6e60e49b737620a8d1fb2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 din/Makefile                  |  2 +-
 din/distinfo                  |  8 ++++----
 din/patches/patch-src_main.cc | 18 ------------------
 3 files changed, 5 insertions(+), 23 deletions(-)

diffs:
diff --git a/din/Makefile b/din/Makefile
index e0487511ce..29a57bc91f 100644
--- a/din/Makefile
+++ b/din/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	din-35
+DISTNAME=	din-36
 PKGREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	https://archive.org/download/dinisnoise_source_code/
diff --git a/din/distinfo b/din/distinfo
index 9df35f31ec..27e08005f3 100644
--- a/din/distinfo
+++ b/din/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (din-35.tar.gz) = 8a21258da1f0c97cbc8372c3e9f87f45e915ed8c
-RMD160 (din-35.tar.gz) = a86fe3198a7472ca68024ce53b6e5784be01db7e
-SHA512 (din-35.tar.gz) = a3f16996eab7362624e6bb6156843173c6d5e5662843a4502920aedff4c81efa34723d07b8982973cc99ff5e0c945efeb1b66d7e52e14f92cf26d817b8a5a309
-Size (din-35.tar.gz) = 3613126 bytes
+SHA1 (din-36.tar.gz) = af6d9e7a755faa5731810078192a550a17467f41
+RMD160 (din-36.tar.gz) = fe0bf372fdc572164a687525086173603a5487c2
+SHA512 (din-36.tar.gz) = e70424f0e437394746ee4bd0ae7d515c1a9421dfb09cc91cadef0849a297d28e262bf7947e970e2ae65824d211ec9d896d963b17715259063b3fc8ad3635f8d3
+Size (din-36.tar.gz) = 3616547 bytes
 SHA1 (patch-src_Makefile.am) = bb22b57b55cb6301bc00563c932ae2bb9c3333f2
 SHA1 (patch-src_Makefile.in) = 6b071dc18bfb2d964192638813342037fe7832ce
 SHA1 (patch-src_main.cc) = 21a55217a2e03a49ccbae4e46994e6da68f83d92
diff --git a/din/patches/patch-src_main.cc b/din/patches/patch-src_main.cc
deleted file mode 100644
index 6ea8cafe45..0000000000
--- a/din/patches/patch-src_main.cc
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
-Removed "extern" so that clang (in FreeBSD 11.1) builds are fixed.
-
---- src/main.cc.orig	2018-06-17 16:39:50.160053000 +0000
-+++ src/main.cc
-@@ -73,7 +73,11 @@ extern const float TWO_PI = 2 * PI;
- extern const float PI_BY_180 = PI / 180.;
- extern const int MILLION = 1000000;
- extern const char SPC = ' ';
-+#if defined (__FreeBSD__)
-+const string tokenizer::DEFAULT_DELIMITER (" ");
-+#else
- extern const string tokenizer::DEFAULT_DELIMITER (" ");
-+#endif
- float widget::R = 0.980392, widget::G = 0.792157, widget::B = 0.509804; // default color for all widgets
- 
- // for attack, decay and deltas [see keyboard-keyboard.cc, mondrian.cc, triggered_note.cc]


Home | Main Index | Thread Index | Old Index