Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/tnftp/files: tnftp-20070806-libedit.patch tnftp-20050625-libedit.patch
Date: Tue, 01 Jan 2008 19:20:26
Message-Id: E1J9mew-0006P6-SQ@stork.gentoo.org
1 swegener 08/01/01 19:20:18
2
3 Added: tnftp-20070806-libedit.patch
4 tnftp-20050625-libedit.patch
5 Log:
6 Add a patch to fix linking failure, bug #198906.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.1 net-ftp/tnftp/files/tnftp-20070806-libedit.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/tnftp/files/tnftp-20070806-libedit.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/tnftp/files/tnftp-20070806-libedit.patch?rev=1.1&content-type=text/plain
14
15 Index: tnftp-20070806-libedit.patch
16 ===================================================================
17 Completely disable external libedit support. When libedit is installed, the
18 check will automatically add -ledit to LIBS and the result will be wrong
19 strlcpy check results and linking failures.
20
21 https://bugs.gentoo.org/198906
22
23 --- tnftp-20070806/configure.ac
24 +++ tnftp-20070806/configure.ac
25 @@ -84,10 +84,7 @@
26 [termcap termlib curses ncurses tinfo],
27 [],
28 [AC_MSG_ERROR(
29 - [no relevant library found containing tgetent])])
30 - AC_SEARCH_LIBS([el_init],
31 - [edit],
32 - [have_libedit=yes], [have_libedit=no])])
33 + [no relevant library found containing tgetent])])])
34
35 AC_SEARCH_LIBS([gethostbyname], [nsl])
36 AC_SEARCH_LIBS([socket],
37
38
39
40 1.1 net-ftp/tnftp/files/tnftp-20050625-libedit.patch
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/tnftp/files/tnftp-20050625-libedit.patch?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/tnftp/files/tnftp-20050625-libedit.patch?rev=1.1&content-type=text/plain
44
45 Index: tnftp-20050625-libedit.patch
46 ===================================================================
47 Completely disable external libedit support. When libedit is installed, the
48 check will automatically add -ledit to LIBS and the result will be wrong
49 strlcpy check results and linking failures.
50
51 https://bugs.gentoo.org/198906
52
53 --- tnftp-20050625/configure.in
54 +++ tnftp-20050625/configure.in
55 @@ -40,7 +40,6 @@
56 if test $opt_editcomplete = yes; then
57 AC_SEARCH_LIBS(tgetent, [termcap termlib curses ncurses tinfo], ,
58 AC_MSG_ERROR([no relevant library found containing tgetent]))
59 - AC_SEARCH_LIBS(el_init, [edit], [have_libedit=yes], [have_libedit=no])
60 fi
61 AC_LIBRARY_NET
62 AC_LIBRARY_SOCKS
63
64
65
66 --
67 gentoo-commits@g.o mailing list