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

Bryan Drewery bdrewery at FreeBSD.org
Mon May 4 17:33:09 UTC 2015


Btw this is really trivial to fix. Just remove the MAP_NORESERVE flag
from the src.

On 5/4/2015 4:09 AM, Antoine Brodin wrote:
> 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
> 


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150504/59cd21e3/attachment.sig>


More information about the svn-ports-all mailing list