pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   dholland
Date:           Wed Oct 30 06:18:10 UTC 2013

Modified Files:
        pkgsrc/lang/lua: buildlink3.mk module.mk
Added Files:
        pkgsrc/lang/lua: application.mk luaversion.mk
        pkgsrc/lang/lua51: DESCR Makefile PLIST buildlink3.mk distinfo
            version.mk
        pkgsrc/lang/lua51/patches: patch-aa patch-ab patch-ac
        pkgsrc/lang/lua52: DESCR Makefile PLIST buildlink3.mk distinfo
            version.mk
        pkgsrc/lang/lua52/files: lua.pc.in
        pkgsrc/lang/lua52/patches: patch-aa patch-ab patch-ac
Removed Files:
        pkgsrc/lang/lua: DESCR Makefile PLIST distinfo version.mk
        pkgsrc/lang/lua/files: lua.pc.in
        pkgsrc/lang/lua/patches: patch-aa patch-ab patch-ac

Log Message:
Reimport lang/lua as lang/lua52, and bring back the previous Lua 5.1
package as lang/lua51.

I've adjusted the depends and switched the PKGNAMEs but these packages
are otherwise unchanged. This means that you can't install both at
once. There are preliminary patches for that (see tech-pkg) but they
aren't quite ready yet.

This also doesn't include agc's builtin.mk, although it should be
possible to drop it into the lua51 package with only very minor
modifications. I don't think the builtin packages will allow having
one builtin.mk for both lua51 and lua52, but I'd be happy to be shown
wrong about that.

Add infrastructure support for Lua module packages (including
multiversion support), application packages written in Lua, and a
redirecting bl3.mk file for packages that just link Lua in. This is
based on the Python infrastructure.

The new variable LUA_VERSION_DEFAULT picks which Lua package you get
by default; it is set to 52 so as to maintain the status quo.

Packages can set LUA_VERSIONS_ACCEPTED and/or LUA_VERSIONS_INCOMPATIBLE.
I have found (I think) most or all the packages that don't work with
lua51 and will be marking those; I have not tracked down most of the
ones that don't work with lua52 yet as I was originally intending to
roll back to 5.1 as the default.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/lua/DESCR
cvs rdiff -u -r1.51 -r0 pkgsrc/lang/lua/Makefile
cvs rdiff -u -r1.14 -r0 pkgsrc/lang/lua/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/lua/application.mk \
    pkgsrc/lang/lua/luaversion.mk
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/lua/buildlink3.mk
cvs rdiff -u -r1.29 -r0 pkgsrc/lang/lua/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/lua/module.mk
cvs rdiff -u -r1.3 -r0 pkgsrc/lang/lua/version.mk
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/lua/files/lua.pc.in
cvs rdiff -u -r1.20 -r0 pkgsrc/lang/lua/patches/patch-aa
cvs rdiff -u -r1.15 -r0 pkgsrc/lang/lua/patches/patch-ab
cvs rdiff -u -r1.10 -r0 pkgsrc/lang/lua/patches/patch-ac
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/lua51/DESCR pkgsrc/lang/lua51/Makefile \
    pkgsrc/lang/lua51/PLIST pkgsrc/lang/lua51/buildlink3.mk \
    pkgsrc/lang/lua51/distinfo pkgsrc/lang/lua51/version.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/lua51/patches/patch-aa \
    pkgsrc/lang/lua51/patches/patch-ab pkgsrc/lang/lua51/patches/patch-ac
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/lua52/DESCR pkgsrc/lang/lua52/Makefile \
    pkgsrc/lang/lua52/PLIST pkgsrc/lang/lua52/buildlink3.mk \
    pkgsrc/lang/lua52/distinfo pkgsrc/lang/lua52/version.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/lua52/files/lua.pc.in
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/lua52/patches/patch-aa \
    pkgsrc/lang/lua52/patches/patch-ab pkgsrc/lang/lua52/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index