pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/fasttracker2 fasttracker2: Improve patch comment...
details: https://anonhg.NetBSD.org/pkgsrc/rev/33e62279c5ee
branches: trunk
changeset: 399093:33e62279c5ee
user: fox <fox%pkgsrc.org@localhost>
date: Fri Aug 02 16:54:10 2019 +0000
description:
fasttracker2: Improve patch comments and DESCR.
diffstat:
audio/fasttracker2/DESCR | 3 +++
audio/fasttracker2/distinfo | 10 +++++-----
audio/fasttracker2/patches/patch-src_ft2__diskop.c | 14 ++++++++++----
audio/fasttracker2/patches/patch-src_ft2__header.h | 11 ++++++++++-
audio/fasttracker2/patches/patch-src_ft2__sample__ed.c | 11 ++++++++++-
audio/fasttracker2/patches/patch-src_ft2__unicode.c | 5 ++++-
6 files changed, 42 insertions(+), 12 deletions(-)
diffs (117 lines):
diff -r 00e61e5a4f30 -r 33e62279c5ee audio/fasttracker2/DESCR
--- a/audio/fasttracker2/DESCR Fri Aug 02 14:32:28 2019 +0000
+++ b/audio/fasttracker2/DESCR Fri Aug 02 16:54:10 2019 +0000
@@ -1,5 +1,8 @@
fasttracker2 is a Fasttracker II clone in C using SDL 2.
+fasttracker2 is a music tracker (a type of music sequencer software)
+for creating and playing back tracker music.
+
This clone is meant for computers with a modern GPU and CPU (about
2007 or newer recommended). It's also designed for 60Hz refresh
rates, so it can act choppy if you're above 60Hz.
diff -r 00e61e5a4f30 -r 33e62279c5ee audio/fasttracker2/distinfo
--- a/audio/fasttracker2/distinfo Fri Aug 02 14:32:28 2019 +0000
+++ b/audio/fasttracker2/distinfo Fri Aug 02 16:54:10 2019 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.31 2019/07/30 00:06:50 fox Exp $
+$NetBSD: distinfo,v 1.32 2019/08/02 16:54:10 fox Exp $
SHA1 (ft2clone-b162-code.zip) = 4616581dac4cd8b498c88cad381dd9910b326390
RMD160 (ft2clone-b162-code.zip) = a24993258f783e345f812f75a35a703154fb0aec
SHA512 (ft2clone-b162-code.zip) = 4b85514aece028075e8e5017c3b0c26638f0c74e18ac669788393a03457cb903959a548de9b1ca249eab8e629e18503dd1a7519aa81645a26e8f25684c4ec817
Size (ft2clone-b162-code.zip) = 3953315 bytes
-SHA1 (patch-src_ft2__diskop.c) = 054e62ba9b512ea0297874988252e7fd0db4e162
-SHA1 (patch-src_ft2__header.h) = 738181fabffcdcaa5ed7a4b1ae533246b6788bff
-SHA1 (patch-src_ft2__sample__ed.c) = 5cb4bbdb17d6e7cd98d378fe7dac8524630783c0
-SHA1 (patch-src_ft2__unicode.c) = bca10844af2298f77c4f2a8580d030bf2ad54364
+SHA1 (patch-src_ft2__diskop.c) = 6ec7fe7e9bb13b3413cfe053f1609f8ca70c956f
+SHA1 (patch-src_ft2__header.h) = a685ab05efdefe712bbe65b0a2b4ed41bc1e4670
+SHA1 (patch-src_ft2__sample__ed.c) = b5f38a7df35e64a4c995bd9c1b213b587a0c500a
+SHA1 (patch-src_ft2__unicode.c) = 1302d414cfdd35441a6cfad918d3663e4c14665b
diff -r 00e61e5a4f30 -r 33e62279c5ee audio/fasttracker2/patches/patch-src_ft2__diskop.c
--- a/audio/fasttracker2/patches/patch-src_ft2__diskop.c Fri Aug 02 14:32:28 2019 +0000
+++ b/audio/fasttracker2/patches/patch-src_ft2__diskop.c Fri Aug 02 16:54:10 2019 +0000
@@ -1,9 +1,15 @@
-$NetBSD: patch-src_ft2__diskop.c,v 1.5 2019/07/30 00:06:50 fox Exp $
+$NetBSD: patch-src_ft2__diskop.c,v 1.6 2019/08/02 16:54:10 fox Exp $
-1. Added <sys/types.h> / <sys/stat.h> to prevent "unknown type name"
- (dev_t, ino_t and nlink_t) error from the included <fts.h>.
+1. Added <sys/types.h> and <sys/stat.h> before the include of
+ <fts.h>. While fts(3) is not yet standardized by POSIX, NetBSD
+ contains an implementation that was expected to comply with the
+ eventual standard, and fts(3) on NetBSD documents that the above
+ includes are required. Resolves build failure on netbsd-8.
+
+2. Added SunOS / SmartOS compatibility.
-2. Added SunOS / SmartOS compatibility.
+Note: Contacted the upstream author regarding the patch and awaiting a
+reply. https://16-bits.org/ft2.php
--- src/ft2_diskop.c.orig 2019-06-20 21:20:34.000000000 +0000
+++ src/ft2_diskop.c
diff -r 00e61e5a4f30 -r 33e62279c5ee audio/fasttracker2/patches/patch-src_ft2__header.h
--- a/audio/fasttracker2/patches/patch-src_ft2__header.h Fri Aug 02 14:32:28 2019 +0000
+++ b/audio/fasttracker2/patches/patch-src_ft2__header.h Fri Aug 02 16:54:10 2019 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-src_ft2__header.h,v 1.2 2019/07/23 08:20:22 fox Exp $
+$NetBSD: patch-src_ft2__header.h,v 1.3 2019/08/02 16:54:10 fox Exp $
Add the HAS_SSE macro so that build failures do not occur in i386
systems that lack SSE support.
+For example: On i386, the compiler may be targeting a CPU that does
+not have SSE (e.g., on NetBSD, the i386 target is i486). fasttracker2
+various assembly pieces that use different CPU features. HAS_SSE macro
+needs to be set in systems which has these CPU features and compile
+correctly.
+
+Note: Contacted the upstream author regarding the patch and awaiting a
+reply. https://16-bits.org/ft2.php
+
--- src/ft2_header.h.orig 2019-07-22 16:21:07.522137321 +0000
+++ src/ft2_header.h
@@ -77,7 +77,7 @@
diff -r 00e61e5a4f30 -r 33e62279c5ee audio/fasttracker2/patches/patch-src_ft2__sample__ed.c
--- a/audio/fasttracker2/patches/patch-src_ft2__sample__ed.c Fri Aug 02 14:32:28 2019 +0000
+++ b/audio/fasttracker2/patches/patch-src_ft2__sample__ed.c Fri Aug 02 16:54:10 2019 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-src_ft2__sample__ed.c,v 1.2 2019/07/23 08:20:22 fox Exp $
+$NetBSD: patch-src_ft2__sample__ed.c,v 1.3 2019/08/02 16:54:10 fox Exp $
Add the HAS_SSE macro so that build failures do not occur in i386
systems that lack SSE support.
+For example: On i386, the compiler may be targeting a CPU that does
+not have SSE (e.g., on NetBSD, the i386 target is i486). fasttracker2
+various assembly pieces that use different CPU features. HAS_SSE macro
+needs to be set in systems which has these CPU features and compile
+correctly.
+
+Note: Contacted the upstream author regarding the patch and awaiting a
+reply. https://16-bits.org/ft2.php
+
--- src/ft2_sample_ed.c.orig 2019-07-22 16:27:23.010951973 +0000
+++ src/ft2_sample_ed.c
@@ -689,7 +689,7 @@ static void sampleLine(int16_t x1, int16
diff -r 00e61e5a4f30 -r 33e62279c5ee audio/fasttracker2/patches/patch-src_ft2__unicode.c
--- a/audio/fasttracker2/patches/patch-src_ft2__unicode.c Fri Aug 02 14:32:28 2019 +0000
+++ b/audio/fasttracker2/patches/patch-src_ft2__unicode.c Fri Aug 02 16:54:10 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_ft2__unicode.c,v 1.4 2019/07/30 00:06:50 fox Exp $
+$NetBSD: patch-src_ft2__unicode.c,v 1.5 2019/08/02 16:54:10 fox Exp $
1. Added a type cast to iconv(3) calls to match the prototypes defined
in NetBSD's iconv.h.
@@ -8,6 +8,9 @@
3. Added support for SunOS / SmartOS compatibility.
+Note: Contacted the upstream author regarding the patch and awaiting a
+reply. https://16-bits.org/ft2.php
+
--- src/ft2_unicode.c.orig 2019-06-18 19:45:46.000000000 +0000
+++ src/ft2_unicode.c
@@ -271,7 +271,11 @@ char *cp437ToUtf8(char *src)
Home |
Main Index |
Thread Index |
Old Index