From owner-freebsd-ports@FreeBSD.ORG Wed Jan 30 22:13:26 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mandree.no-ip.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 4F9997D8 for ; Wed, 30 Jan 2013 22:13:26 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by apollo.emma.line.org (Postfix) with ESMTP id 804CE23D52D for ; Wed, 30 Jan 2013 23:13:25 +0100 (CET) Message-ID: <51099B05.5040102@FreeBSD.org> Date: Wed, 30 Jan 2013 23:13:25 +0100 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: About lua 5.2 References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 22:13:26 -0000 David Demelier wrote: >> Lua has some disavantages to break compatibility between major versions, >> thus I'm not sure if current lua modules in the ports tree will still works >> with that version. >> >> Should we start a repocopy of all modules to lua51-* before creating the >> new port for lua 5.2? and later: > I've just realized that Lua52 was in the ports tree! Yes, but "repocopies" as concept are obsolete - we use Subversion (SVN) for ports these days, where a "copy" is tracked by SVN itself. If I derive ports, and only then, I will just use "svn copy" and then modify accordingly (for instance, security/openvpn22 was set up that way). Note that some of the related and popular modules are not compatible with Lua 5.2, so if you want to help with those, feel free to contact lua@FreeBSD.org which is a list with three maintainers of Lua ports. Best regards Matthias Andree (one of the lua@ members)