FreshPorts -- The Place For Ports Tue, 6 Jan 2009 6:22 AM GMT
non port: Mk/bsd.lua.mk
CVSWeb

Number of commits found: 19

Mon, 25 Aug 2008
[ 21:20 alepulver ] Original commit 
1.19 Mk/bsd.lua.mk
- Add support for lang/tolua++ (lang/tolua++50) in a way similar to
  lang/tolua (lang/tolua50).

PR:             ports/126440
Submitted by:   amdmi3
Sun, 10 Aug 2008
[ 20:29 alepulver ] Original commit 
1.33 lang/lua/Makefile
1.18 Mk/bsd.lua.mk
1.2 lang/lua/files/patch-Makefile
1.2 lang/lua/files/patch-src-Makefile
1.11 lang/lua/pkg-plist
- 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>
[ 16:09 alepulver ] Original commit 
1.17 Mk/bsd.lua.mk
- Fix tolua dependency for version 5.0 (was using 5.1).
- Add tolua dependency for version 5.1.

PR:             ports/126350
Submitted by:   amdmi3
Mon, 18 Feb 2008
[ 18:41 alepulver ] Original commit 
1.16 Mk/bsd.lua.mk
- 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]
Sat, 9 Feb 2008
[ 23:11 alepulver ] Original commit 
1.15 Mk/bsd.lua.mk
- 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>
Sun, 28 Oct 2007
[ 19:43 pav ] Original commit 
1.1937 net/Makefile
1.1 net/lua50-luasocket/Makefile
1.9 net/luasocket/Makefile
1.14 Mk/bsd.lua.mk
1.5 net/luasocket/distinfo
1.2 net/luasocket/files/patch-Makefile
1.3 net/luasocket/files/patch-config
1.5 net/luasocket/pkg-plist
- 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)
Wed, 11 Apr 2007
[ 04:22 alepulver ] Original commit 
1.13 Mk/bsd.lua.mk
- Don't override the DEPTYPE of a component (accidentally introduced in
  version 1.11).

Obtained from:  Andrew Turner <andrew@fubar.geek.nz>
Mon, 9 Apr 2007
[ 18:24 alepulver ] Original commit 
1.12 Mk/bsd.lua.mk
- Change some spaces into tabs.
[ 18:23 alepulver ] Original commit 
1.11 Mk/bsd.lua.mk
- Make autodetection work properly.
Fri, 5 Jan 2007
[ 02:56 alepulver ] Original commit 
1.10 Mk/bsd.lua.mk
- Fix WANT_LUA (broken since autodetection commit).
Mon, 1 Jan 2007
[ 01:10 alepulver ] Original commit 
1.9 Mk/bsd.lua.mk
- 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.
Sun, 31 Dec 2006
[ 17:51 alepulver ] Original commit 
1.8 Mk/bsd.lua.mk
- Fix component autodetection.
[ 04:44 alepulver ] Original commit 
1.7 Mk/bsd.lua.mk
- 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.
Tue, 5 Dec 2006
[ 22:51 philip ] Original commit 
1.2536 devel/Makefile
1.7 devel/lua-pty/Makefile
1.4 devel/lua-pty/files/Makefile
1.7 devel/lua50-pty/Makefile
1.4 devel/lua50-pty/files/Makefile
1.6 Mk/bsd.lua.mk
1.2 devel/lua50-pty/distinfo
1.1 devel/lua-pty/files/patch-pty.c
1.1 devel/lua-pty/files/patch-pty.lua
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
Thu, 30 Nov 2006
[ 21:51 philip ] Original commit 
1.2527 devel/Makefile
1.5 Mk/bsd.lua.mk
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
Sun, 12 Nov 2006
[ 14:23 alepulver ] Original commit 
1.4 Mk/bsd.lua.mk
- Add LUA_CMD, LUAC_CMD and TOLUA_CMD variables.
- Use "?=" instead of "=" for defining LUA_VER.
Thu, 9 Nov 2006
[ 19:22 alepulver ] Original commit 
1.3 Mk/bsd.lua.mk
- Swap description of LUA_MODLIBDIR and LUA_MODSHAREDIR variables.
Thu, 5 Oct 2006
[ 19:17 alepulver ] Original commit 
1.2 Mk/bsd.lua.mk
- The whitespace police is back in town.

PR:             ports/104017
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Fri, 15 Sep 2006
[ 07:57 linimon ] Original commit 
1.60 CHANGES
1.1 Mk/bsd.lua.mk
1.541 Mk/bsd.port.mk
* 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]

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
xterm*Jan 06
php5-gdJan 05
awstatsJan 04
awstats-develJan 04
p5-File-PathJan 03
vimJan 02
vinagreDec 31
mplayerDec 30
mysql41-serverDec 30
mysql50-serverDec 30
mysql51-serverDec 30
mysql60-serverDec 30
roundcubeDec 30
twikiDec 30
ampacheDec 26

12 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19562
Broken 136
Deprecated 97
Ignore 545
Forbidden 8
Restricted 237
No CDROM 130
Vulnerable 55
Expired 17
Set to expire 79
Interactive 77
new 24 hours 1
new 48 hours7
new 7 days19
new fortnight63
new month119

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.051 seconds.