svn commit: r390651 - head/emulators/wxmupen64plus

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 26 16:54:42 UTC 2015


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 at 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


More information about the svn-ports-all mailing list