summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2004-12-03 13:56:42 +0000
committerStefan Schweizer <genstef@gentoo.org>2004-12-03 13:56:42 +0000
commit5c344d1ecbd4b6ea6b4bd647f2302bd6435d8e00 (patch)
tree3c24f9f17b4dd5b42bf14a8c25f60c07159ae846 /sys-fs
parentmasked app-shells/rssh per bug 72816 (diff)
downloadhistorical-5c344d1ecbd4b6ea6b4bd647f2302bd6435d8e00.tar.gz
historical-5c344d1ecbd4b6ea6b4bd647f2302bd6435d8e00.tar.bz2
historical-5c344d1ecbd4b6ea6b4bd647f2302bd6435d8e00.zip
Adding missing patch
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/captive/ChangeLog6
-rw-r--r--sys-fs/captive/Manifest3
-rw-r--r--sys-fs/captive/files/do-not-check-for-lufsd.patch25
3 files changed, 32 insertions, 2 deletions
diff --git a/sys-fs/captive/ChangeLog b/sys-fs/captive/ChangeLog
index 80d89b42e0ea..7c544b187178 100644
--- a/sys-fs/captive/ChangeLog
+++ b/sys-fs/captive/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/captive
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.1 2004/12/02 19:46:38 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.2 2004/12/03 13:56:42 genstef Exp $
+
+ 03 Dec 2004; Stefan Schweizer <genstef@gentoo.org>
+ +files/do-not-check-for-lufsd.patch:
+ Adding missing patch
*captive-1.1.5 (02 Dec 2004)
diff --git a/sys-fs/captive/Manifest b/sys-fs/captive/Manifest
index b490a39a2eb4..6f4248cfd38f 100644
--- a/sys-fs/captive/Manifest
+++ b/sys-fs/captive/Manifest
@@ -1,4 +1,5 @@
MD5 eda18b48143b348c5fee46466e165a03 captive-1.1.5.ebuild 3132
-MD5 6741647480f8d08eccc12c184f63f07a ChangeLog 383
+MD5 b144c663a99a54dbea0845714c4ad397 ChangeLog 499
MD5 6e89ba8198764bfd079a0cfa18dca593 metadata.xml 264
MD5 8b3b77e73595843b6cf711b0355a8b07 files/digest-captive-1.1.5 66
+MD5 af3ab379ab00c1a99eaaa24e67007377 files/do-not-check-for-lufsd.patch 1090
diff --git a/sys-fs/captive/files/do-not-check-for-lufsd.patch b/sys-fs/captive/files/do-not-check-for-lufsd.patch
new file mode 100644
index 000000000000..7dab523e60f3
--- /dev/null
+++ b/sys-fs/captive/files/do-not-check-for-lufsd.patch
@@ -0,0 +1,25 @@
+--- captive-1.1.5/configure.orig 2004-11-14 16:49:01.508382408 +0100
++++ captive-1.1.5/configure 2004-11-14 16:50:55.054120832 +0100
+@@ -21798,21 +21798,10 @@
+
+ test -n "$PATH_LUFSD" && break
+ done
+-
+- if test x$PATH_LUFSD = x;then
+- if test x$enable_lufs = xyes;then
+- { { echo "$as_me:$LINENO: error: LUFS client was requested (--enable-lufs) but no lufsd(1) binary was found. Install 'lufs-*-*captive*' package." >&5
+-echo "$as_me: error: LUFS client was requested (--enable-lufs) but no lufsd(1) binary was found. Install 'lufs-*-*captive*' package." >&2;}
+- { (exit 1); exit 1; }; }
+- else
+- { echo "$as_me:$LINENO: WARNING: LUFS client not being compiled as no lufsd(1) binary was found. Install 'lufs-*-*captive*' package." >&5
+-echo "$as_me: WARNING: LUFS client not being compiled as no lufsd(1) binary was found. Install 'lufs-*-*captive*' package." >&2;}
+- fi
+- fi
+ fi
+
+
+-if $have_lufs_includes && test x$PATH_LUFSD != x -a x$enable_lufs != no ; then
++if $have_lufs_includes && test x$enable_lufs != xno ; then
+ ENABLE_LUFS_TRUE=
+ ENABLE_LUFS_FALSE='#'
+ else