FreeBSD Bugzilla – Attachment 72552 Details for
Bug 105441
[PATCH] PH: add new Lua variables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch_lua.diff
patch_lua.diff (text/plain), 1.44 KB, created by
Alejandro Pulver
on 2006-11-12 14:50:20 UTC
(
hide
)
Description:
patch_lua.diff
Filename:
MIME Type:
Creator:
Alejandro Pulver
Created:
2006-11-12 14:50:20 UTC
Size:
1.44 KB
patch
obsolete
>Index: book.sgml >=================================================================== >RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v >retrieving revision 1.765 >diff -u -r1.765 book.sgml >--- book.sgml 3 Nov 2006 21:04:09 -0000 1.765 >+++ book.sgml 12 Nov 2006 14:17:14 -0000 >@@ -6565,9 +6565,9 @@ > <tgroup cols="2"> > <thead> > <row> >- <entry>Name</entry> >+ <entry>Component</entry> > >- <entry>Value</entry> >+ <entry>Dependency type</entry> > </row> > </thead> > >@@ -6745,6 +6745,24 @@ > <entry>The package name prefix used by > <application>Lua</application> modules</entry> > </row> >+ <row> >+ <entry><makevar>LUA_CMD</makevar></entry> >+ >+ <entry>The path to the <application>Lua</application> >+ interpreter</entry> >+ </row> >+ <row> >+ <entry><makevar>LUAC_CMD</makevar></entry> >+ >+ <entry>The path to the <application>Lua</application> >+ compiler</entry> >+ </row> >+ <row> >+ <entry><makevar>TOLUA_CMD</makevar></entry> >+ >+ <entry>The path to the <application>tolua</application> >+ program</entry> >+ </row> > </tbody> > </tgroup> > </table> >@@ -6794,9 +6812,11 @@ > > .include <bsd.port.pre.mk> > >-VER_STR!= lua${LUA_VER} -v >+.if exists(${LUA_CMD}) >+VER_STR!= ${LUA_CMD} -v > >-CFLAGS+= -DLUA_VERSION_STRING="${VER_STR}"</programlisting> >+CFLAGS+= -DLUA_VERSION_STRING="${VER_STR}" >+.endif</programlisting> > </example> > > <note>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 105441
: 72552