Index: head/audio/sidplayer/Makefile =================================================================== --- head/audio/sidplayer/Makefile (revision 462522) +++ head/audio/sidplayer/Makefile (revision 462523) @@ -1,38 +1,38 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= sidplayer PORTVERSION= 4.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= http://sidplayer.cebix.net/downloads/ \ LOCAL/ehaupt DISTNAME= SIDPlayer-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= C64 SID tune player LICENSE= GPLv2 USE_SDL= yes GNU_CONFIGURE= yes SDLINCLUDEDIR= SDL OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes SUB_FILES= pkg-message post-patch: @${REINPLACE_CMD} -e 's|SDL/SDL_endian\.h|${SDLINCLUDEDIR}/SDL_endian\.h|' \ ${WRKSRC}/src/main_sdl.cpp do-install: ${INSTALL} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/PSID\ Demo/* ${STAGEDIR}${DOCSDIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/audio/sidplayer/files/patch-src_sid.cpp =================================================================== --- head/audio/sidplayer/files/patch-src_sid.cpp (nonexistent) +++ head/audio/sidplayer/files/patch-src_sid.cpp (revision 462523) @@ -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, + Property changes on: head/audio/sidplayer/files/patch-src_sid.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property