1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 0.9.43

- Update MASTER_SITES
- Update WWW
- Remove obsolete patch file
This commit is contained in:
Jose Alonso Cardenas Marquez 2017-03-18 06:23:07 +00:00
parent e4ddd77345
commit cd1a07f980
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436384
5 changed files with 7 additions and 18 deletions

View File

@ -1,10 +1,10 @@
# $FreeBSD$
PORTNAME= mednafen
PORTVERSION= 0.9.38.7
PORTVERSION= 0.9.43
PORTEPOCH= 1
CATEGORIES= emulators games
MASTER_SITES= http://mednafen.fobby.net/releases/files/
MASTER_SITES= https://mednafen.github.io/releases/files/
MAINTAINER= acm@FreeBSD.org
COMMENT= Portable multi-system emulator
@ -29,7 +29,7 @@ SUB_FILES= pkg-message
CONFIGURE_ARGS+=--disable-alsa --disable-alsatest \
--with-sdl-prefix=${LOCALBASE}
USES= compiler:c++11-lib cpe iconv pkgconfig:build tar:bzip2
USES= compiler:c++11-lib cpe iconv pkgconfig:build tar:xz
CPE_VENDOR= david_shadoff
OPTIONS_DEFINE= NLS DOCS JACK

View File

@ -1,2 +1,3 @@
SHA256 (mednafen-0.9.38.7.tar.bz2) = 1bb3beef883a325c35d1a1ce14959c307a4c321f2ea29d4ddb216c6dd03aded8
SIZE (mednafen-0.9.38.7.tar.bz2) = 3882418
TIMESTAMP = 1489815490
SHA256 (mednafen-0.9.43.tar.xz) = b8305914cdf297fe6483219fa10c3fa14116fff8eed02f61326a0e32dd350f4d
SIZE (mednafen-0.9.43.tar.xz) = 3169040

View File

@ -1,11 +0,0 @@
--- src/cdrom/CDAccess_CCD.cpp.orig 2015-02-22 20:50:48 UTC
+++ src/cdrom/CDAccess_CCD.cpp
@@ -346,7 +346,7 @@ void CDAccess_CCD::CheckSubQSanity(void)
if(prev_lba != INT_MAX && abs(lba - prev_lba) > 100)
throw MDFN_Error(0, _("Garbage subchannel Q data detected(excessively large jump in AMSF)"));
- if(abs(lba - s) > 100)
+ if(abs((long long)lba - (long long)s) > 100)
throw MDFN_Error(0, _("Garbage subchannel Q data detected(AMSF value is out of tolerance)"));
prev_lba = lba;

View File

@ -13,4 +13,4 @@ a joystick is preferred over a keyboard to play games, as the joystick will have
slightly less latency, although the latency differences may not be perceptible
to most people.
WWW: http://mednafen.sourceforge.net/
WWW: https://mednafen.github.io

View File

@ -2,5 +2,4 @@ bin/mednafen
%%NLS%%share/locale/de/LC_MESSAGES/mednafen.mo
%%NLS%%share/locale/es/LC_MESSAGES/mednafen.mo
%%NLS%%share/locale/ru/LC_MESSAGES/mednafen.mo
%%DATADIR%%/c68k_op0.inc
%%PORTDOCS%%%%DOCSDIR%%/mednafen.html