Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2015 16:54:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390651 - head/emulators/wxmupen64plus
Message-ID:  <201506261654.t5QGsgAa044089@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jun 26 16:54:41 2015
New Revision: 390651
URL: https://svnweb.freebsd.org/changeset/ports/390651

Log:
  - Fix build on 9.x by using more recent compiler
  - Mark broken on 8.x: does not build
  
  Submitted by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/emulators/wxmupen64plus/Makefile

Modified: head/emulators/wxmupen64plus/Makefile
==============================================================================
--- head/emulators/wxmupen64plus/Makefile	Fri Jun 26 16:30:13 2015	(r390650)
+++ head/emulators/wxmupen64plus/Makefile	Fri Jun 26 16:54:41 2015	(r390651)
@@ -13,6 +13,8 @@ DIST_SUBDIR=	${PORTNAME:S/wx//}
 MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Mupen64Plus 2.0 GUI frontend written using wxWidgets
 
+BROKEN_FreeBSD_8=	does not build: lack of long long support
+
 LIB_DEPENDS=	libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core
 RUN_DEPENDS=	${LOCALBASE}/lib/libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core \
 		${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:${PORTSDIR}/emulators/mupen64plus-audio-sdl \
@@ -22,7 +24,8 @@ RUN_DEPENDS=	${LOCALBASE}/lib/libmupen64
 		mupen64plus:${PORTSDIR}/emulators/mupen64plus-ui-console
 
 PROJECTHOST=	bsdistfiles
-USES=		python
+USES=		compiler:c++11-lib python
+USE_CXXSTD=	c++11
 USE_SDL=	yes
 USE_WX=		3.0
 WX_UNICODE=	yes



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