svn commit: r387702 - head/emulators/dolphin-emu

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 28 06:20:22 UTC 2015


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


More information about the svn-ports-head mailing list