From owner-cvs-ports@FreeBSD.ORG Thu Nov 30 21:12:30 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C157A16A52B; Thu, 30 Nov 2006 21:12:30 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DF7E43F33; Thu, 30 Nov 2006 21:05:53 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 9DF0D1CC51; Thu, 30 Nov 2006 22:05:13 +0100 (CET) Date: Thu, 30 Nov 2006 22:05:13 +0100 From: Erwin Lansing To: Martin Wilke Message-ID: <20061130210512.GC97805@droso.net> Mail-Followup-To: Martin Wilke , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, philip@FreeBSD.org, alepulver@FreeBSD.org References: <200611302033.kAUKX5Y6053669@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+SfteS7bOf3dGlBC" Content-Disposition: inline In-Reply-To: <200611302033.kAUKX5Y6053669@repoman.freebsd.org> X-Operating-System: FreeBSD/i386 6.2-PRERELEASE User-Agent: Mutt/1.5.13 (2006-08-11) 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 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2006 21:12:30 -0000 --+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--