Gentoo Archives: gentoo-commits

From: "Rafael Martins (rafaelmartins)" <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lua/luasocket/files: luasocket-2.0.2-unixsocket.patch
Date: Fri, 05 Nov 2010 21:31:15
Message-Id: 20101105213110.1505B20054@flycatcher.gentoo.org
1 rafaelmartins 10/11/05 21:31:10
2
3 Added: luasocket-2.0.2-unixsocket.patch
4 Log:
5 Moved from dev-libs to dev-lua.
6
7 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-lua/luasocket/files/luasocket-2.0.2-unixsocket.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luasocket/files/luasocket-2.0.2-unixsocket.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luasocket/files/luasocket-2.0.2-unixsocket.patch?rev=1.1&content-type=text/plain
14
15 Index: luasocket-2.0.2-unixsocket.patch
16 ===================================================================
17 Index: luasocket-2.0.2/makefile
18 ===================================================================
19 --- luasocket-2.0.2.orig/makefile
20 +++ luasocket-2.0.2/makefile
21 @@ -45,6 +47,7 @@ install: all
22 #cd src; $(INSTALL_DATA) $(TO_MIME_SHARE) $(INSTALL_MIME_SHARE)
23 cd src; mkdir -p $(INSTALL_MIME_LIB)
24 cd src; $(INSTALL_EXEC) $(MIME_SO) $(INSTALL_MIME_LIB)/core.$(EXT)
25 + cd src; $(INSTALL_EXEC) $(UNIX_SO) $(INSTALL_SOCKET_LIB)/unix.$(EXT)
26
27 #------
28 # End of makefile
29 Index: luasocket-2.0.2/src/makefile
30 ===================================================================
31 --- luasocket-2.0.2.orig/src/makefile
32 +++ luasocket-2.0.2/src/makefile
33 @@ -47,7 +47,7 @@ UNIX_OBJS:=\
34 usocket.o \
35 unix.o
36
37 -all: $(SOCKET_SO) $(MIME_SO)
38 +all: $(SOCKET_SO) $(MIME_SO) $(UNIX_SO)
39
40 $(SOCKET_SO): $(SOCKET_OBJS)
41 $(LD) $(LDFLAGS) -o $@ $(SOCKET_OBJS)