Date: Mon, 4 May 2015 09:09:31 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385388 - in head: emulators/gem5 www/node010 Message-ID: <201505040909.t4499Vi2080877@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505040909.t4499Vi2080877>