From owner-svn-ports-all@freebsd.org Wed Feb 21 13:44:20 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 3D2E0F02D7C; Wed, 21 Feb 2018 13:44:20 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2EDB7B33E; Wed, 21 Feb 2018 13:44:19 +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 D9D3D1946D; Wed, 21 Feb 2018 13:44:19 +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 w1LDiJlo077392; Wed, 21 Feb 2018 13:44:19 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1LDiJi5077390; Wed, 21 Feb 2018 13:44:19 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201802211344.w1LDiJi5077390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 21 Feb 2018 13:44:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462523 - in head/audio/sidplayer: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/audio/sidplayer: . files X-SVN-Commit-Revision: 462523 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 21 Feb 2018 13:44:20 -0000 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, +