From owner-svn-ports-all@FreeBSD.ORG Mon May 4 17:33:09 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A54D36D2 for ; Mon, 4 May 2015 17:33:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 785261C23 for ; Mon, 4 May 2015 17:33:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t44HX9dY011042 for ; Mon, 4 May 2015 17:33:09 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t44HX94r011037 for svn-ports-all@freebsd.org; Mon, 4 May 2015 17:33:09 GMT (envelope-from bdrewery) Received: (qmail 14898 invoked from network); 4 May 2015 12:33:07 -0500 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 4 May 2015 12:33:07 -0500 Message-ID: <5547AD5E.5080803@FreeBSD.org> Date: Mon, 04 May 2015 12:33:18 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r385388 - in head: emulators/gem5 www/node010 References: <201505040909.t4499Vi2080877@svn.freebsd.org> In-Reply-To: <201505040909.t4499Vi2080877@svn.freebsd.org> OpenPGP: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vrX4g7le7plf2uOxCSUkf3et3Dn5rwTcu" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2015 17:33:09 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --vrX4g7le7plf2uOxCSUkf3et3Dn5rwTcu Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 >=20 > Log: > Mark BROKEN > All uses of MAP_NORESERVE in the ports tree were removed in r371117 > It shouldn't have come back >=20 > Modified: > head/emulators/gem5/Makefile > head/www/node010/Makefile >=20 > Modified: head/emulators/gem5/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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=3D GH > MAINTAINER=3D vg@FreeBSD.org > COMMENT=3D gem5 Simulator System > =20 > +BROKEN=3D Uses removed MAP_NORESERVE > + > BUILD_DEPENDS=3D swig2.0:${PORTSDIR}/devel/swig20 \ > scons:${PORTSDIR}/devel/scons > =20 >=20 > Modified: head/www/node010/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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=3D V8 JavaScript for client and se > =20 > LICENSE=3D MIT > =20 > +BROKEN=3D Uses removed MAP_NORESERVE > + > USES=3D compiler execinfo gmake python:2 > HAS_CONFIGURE=3D yes > USE_LDCONFIG=3D yes >=20 --=20 Regards, Bryan Drewery --vrX4g7le7plf2uOxCSUkf3et3Dn5rwTcu Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJVR61eAAoJEDXXcbtuRpfPFv8H/Ri2ggSEdZ0sE5ofOq4gc6zQ A24O/UFcnx+8VxEY/IigaZqgnw8j3wZBRI3WnbGAZBMUlMvSAlz4EAvY+qL0W+96 FcZifWLanIGZYhdVu92ALCOTUt0j4cnW2//94wgaFzMGBN/2IOsDYcqyllRKqE4e lGLRTqjxBkeFKyqZ0yIN7IxPx+iO4uORzS7NM1ss7gbo2/flQCYai7mN+sTtgPgi 0q5DDS7Yr3aotyVK3AfBnXHbFnnyxk2uY5VvwK+3RXEvyeAhRywU0ecFwfRqR1Xr WSBDVqjGD2DQi5R1LvSfuXR0EhGnGnn4ANhG07zQP2zT1pH1f+Y5jDPHNmxQkcU= =5o+H -----END PGP SIGNATURE----- --vrX4g7le7plf2uOxCSUkf3et3Dn5rwTcu--