svn commit: r374500 - head/games/libdungeonmaker

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 10 23:44:54 UTC 2014


Author: amdmi3
Date: Wed Dec 10 23:44:53 2014
New Revision: 374500
URL: https://svnweb.freebsd.org/changeset/ports/374500
QAT: https://qat.redports.org/buildarchive/r374500/

Log:
  Clarify BROKEN message
  
  Suggested by:	rea

Modified:
  head/games/libdungeonmaker/Makefile

Modified: head/games/libdungeonmaker/Makefile
==============================================================================
--- head/games/libdungeonmaker/Makefile	Wed Dec 10 23:44:13 2014	(r374499)
+++ head/games/libdungeonmaker/Makefile	Wed Dec 10 23:44:53 2014	(r374500)
@@ -21,7 +21,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 .include <bsd.port.pre.mk>
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000024 && ${OSVERSION} < 1000705
-BROKEN=		doesn't build with old clang
+BROKEN=		doesn't build with clang 3.3 (e.g. on FreeBSD 10.0)
 .endif
 
 do-install:


More information about the svn-ports-head mailing list