svn commit: r385388 - in head: emulators/gem5 www/node010

Antoine Brodin antoine at FreeBSD.org
Mon May 4 09:09:32 UTC 2015


Author: antoine
Date: Mon May  4 09:09:31 2015
New Revision: 385388
URL: https://svnweb.freebsd.org/changeset/ports/385388

Log:
  Mark BROKEN
  All uses of MAP_NORESERVE in the ports tree were removed in r371117
  It shouldn't have come back

Modified:
  head/emulators/gem5/Makefile
  head/www/node010/Makefile

Modified: head/emulators/gem5/Makefile
==============================================================================
--- head/emulators/gem5/Makefile	Mon May  4 09:03:33 2015	(r385387)
+++ head/emulators/gem5/Makefile	Mon May  4 09:09:31 2015	(r385388)
@@ -9,6 +9,8 @@ MASTER_SITES=	GH
 MAINTAINER=	vg at FreeBSD.org
 COMMENT=	gem5 Simulator System
 
+BROKEN=		Uses removed MAP_NORESERVE
+
 BUILD_DEPENDS=	swig2.0:${PORTSDIR}/devel/swig20 \
 		scons:${PORTSDIR}/devel/scons
 

Modified: head/www/node010/Makefile
==============================================================================
--- head/www/node010/Makefile	Mon May  4 09:03:33 2015	(r385387)
+++ head/www/node010/Makefile	Mon May  4 09:09:31 2015	(r385388)
@@ -13,6 +13,8 @@ COMMENT=	V8 JavaScript for client and se
 
 LICENSE=	MIT
 
+BROKEN=		Uses removed MAP_NORESERVE
+
 USES=		compiler execinfo gmake python:2
 HAS_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list