pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/games/solarus



On Mon, 08 Jul 2013 03:11:11 +0900, Blue Rats <rodent%netbsd.org@localhost> 
wrote:

Module Name:    pkgsrc
Committed By:   rodent
Date:           Sun Jul  7 18:11:11 UTC 2013

Modified Files:
        pkgsrc/games/solarus: Makefile

Log Message:
Require lua>=5.1.5. src/Savegame.cpp requires lua.hpp, which is not
included in lua 5.1.4 (NetBSD 6.1 base's lua).

You must use BUILDLINK_API_DEPENDS for such purpose instead of _ABI_.
 * it require API of lua>=5.1.5
 *  _ABI_ will not affect to builtin detection.
And now, lang/lua/buildlink3.mk have lua>=5.2.0 dependency, so no need to
set it here.

To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/solarus/Makefile

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




--
OBATA Akio / obache%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index