Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2018 13:44:19 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462523 - in head/audio/sidplayer: . files
Message-ID:  <201802211344.w1LDiJi5077390@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 21 13:44:19 2018
New Revision: 462523
URL: https://svnweb.freebsd.org/changeset/ports/462523

Log:
  Fix build on 12.0-CURRENT
  
  Notified by:	pkg-fallout

Added:
  head/audio/sidplayer/files/patch-src_sid.cpp   (contents, props changed)
Modified:
  head/audio/sidplayer/Makefile

Modified: head/audio/sidplayer/Makefile
==============================================================================
--- head/audio/sidplayer/Makefile	Wed Feb 21 13:40:36 2018	(r462522)
+++ head/audio/sidplayer/Makefile	Wed Feb 21 13:44:19 2018	(r462523)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sidplayer
 PORTVERSION=	4.4
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	audio
 MASTER_SITES=	http://sidplayer.cebix.net/downloads/ \
 		LOCAL/ehaupt

Added: head/audio/sidplayer/files/patch-src_sid.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/sidplayer/files/patch-src_sid.cpp	Wed Feb 21 13:44:19 2018	(r462523)
@@ -0,0 +1,11 @@
+--- src/sid.cpp.orig	2004-05-08 11:29:06 UTC
++++ src/sid.cpp
+@@ -471,7 +471,7 @@ static filt_t ffreq_hp[256];	// High-pas
+ 
+ // Table for sampled voices
+ #ifdef SID_PLAYER
+-static const int16 sample_tab[16 * 3] = {
++static const uint16_t sample_tab[16 * 3] = {
+ 	0x8000, 0x9111, 0xa222, 0xb333, 0xc444, 0xd555, 0xe666, 0xf777,
+ 	0x0888, 0x1999, 0x2aaa, 0x3bbb, 0x4ccc, 0x5ddd, 0x6eee, 0x7fff,
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802211344.w1LDiJi5077390>