* [gentoo-commits] gentoo-x86 commit in dev-libs/luasocket/files: luasocket-2.0.2-unixsocket.patch
@ 2009-09-28 10:54 Diego Petteno (flameeyes)
0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-09-28 10:54 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/09/28 10:54:30
Added: luasocket-2.0.2-unixsocket.patch
Log:
Initial import of luasocket (needed for ekeyd); thanks to Pierre Guinoiseau in bug #239540 for the basic ebuild.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-libs/luasocket/files/luasocket-2.0.2-unixsocket.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/luasocket/files/luasocket-2.0.2-unixsocket.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/luasocket/files/luasocket-2.0.2-unixsocket.patch?rev=1.1&content-type=text/plain
Index: luasocket-2.0.2-unixsocket.patch
===================================================================
Index: luasocket-2.0.2/makefile
===================================================================
--- luasocket-2.0.2.orig/makefile
+++ luasocket-2.0.2/makefile
@@ -45,6 +47,7 @@ install: all
#cd src; $(INSTALL_DATA) $(TO_MIME_SHARE) $(INSTALL_MIME_SHARE)
cd src; mkdir -p $(INSTALL_MIME_LIB)
cd src; $(INSTALL_EXEC) $(MIME_SO) $(INSTALL_MIME_LIB)/core.$(EXT)
+ cd src; $(INSTALL_EXEC) $(UNIX_SO) $(INSTALL_SOCKET_LIB)/unix.$(EXT)
#------
# End of makefile
Index: luasocket-2.0.2/src/makefile
===================================================================
--- luasocket-2.0.2.orig/src/makefile
+++ luasocket-2.0.2/src/makefile
@@ -47,7 +47,7 @@ UNIX_OBJS:=\
usocket.o \
unix.o
-all: $(SOCKET_SO) $(MIME_SO)
+all: $(SOCKET_SO) $(MIME_SO) $(UNIX_SO)
$(SOCKET_SO): $(SOCKET_OBJS)
$(LD) $(LDFLAGS) -o $@ $(SOCKET_OBJS)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/luasocket/files: luasocket-2.0.2-unixsocket.patch
@ 2010-11-05 21:40 Rafael Martins (rafaelmartins)
0 siblings, 0 replies; 2+ messages in thread
From: Rafael Martins (rafaelmartins) @ 2010-11-05 21:40 UTC (permalink / raw
To: gentoo-commits
rafaelmartins 10/11/05 21:40:56
Removed: luasocket-2.0.2-unixsocket.patch
Log:
Moving dev-libs/luasocket to dev-lua/luasocket
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-05 21:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-05 21:40 [gentoo-commits] gentoo-x86 commit in dev-libs/luasocket/files: luasocket-2.0.2-unixsocket.patch Rafael Martins (rafaelmartins)
-- strict thread matches above, loose matches on Subject: below --
2009-09-28 10:54 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox