From fe8558321b69ec19a676dc2bf4b71ccf92f759cb Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 11 Mar 2011 12:52:20 +0100 Subject: gamin, maj md5sum et suppression fichier obsolète MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/gamin/.md5sum.i686 | 1 - base/gamin/.md5sum.x86_64 | 1 - base/gamin/Pkgfile | 3 +- base/gamin/gamin-0.1.9-ucred-headers.patch | 52 ------------------------------ 4 files changed, 1 insertion(+), 56 deletions(-) delete mode 100644 base/gamin/gamin-0.1.9-ucred-headers.patch (limited to 'base') diff --git a/base/gamin/.md5sum.i686 b/base/gamin/.md5sum.i686 index 3c2d453c6..c563cfe7c 100644 --- a/base/gamin/.md5sum.i686 +++ b/base/gamin/.md5sum.i686 @@ -1,2 +1 @@ b4ec549e57da470c04edd5ec2876a028 gamin-0.1.10.tar.gz -82284f346a0b66bdd27c818b041b4871 gamin-0.1.9-ucred-headers.patch diff --git a/base/gamin/.md5sum.x86_64 b/base/gamin/.md5sum.x86_64 index 3c2d453c6..c563cfe7c 100644 --- a/base/gamin/.md5sum.x86_64 +++ b/base/gamin/.md5sum.x86_64 @@ -1,2 +1 @@ b4ec549e57da470c04edd5ec2876a028 gamin-0.1.10.tar.gz -82284f346a0b66bdd27c818b041b4871 gamin-0.1.9-ucred-headers.patch diff --git a/base/gamin/Pkgfile b/base/gamin/Pkgfile index 4e220a6f5..5b1daac97 100755 --- a/base/gamin/Pkgfile +++ b/base/gamin/Pkgfile @@ -6,8 +6,7 @@ name=gamin version=0.1.10 release=1 -source=( http://www.gnome.org/~veillard/gamin/sources/$name-$version.tar.gz\ - gamin-0.1.9-ucred-headers.patch) +source=(http://www.gnome.org/~veillard/gamin/sources/$name-$version.tar.gz) build() { cd $name-$version diff --git a/base/gamin/gamin-0.1.9-ucred-headers.patch b/base/gamin/gamin-0.1.9-ucred-headers.patch deleted file mode 100644 index 35b76e4a0..000000000 --- a/base/gamin/gamin-0.1.9-ucred-headers.patch +++ /dev/null @@ -1,52 +0,0 @@ -diff -up gamin-0.1.9/server/gam_channel.c.xxx gamin-0.1.9/server/gam_channel.c ---- gamin-0.1.9/server/gam_channel.c.xxx 2007-07-04 15:36:49.000000000 +0200 -+++ gamin-0.1.9/server/gam_channel.c 2008-02-14 10:00:38.654849392 +0100 -@@ -3,7 +3,6 @@ - #include - #include - #include --#include - #include - #include - #include -@@ -12,6 +11,14 @@ - #include "gam_channel.h" - #include "gam_protocol.h" - -+#ifdef HAVE_LINUX -+ /* Workaround for undefined struct ucred */ -+ #define __USE_GNU -+#endif -+ -+#include -+ -+ - /* #define CHANNEL_VERBOSE_DEBUGGING */ - /************************************************************************ - * * -diff -up gamin-0.1.9/libgamin/gam_api.c.xxx gamin-0.1.9/libgamin/gam_api.c ---- gamin-0.1.9/libgamin/gam_api.c.xxx 2007-07-04 15:36:48.000000000 +0200 -+++ gamin-0.1.9/libgamin/gam_api.c 2008-02-13 17:41:50.697896914 +0100 -@@ -11,7 +11,6 @@ - #include - #include - #include --#include - #include - #include - #include "fam.h" -@@ -20,6 +19,14 @@ - #include "gam_fork.h" - #include "gam_error.h" - -+#ifdef HAVE_LINUX -+ /* Workaround for undefined struct ucred */ -+ #define __USE_GNU -+#endif -+ -+#include -+ -+ - #define TEST_DEBUG - - #define MAX_RETRIES 25 -- cgit v1.2.3-54-g00ecf