summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/lufs')
-rw-r--r--sys-fs/lufs/ChangeLog6
-rw-r--r--sys-fs/lufs/files/lufs-0.9.7-enable-gnome-2.patch12
2 files changed, 11 insertions, 7 deletions
diff --git a/sys-fs/lufs/ChangeLog b/sys-fs/lufs/ChangeLog
index 2b350022985b..1ed3d989f5ef 100644
--- a/sys-fs/lufs/ChangeLog
+++ b/sys-fs/lufs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/lufs
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/ChangeLog,v 1.27 2008/06/29 12:20:55 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/ChangeLog,v 1.28 2008/11/17 22:54:38 flameeyes Exp $
+
+ 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
+ files/lufs-0.9.7-enable-gnome-2.patch:
+ Fix patch with absolute paths.
29 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
+files/lufs-0.9.7-gcc43.patch, lufs-0.9.7-r3.ebuild:
diff --git a/sys-fs/lufs/files/lufs-0.9.7-enable-gnome-2.patch b/sys-fs/lufs/files/lufs-0.9.7-enable-gnome-2.patch
index f255fbbe8b56..6d6d4ba3b1ab 100644
--- a/sys-fs/lufs/files/lufs-0.9.7-enable-gnome-2.patch
+++ b/sys-fs/lufs/files/lufs-0.9.7-enable-gnome-2.patch
@@ -1,5 +1,5 @@
-diff -upr -x aclocal.m4 -x Makefile.in -x configure -x '.*' -x autom4te.cache -x kernel /var/tmp/portage/lufs-0.9.7-r1/work/lufs-0.9.7/config.h.in lufs-0.9.7/config.h.in
---- /var/tmp/portage/lufs-0.9.7-r1/work/lufs-0.9.7/config.h.in 2003-10-29 22:48:48.000000000 +0000
+diff -upr -x aclocal.m4 -x Makefile.in -x configure -x '.*' -x autom4te.cache -x kernel lufs-0.9.7.orig/config.h.in lufs-0.9.7/config.h.in
+--- lufs-0.9.7.orig/config.h.in 2003-10-29 22:48:48.000000000 +0000
+++ lufs-0.9.7/config.h.in 2004-01-13 22:51:00.000000000 +0000
@@ -9,6 +9,9 @@
/* Define if libchipcard is present. */
@@ -11,8 +11,8 @@ diff -upr -x aclocal.m4 -x Makefile.in -x configure -x '.*' -x autom4te.cache -x
/* Define if ssh is found. */
#undef HAS_SSH
-diff -upr -x aclocal.m4 -x Makefile.in -x configure -x '.*' -x autom4te.cache -x kernel /var/tmp/portage/lufs-0.9.7-r1/work/lufs-0.9.7/configure.in lufs-0.9.7/configure.in
---- /var/tmp/portage/lufs-0.9.7-r1/work/lufs-0.9.7/configure.in 2003-10-29 22:40:28.000000000 +0000
+diff -upr -x aclocal.m4 -x Makefile.in -x configure -x '.*' -x autom4te.cache -x kernel lufs-0.9.7.orig/configure.in lufs-0.9.7/configure.in
+--- lufs-0.9.7.orig/configure.in 2003-10-29 22:40:28.000000000 +0000
+++ lufs-0.9.7/configure.in 2004-01-13 22:50:20.802647656 +0000
@@ -164,7 +164,9 @@ AC_SUBST(SSHPROG)
dnl Checking gnome
@@ -41,8 +41,8 @@ diff -upr -x aclocal.m4 -x Makefile.in -x configure -x '.*' -x autom4te.cache -x
fi
AC_SUBST(GVFS_LDADD)
AC_SUBST(GVFS_CFLAGS)
-diff -upr -x aclocal.m4 -x Makefile.in -x configure -x '.*' -x autom4te.cache -x kernel /var/tmp/portage/lufs-0.9.7-r1/work/lufs-0.9.7/filesystems/gvfs/gvfs.cpp lufs-0.9.7/filesystems/gvfs/gvfs.cpp
---- /var/tmp/portage/lufs-0.9.7-r1/work/lufs-0.9.7/filesystems/gvfs/gvfs.cpp 2003-03-08 21:45:29.000000000 +0000
+diff -upr -x aclocal.m4 -x Makefile.in -x configure -x '.*' -x autom4te.cache -x kernel lufs-0.9.7.orig/filesystems/gvfs/gvfs.cpp lufs-0.9.7/filesystems/gvfs/gvfs.cpp
+--- lufs-0.9.7.orig/filesystems/gvfs/gvfs.cpp 2003-03-08 21:45:29.000000000 +0000
+++ lufs-0.9.7/filesystems/gvfs/gvfs.cpp 2004-01-13 22:55:44.906376400 +0000
@@ -36,8 +36,13 @@
#include <lufs/fs.h>