Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 08:27:10 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367244 - in head/emulators/dolphin-emu: . files
Message-ID:  <201409040827.s848RAb6081565@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Thu Sep  4 08:27:10 2014
New Revision: 367244
URL: http://svnweb.freebsd.org/changeset/ports/367244
QAT: https://qat.redports.org/buildarchive/r367244/

Log:
  Update to 4.0.2
  
  PR:		193001
  Submitted by:	amdmi3

Added:
  head/emulators/dolphin-emu/files/patch-Source-Plugins-Plugin_VideoOGL-Src-Render.cpp   (contents, props changed)
Modified:
  head/emulators/dolphin-emu/Makefile
  head/emulators/dolphin-emu/distinfo

Modified: head/emulators/dolphin-emu/Makefile
==============================================================================
--- head/emulators/dolphin-emu/Makefile	Thu Sep  4 07:50:53 2014	(r367243)
+++ head/emulators/dolphin-emu/Makefile	Thu Sep  4 08:27:10 2014	(r367244)
@@ -2,11 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	dolphin-emu
-PORTVERSION=	4.0.0
-PORTREVISION=	5
+PORTVERSION=	4.0.2
 CATEGORIES=	emulators
-MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
-		LOCAL/martymac
 
 MAINTAINER=	martymac@FreeBSD.org
 COMMENT=	Gamecube and Wii Emulator
@@ -19,6 +16,11 @@ LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/
 		libSoundTouch.so:${PORTSDIR}/audio/soundtouch \
 		libpolarssl.so:${PORTSDIR}/security/polarssl
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	${PORTNAME}
+GH_PROJECT=	dolphin
+GH_COMMIT=	88fabf7
+
 USE_SDL=	sdl
 USE_XORG=	ice xext x11 xrandr xi
 USE_WX=		3.0+

Modified: head/emulators/dolphin-emu/distinfo
==============================================================================
--- head/emulators/dolphin-emu/distinfo	Thu Sep  4 07:50:53 2014	(r367243)
+++ head/emulators/dolphin-emu/distinfo	Thu Sep  4 08:27:10 2014	(r367244)
@@ -1,2 +1,2 @@
-SHA256 (dolphin-emu-4.0.0.tgz) = b738bbad1555292efd4c517cd56ed084a5489575d6652e3f26739f9a5f95dcbe
-SIZE (dolphin-emu-4.0.0.tgz) = 20543858
+SHA256 (dolphin-emu-4.0.2.tgz) = 65a343acb1d02cac8337388303291518d84ca6e42639a5902fe8819e9ecbb9da
+SIZE (dolphin-emu-4.0.2.tgz) = 25123770

Added: head/emulators/dolphin-emu/files/patch-Source-Plugins-Plugin_VideoOGL-Src-Render.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/dolphin-emu/files/patch-Source-Plugins-Plugin_VideoOGL-Src-Render.cpp	Thu Sep  4 08:27:10 2014	(r367244)
@@ -0,0 +1,11 @@
+--- Source/Plugins/Plugin_VideoOGL/Src/Render.cpp.orig	2014-09-02 16:22:19.000000000 +0200
++++ Source/Plugins/Plugin_VideoOGL/Src/Render.cpp	2014-09-02 16:24:58.000000000 +0200
+@@ -220,7 +220,7 @@
+ #endif
+ }
+ 
+-void GLAPIENTRY ErrorCallback( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char* message, void* userParam)
++void GLAPIENTRY ErrorCallback( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char* message, const void* userParam)
+ {
+ 	// GLES3 doesn't natively support this
+ 	// XXX: Include GLES2 extensions header so we can use this



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