Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2015 06:20:21 +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: r387702 - head/emulators/dolphin-emu
Message-ID:  <201505280620.t4S6KL31010015@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 28 06:20:21 2015
New Revision: 387702
URL: https://svnweb.freebsd.org/changeset/ports/387702

Log:
  - Mark broken on 8.x: doesn't build because of absent xlocale.h
  - Add LICENSE_FILE
  
  Approved by:	portmgr blanket

Modified:
  head/emulators/dolphin-emu/Makefile

Modified: head/emulators/dolphin-emu/Makefile
==============================================================================
--- head/emulators/dolphin-emu/Makefile	Thu May 28 06:13:03 2015	(r387701)
+++ head/emulators/dolphin-emu/Makefile	Thu May 28 06:20:21 2015	(r387702)
@@ -10,6 +10,7 @@ MAINTAINER=	martymac@FreeBSD.org
 COMMENT=	Gamecube and Wii Emulator
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/license.txt
 
 LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
@@ -68,6 +69,10 @@ NLS_CMAKE_OFF=	-DDISABLE_NLS:BOOL=ON
 
 .include <bsd.port.pre.mk>
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
+BROKEN=		does not build: absence of xlocale.h
+.endif
+
 # XXX Temporary workaround for ports/184540
 .if ${PORT_OPTIONS:MDEBUG}
 INSTALL_TARGET=	install



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