Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 1d55a231 | 2016-06-29 16:14:38 | add is-branch to all trivial ports that exist as multiple branches. | ||
| b07e65bb | 2016-06-17 18:55:28 | update to lua-5.3.3 | ||
| 1411ac86 | 2016-06-07 11:51:52 | Allow one to restrict the lua FLAVORS available in a lua port. Previously declaring eg. FLAVORS = lua52 in the Makefile would still allow you to build the lua53 FLAVOR. No objection from ports | ||
| 5fc24d3c | 2016-03-16 20:02:11 | removing SHARED_ONLY is safe here | ||
| dc67ee2a | 2015-12-04 00:41:03 | update to lua 5.3.2 ok benoit@ ajacoutot@ | ||
| 63bcc3a5 | 2015-10-18 20:20:50 | Only append lua52/lua53 to FLAVORS if MODLUA_VERSION is not defined. I think this matches the intent of the comment above, and avoids producing flavours for various ports (games, etc) where it doesn't make sense to support multiple versions of lua. Makes sense to jasper@, and it doesn't produce any unexpected changes to 'dump-vars' output across the tree. Thanks to Pascal de Bruijn from darktable for letting me know about the forthcoming darktable release and identifying this as an issue with the port. | ||
| 72d8e8fb | 2015-07-14 23:14:42 | spacing | ||
| 8e90ab23 | 2015-06-22 19:46:57 | no need for making it unobvious how _MODLUA_RUN_DEPENDS gets set | ||
| c9b67ac3 | 2015-06-19 06:55:23 | update to lua-5.3.1 | ||
| a183b755 | 2015-05-22 11:31:10 | "/usr/local/lib/pkgconfig/" is part of mtree(8). Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time. |