summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2006-03-14 19:06:46 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2006-03-14 19:06:46 +0000
commitb022c7c5b62b7a05d23da553004baec710aca7e2 (patch)
treea18bed0353d1fe587891f9aa8ab15781d10fe84e /sys-apps/ucspi-tcp
parentMake sure pam-login blocks newer shadow so that it can't be installed after i... (diff)
downloadgentoo-2-b022c7c5b62b7a05d23da553004baec710aca7e2.tar.gz
gentoo-2-b022c7c5b62b7a05d23da553004baec710aca7e2.tar.bz2
gentoo-2-b022c7c5b62b7a05d23da553004baec710aca7e2.zip
Disabled the rediffed patch, it's broken. Put an ewarn there instead.
(Portage version: 2.1_pre6-r1)
Diffstat (limited to 'sys-apps/ucspi-tcp')
-rw-r--r--sys-apps/ucspi-tcp/ChangeLog6
-rw-r--r--sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild10
2 files changed, 13 insertions, 3 deletions
diff --git a/sys-apps/ucspi-tcp/ChangeLog b/sys-apps/ucspi-tcp/ChangeLog
index 4217c6a0bef4..2168bd218bb6 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog,v 1.42 2006/03/12 18:32:48 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog,v 1.43 2006/03/14 19:06:46 hansmi Exp $
+
+ 14 Mar 2006; Michael Hanselmann <hansmi@gentoo.org>
+ ucspi-tcp-0.88-r14.ebuild:
+ Disabled the rediffed patch, it's broken. Put an ewarn there instead.
*ucspi-tcp-0.88-r14 (12 Mar 2006)
diff --git a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild
index ce43fc972b86..e7d2422f0fef 100644
--- a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild
+++ b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild,v 1.1 2006/03/12 18:32:48 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild,v 1.2 2006/03/14 19:06:46 hansmi Exp $
inherit eutils toolchain-funcs fixheadtails
@@ -45,7 +45,13 @@ src_unpack() {
if use ssl; then
if use ipv6 ; then
# Rediffed patch by hansmi@g.o
- epatch ${DISTDIR}/ucspi-tcp-0.88-ipv6-ssl-20050405.patch
+ # -> broken, hansmi on 2006-03-14
+ # epatch ${DISTDIR}/ucspi-tcp-0.88-ipv6-ssl-20050405.patch
+ echo
+ ewarn "SSL support disabled when using IPv6!"
+ ewarn "Please supply us a patch or wait until someone else does."
+ ebeep
+ echo
else
epatch ${DISTDIR}/ucspi-tcp-ssl-20050405.patch.gz
fi