diff options
author | 2008-11-17 22:51:27 +0000 | |
---|---|---|
committer | 2008-11-17 22:51:27 +0000 | |
commit | 2744de9cf043c2414e5f9b589488f2fee8bdd5c0 (patch) | |
tree | a2593d6bb76bd22e4b89db2625c7070cef12949f /sys-apps/ucspi-tcp | |
parent | fix DOS line endings in patch so that it works with the stable version of pat... (diff) | |
download | historical-2744de9cf043c2414e5f9b589488f2fee8bdd5c0.tar.gz historical-2744de9cf043c2414e5f9b589488f2fee8bdd5c0.tar.bz2 historical-2744de9cf043c2414e5f9b589488f2fee8bdd5c0.zip |
Fix patch with absolute paths.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'sys-apps/ucspi-tcp')
-rw-r--r-- | sys-apps/ucspi-tcp/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/ucspi-tcp/files/0.88-errno.patch | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/ucspi-tcp/ChangeLog b/sys-apps/ucspi-tcp/ChangeLog index 3ed816df90e9..b17e647a00dc 100644 --- a/sys-apps/ucspi-tcp/ChangeLog +++ b/sys-apps/ucspi-tcp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/ucspi-tcp # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog,v 1.62 2008/04/12 09:12:32 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog,v 1.63 2008/11/17 22:50:43 flameeyes Exp $ + + 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> + files/0.88-errno.patch: + Fix patch with absolute paths. 12 Apr 2008; nixnut <nixnut@gentoo.org> ucspi-tcp-0.88-r16.ebuild: Stable on ppc wrt bug 215071 diff --git a/sys-apps/ucspi-tcp/files/0.88-errno.patch b/sys-apps/ucspi-tcp/files/0.88-errno.patch index eef4d35c5b13..76d53c34bf78 100644 --- a/sys-apps/ucspi-tcp/files/0.88-errno.patch +++ b/sys-apps/ucspi-tcp/files/0.88-errno.patch @@ -1,5 +1,5 @@ ---- error.h 2000-03-18 10:18:42.000000000 -0500 -+++ /error.h 2003-03-05 15:36:47.000000000 -0500 +--- a/error.h 2000-03-18 10:18:42.000000000 -0500 ++++ b/error.h 2003-03-05 15:36:47.000000000 -0500 @@ -1,7 +1,7 @@ #ifndef ERROR_H #define ERROR_H |