Date: Mon, 04 May 2015 12:33:18 -0500 From: Bryan Drewery <bdrewery@FreeBSD.org> 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 Message-ID: <5547AD5E.5080803@FreeBSD.org> In-Reply-To: <201505040909.t4499Vi2080877@svn.freebsd.org> References: <201505040909.t4499Vi2080877@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5547AD5E.5080803>