From owner-svn-ports-head@FreeBSD.ORG Mon Mar 24 12:04:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B459D6A7; Mon, 24 Mar 2014 12:04:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EA52ACA; Mon, 24 Mar 2014 12:04:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2OC4REt066235; Mon, 24 Mar 2014 12:04:27 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2OC4RhF066234; Mon, 24 Mar 2014 12:04:27 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403241204.s2OC4RhF066234@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 24 Mar 2014 12:04:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348946 - head/emulators/dolphin-emu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 12:04:27 -0000 Author: bapt Date: Mon Mar 24 12:04:27 2014 New Revision: 348946 URL: http://svnweb.freebsd.org/changeset/ports/348946 QAT: https://qat.redports.org/buildarchive/r348946/ Log: Switch to wx 3.0 Modified: head/emulators/dolphin-emu/Makefile Modified: head/emulators/dolphin-emu/Makefile ============================================================================== --- head/emulators/dolphin-emu/Makefile Mon Mar 24 11:58:01 2014 (r348945) +++ head/emulators/dolphin-emu/Makefile Mon Mar 24 12:04:27 2014 (r348946) @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 4.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -23,7 +23,7 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/ USE_SDL= sdl USE_XORG= ice xext x11 xrandr xi -USE_WX= 2.9+ +USE_WX= 3.0+ WX_UNICODE= yes USE_GL= gl glew glu