FreeBSD Bugzilla – Attachment 157070 Details for
Bug 200407
[PATCH] net/luasocket: allow build with lua52 and lua53
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
luasocket diff
luasocket.diff (text/plain), 1.87 KB, created by
Po-Chuan Hsieh
on 2015-05-23 06:56:09 UTC
(
hide
)
Description:
luasocket diff
Filename:
MIME Type:
Creator:
Po-Chuan Hsieh
Created:
2015-05-23 06:56:09 UTC
Size:
1.87 KB
patch
obsolete
>Index: net/luasocket/Makefile >=================================================================== >--- net/luasocket/Makefile (revision 386920) >+++ net/luasocket/Makefile (working copy) >@@ -15,10 +15,11 @@ > GH_ACCOUNT= diegonehab > GH_TAGNAME= v3.0-rc1 > >-USES= lua:51 gmake pkgconfig >+MAKE_ARGS= LUA_VER=${LUA_VER} >+USES= lua gmake pkgconfig > >-CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` >-LDFLAGS+= -shared `pkgconf --libs lua-${LUA_VER}` >+CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` >+LDFLAGS+= -shared `pkgconf --libs lua-${LUA_VER}` > > OPTIONS_DEFINE= DOCS > >Index: net/luasocket/files/patch-Makefile >=================================================================== >--- net/luasocket/files/patch-Makefile (revision 0) >+++ net/luasocket/files/patch-Makefile (working copy) >@@ -0,0 +1,30 @@ >+--- Makefile.orig 2013-06-14 11:27:32 UTC >++++ Makefile >+@@ -23,21 +23,15 @@ print: >+ test: >+ lua test/hello.lua >+ >+-install-both: >+- $(MAKE) clean >+- @cd src; $(MAKE) $(PLAT) LUAV=5.1 >+- @cd src; $(MAKE) install LUAV=5.1 >++install: >+ $(MAKE) clean >+- @cd src; $(MAKE) $(PLAT) LUAV=5.2 >+- @cd src; $(MAKE) install LUAV=5.2 >++ @cd src; $(MAKE) $(PLAT) LUAV=$(LUA_VER) >++ @cd src; $(MAKE) install LUAV=$(LUA_VER) >+ >+-install-both-unix: >+- $(MAKE) clean >+- @cd src; $(MAKE) $(PLAT) LUAV=5.1 >+- @cd src; $(MAKE) install-unix LUAV=5.1 >++install-unix: >+ $(MAKE) clean >+- @cd src; $(MAKE) $(PLAT) LUAV=5.2 >+- @cd src; $(MAKE) install-unix LUAV=5.2 >++ @cd src; $(MAKE) $(PLAT) LUAV=$(LUA_VER) >++ @cd src; $(MAKE) install-unix LUAV=$(LUA_VER) >+ >+ .PHONY: test >+ > >Property changes on: net/luasocket/files/patch-Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 200407
: 157070