Skip site navigation (1)Skip section navigation (2)

CVS log for ports/Mk/bsd.lua.mk

[BACK] Up to [FreeBSD] / ports / Mk

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Dec 31 08:52:36 2011 UTC (5 weeks, 5 days ago) by mandree
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Take over maintainership.

Approved by: alepulver (maintainer).

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jan 6 18:45:31 2011 UTC (13 months ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
- Respect WITH_LUA_VER.

PR:		153046
Submitted by:	Jase Thew <freebsd@beardz.net>

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Aug 26 11:00:36 2010 UTC (17 months, 2 weeks ago) by philip
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -3 lines
Add lua-alien 0.5.0, lua -> C FFI.

PR:		ports/149983
Submitted by:	Anonymous <swell.k-at-gmail.com>

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Aug 25 20:20:50 2008 UTC (3 years, 5 months ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +15 -5 lines
- Add support for lang/tolua++ (lang/tolua++50) in a way similar to
  lang/tolua (lang/tolua50).

PR:		ports/126440
Submitted by:	amdmi3

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Aug 10 19:29:42 2008 UTC (3 years, 6 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +22 -2 lines
- Merge patch-Makefile into patch-src-Makefile (both actually patch same file).
- Patch lang/lua to behave as expected by the framework.
- Add missing library dependency (only run before) when using lua 5.1.
- Add notes in bsd.lua.mk for updating lang/lua* ports describing how they are
  integrated into the ports tree.

PR:		ports/126207
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Aug 10 15:09:54 2008 UTC (3 years, 6 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -2 lines
- Fix tolua dependency for version 5.0 (was using 5.1).
- Add tolua dependency for version 5.1.

PR:		ports/126350
Submitted by:	amdmi3

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Feb 18 18:41:26 2008 UTC (3 years, 11 months ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +27 -6 lines
- Fix defining Lua include/library directories under PREFIX (last commit) [1].
- Now LUA_PREFIX has 2 functions: for Lua ports indicate where to install, and
  for dependencies indicate where Lua is installed (check new comments inside
  bsd.lua.mk for more information).

PR:		ports/120277
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
Reported by:	Dmitry Marakasov <amdmi3@amdmi3.ru> [1]

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Feb 9 23:11:51 2008 UTC (4 years ago) by alepulver
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
- Change LUA_PREFIX default value from LOCALBASE to PREFIX.

Actually the Lua prefix should be recorded on each port and read from there
(as with "*-config --prefix" scripts), instead of this assumption. But
supporting PREFIX is a requirement, while supporting different custom
combinations of a general PREFIX for dependencies and a different PREFIX for a
specific port is not. Also the latter could be achieved by changing LOCALBASE
too, or directly modifying LUA_PREFIX in this case.

PR:		ports/120277
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Oct 28 19:43:49 2007 UTC (4 years, 3 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -3 lines
- Update luasocket to 2.0.2, set luasocket port to lua 5.1
- Add lua 5.0 compatible slave port

PR:		ports/117168
Submitted by:	Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Apr 11 03:22:34 2007 UTC (4 years, 10 months ago) by alepulver
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1 lines
- Don't override the DEPTYPE of a component (accidentally introduced in
  version 1.11).

Obtained from:	Andrew Turner <andrew@fubar.geek.nz>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Apr 9 17:24:21 2007 UTC (4 years, 10 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
- Change some spaces into tabs.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Apr 9 17:23:20 2007 UTC (4 years, 10 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +13 -13 lines
- Make autodetection work properly.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jan 5 02:56:47 2007 UTC (5 years, 1 month ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
- Fix WANT_LUA (broken since autodetection commit).

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jan 1 01:10:42 2007 UTC (5 years, 1 month ago) by alepulver
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +43 -2 lines
- If multiple versions are allowed and some do not have the required
  components, remove them instead of producing an error.
- Do not add invalid dependencies in addition to setting IGNORE.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Dec 31 17:51:22 2006 UTC (5 years, 1 month ago) by alepulver
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
- Fix component autodetection.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Dec 31 04:44:25 2006 UTC (5 years, 1 month ago) by alepulver
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +72 -31 lines
- Update comments after the last addition of Lua 5.0 and 5.1 ports.
- Add autodetection of installed versions to use if the user/port has not
  expressed any preference (done using own WANT_LUA framework by itself).
- Correctly indent the first .for loop to initialize component information.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Dec 5 22:51:11 2006 UTC (5 years, 2 months ago) by philip
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Add devel/lua-pty to work with Lua 5.0 and Lua 5.1 and turn devel/lua50-pty
into a slave port of it.

PR:		ports/106347
Submitted by:	Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
Repocopy by:	marcus

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Nov 30 21:51:05 2006 UTC (5 years, 2 months ago) by philip
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -1 lines
Add Lua 5.1 ports to bsd.lua.mk so they can be used in LUA_COMPS.  Revert
miwi's stopgap to devel/Makefile.  This should make everything happy again.

Submitted by:	droso, Andrew Turner <andrew+ports@fubar.geek.nz>
Pointy hat to:	philip

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Nov 12 14:23:12 2006 UTC (5 years, 2 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +10 -2 lines
- Add LUA_CMD, LUAC_CMD and TOLUA_CMD variables.
- Use "?=" instead of "=" for defining LUA_VER.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Nov 9 19:22:54 2006 UTC (5 years, 3 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
- Swap description of LUA_MODLIBDIR and LUA_MODSHAREDIR variables.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 5 18:17:25 2006 UTC (5 years, 4 months ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -6 lines
- The whitespace police is back in town.

PR:		ports/104017
Submitted by:	Edwin Groothuis <edwin@mavetju.org>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Sep 15 06:57:07 2006 UTC (5 years, 4 months ago) by linimon
Branches: MAIN
* Add PKGVERSION to bsd.port.mk [1]

* Add bsd.lua.mk to support for lua-based ports [2]

* Remove DESTDIR from bsd.scons.mk [3]

* Add some quotes in 'missing' target to improve handling of duplicate
  origins [4]

PR:	98565 [1], 101612 [2], 101952 [3], 102100 [4]

Submitted by:	ahze [1], alepulver [2], alexbl [3], shaun [4]

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options