Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/ncftp/files: ncftp-3.2.2-build.patch
Date: Mon, 25 Aug 2008 06:27:34
Message-Id: E1KXVY2-00057F-8Y@stork.gentoo.org
1 jer 08/08/25 06:27:30
2
3 Modified: ncftp-3.2.2-build.patch
4 Log:
5 Patch the ncftpspooler hard link too.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
7
8 Revision Changes Path
9 1.4 net-ftp/ncftp/files/ncftp-3.2.2-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/ncftp/files/ncftp-3.2.2-build.patch?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/ncftp/files/ncftp-3.2.2-build.patch?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/ncftp/files/ncftp-3.2.2-build.patch?r1=1.3&r2=1.4
14
15 Index: ncftp-3.2.2-build.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-ftp/ncftp/files/ncftp-3.2.2-build.patch,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ncftp-3.2.2-build.patch 25 Aug 2008 02:17:12 -0000 1.3
22 +++ ncftp-3.2.2-build.patch 25 Aug 2008 06:27:29 -0000 1.4
23 @@ -4,8 +4,8 @@
24 /usr/share/man) already exists. Using -p may not be compatible, but then again
25 this is a Gentoo specific patch. -JeR
26
27 ---- Makefile.in.orig 2008-08-25 04:10:21.000000000 +0200
28 -+++ Makefile.in 2008-08-25 04:11:51.000000000 +0200
29 +--- Makefile.in.orig 2008-08-25 05:29:02.000000000 +0200
30 ++++ Makefile.in 2008-08-25 05:30:41.000000000 +0200
31 @@ -43,8 +43,8 @@
32 @( cd ./ncftp ; $(MAKE) "CC=$(CC)" "CFLAGS=$(CFLAGS)" )
33 @( cd ./sh_util ; $(MAKE) "CC=$(CC)" "CFLAGS=$(CFLAGS)" )
34 @@ -17,3 +17,12 @@
35 -@echo '..... Installing the programs .....'
36 $(INSTALL_PROGRAM) bin/ncftp@EXEEXT@ "$(DESTDIR)$(BINDIR)/ncftp@EXEEXT@"
37 $(INSTALL_PROGRAM) bin/ncftpget@EXEEXT@ "$(DESTDIR)$(BINDIR)/ncftpget@EXEEXT@"
38 +@@ -52,7 +52,7 @@
39 + $(INSTALL_PROGRAM) bin/ncftpls@EXEEXT@ "$(DESTDIR)$(BINDIR)/ncftpls@EXEEXT@"
40 + $(INSTALL_PROGRAM) bin/ncftpbatch@EXEEXT@ "$(DESTDIR)$(BINDIR)/ncftpbatch@EXEEXT@"
41 + -@test -f "$(DESTDIR)$(BINDIR)/ncftpspooler@EXEEXT@" && echo /bin/rm "$(DESTDIR)$(BINDIR)/ncftpspooler@EXEEXT@" && /bin/rm "$(DESTDIR)$(BINDIR)/ncftpspooler@EXEEXT@"
42 +- ln "$(DESTDIR)$(BINDIR)/ncftpbatch@EXEEXT@" "$(DESTDIR)$(BINDIR)/ncftpspooler@EXEEXT@"
43 ++ ln -s "ncftpbatch@EXEEXT@" "$(DESTDIR)$(BINDIR)/ncftpspooler@EXEEXT@"
44 + #
45 + # The visual programs are only built if a working Curses was found.
46 + #