Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba-client/files: 3.3.4-missing_includes.patch 3.3.3-fix-as-needed.patch
Date: Fri, 26 Jun 2009 20:22:58
Message-Id: E1MKHwm-00082m-UX@stork.gentoo.org
1 patrick 09/06/26 20:22:56
2
3 Added: 3.3.4-missing_includes.patch
4 3.3.3-fix-as-needed.patch
5 Log:
6 Initial commit. New split samba ebuilds by dev-zero.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-fs/samba-client/files/3.3.4-missing_includes.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba-client/files/3.3.4-missing_includes.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba-client/files/3.3.4-missing_includes.patch?rev=1.1&content-type=text/plain
14
15 Index: 3.3.4-missing_includes.patch
16 ===================================================================
17 --- source/client/mtab.c.orig 2009-03-23 09:33:48.339895132 +0100
18 +++ source/client/mtab.c 2009-03-23 09:33:58.159797512 +0100
19 @@ -32,6 +32,7 @@
20 #include <errno.h>
21 #include <stdio.h>
22 #include <sys/time.h>
23 +#include <sys/stat.h>
24 #include <time.h>
25 #include <fcntl.h>
26 #include <mntent.h>
27
28
29
30 1.1 net-fs/samba-client/files/3.3.3-fix-as-needed.patch
31
32 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba-client/files/3.3.3-fix-as-needed.patch?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba-client/files/3.3.3-fix-as-needed.patch?rev=1.1&content-type=text/plain
34
35 Index: 3.3.3-fix-as-needed.patch
36 ===================================================================
37 --- source/Makefile.in.orig 2009-04-08 16:45:35.000000000 +0200
38 +++ source/Makefile.in 2009-04-08 16:45:46.000000000 +0200
39 @@ -1389,9 +1389,9 @@
40 bin/cifs.upcall@EXEEXT@: $(BINARY_PREREQS) $(CIFS_UPCALL_OBJ) $(LIBSMBCLIENT_OBJ1) @BUILD_POPT@ @LIBTALLOC_SHARED@ @LIBTDB_SHARED@ @LIBWBCLIENT_SHARED@
41 @echo Linking $@
42 @$(CC) $(FLAGS) -o $@ $(CIFS_UPCALL_OBJ) $(DYNEXP) $(LDFLAGS) \
43 - -lkeyutils $(LIBS) $(LIBSMBCLIENT_OBJ1) $(KRB5LIBS) \
44 + -lkeyutils $(LIBSMBCLIENT_OBJ1) $(KRB5LIBS) \
45 $(LDAP_LIBS) $(POPT_LIBS) $(LIBTALLOC_LIBS) $(WINBIND_LIBS) \
46 - $(LIBTDB_LIBS) $(NSCD_LIBS)
47 + $(LIBTDB_LIBS) $(NSCD_LIBS) $(LIBS)
48
49 bin/testparm@EXEEXT@: $(BINARY_PREREQS) $(TESTPARM_OBJ) @BUILD_POPT@ @LIBTALLOC_SHARED@ @LIBTDB_SHARED@
50 @echo Linking $@