Date: Thu, 30 Nov 2006 22:05:13 +0100 From: Erwin Lansing <erwin@FreeBSD.org> To: Martin Wilke <miwi@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, philip@FreeBSD.org, alepulver@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile Message-ID: <20061130210512.GC97805@droso.net> In-Reply-To: <200611302033.kAUKX5Y6053669@repoman.freebsd.org> References: <200611302033.kAUKX5Y6053669@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--+SfteS7bOf3dGlBC Content-Type: multipart/mixed; boundary="PHCdUe6m4AxPMzOu" Content-Disposition: inline --PHCdUe6m4AxPMzOu Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 30, 2006 at 08:33:05PM +0000, Martin Wilke wrote: > miwi 2006-11-30 20:33:05 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > devel Makefile=20 > Log: > Fix index for 4.X > =20 > Submitted by: droso, pav > Pointyhat to: philip > =20 This is just a workaround, not a fix :-) The real fix is a missing entry for lua51-posix in bsd.lua.mk. THe following patch should fix this. Please revert this commit after the port is fixed the right way. Cheers, -erwin --=20 Erwin Lansing http://droso.org Security is like an onion. (o_ _o) It's made up of several layers \\\_\ /_/// erwin@FreeBSD.org And it makes you cry. <____) (____> erwin@aauug.dk --PHCdUe6m4AxPMzOu Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: attachment; filename="lua-posix.diff" Content-Transfer-Encoding: quoted-printable Index: bsd.lua.mk =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 RCS file: /home/pcvs/ports/Mk/bsd.lua.mk,v retrieving revision 1.4 diff -u -r1.4 bsd.lua.mk --- bsd.lua.mk 12 Nov 2006 14:23:12 -0000 1.4 +++ bsd.lua.mk 30 Nov 2006 21:04:18 -0000 @@ -162,6 +162,8 @@ _LUA_PORT_lua_5.1=3D lang/lua _LUA_DEPTYPE_lua_5.1=3D build =20 +_LUA_PORT_posix_5.1=3D devel/lua-posix + .for comp in ${_LUA_COMPS_ALL} _LUA_COMP=3D ${comp} . for ver in ${_LUA_VERS_ALL} --PHCdUe6m4AxPMzOu-- --+SfteS7bOf3dGlBC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFb0eIqy9aWxUlaZARAr55AJwPzQA0jgoClqdTjUtwr//8o23mDQCg4p6H HqhJxfnM27/SNxmXQcIaZW0= =ArVd -----END PGP SIGNATURE----- --+SfteS7bOf3dGlBC--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061130210512.GC97805>