svn commit: r373882 - head/games/freeminer

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 4 12:29:17 UTC 2014


Author: amdmi3
Date: Thu Dec  4 12:29:16 2014
New Revision: 373882
URL: https://svnweb.freebsd.org/changeset/ports/373882
QAT: https://qat.redports.org/buildarchive/r373882/

Log:
  - Check OPSYS along with OSVERSION
  - Clarify BROKEN message

Modified:
  head/games/freeminer/Makefile

Modified: head/games/freeminer/Makefile
==============================================================================
--- head/games/freeminer/Makefile	Thu Dec  4 12:28:34 2014	(r373881)
+++ head/games/freeminer/Makefile	Thu Dec  4 12:29:16 2014	(r373882)
@@ -65,8 +65,8 @@ LUAJIT_LIB_DEPENDS=	libluajit-5.1.so:${P
 
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} < 900000
-BROKEN=		does not build (lack of long long support)
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
+BROKEN=		does not build on 8.x (lack of long long support)
 .endif
 
 .if ${PORT_OPTIONS:MCLIENT} && ${PORT_OPTIONS:MSOUND}


More information about the svn-ports-head mailing list