summaryrefslogtreecommitdiff
path: root/net-fs/libnfs/files
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-10-14 10:25:14 +0200
committerLars Wendler <polynomial-c@gentoo.org>2016-10-14 10:25:30 +0200
commitdd97c4dd7c85779509cc049ba36e33fa2cf6f36f (patch)
tree8202a0f154479ce0ea0ee7448413dfe00dc5e83a /net-fs/libnfs/files
parentfbb557118aa6437315019de9aa983b3af79577af (diff)
downloadgentoo-dd97c4dd7c85779509cc049ba36e33fa2cf6f36f.tar.gz
gentoo-dd97c4dd7c85779509cc049ba36e33fa2cf6f36f.tar.xz
net-fs/libnfs: Removed old.
Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-fs/libnfs/files')
-rw-r--r--net-fs/libnfs/files/libnfs-1.5.0-headers.patch42
-rw-r--r--net-fs/libnfs/files/libnfs-1.8.0-makefile.patch38
2 files changed, 0 insertions, 80 deletions
diff --git a/net-fs/libnfs/files/libnfs-1.5.0-headers.patch b/net-fs/libnfs/files/libnfs-1.5.0-headers.patch
deleted file mode 100644
index 68ec6d3c71c..00000000000
--- a/net-fs/libnfs/files/libnfs-1.5.0-headers.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 32bd77c82fe12fbfe0a1d50f64fa1959cf699bea Mon Sep 17 00:00:00 2001
-From: Mike Frysinger <vapier@gentoo.org>
-Date: Mon, 3 Dec 2012 22:30:04 -0500
-Subject: [PATCH] fix implicit decl warnings
-
-Include the proper headers to fix these warnings:
-libnfs-sync.c:1529:3: warning: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration]
-libnfs-zdr.c:506:2: warning: implicit declaration of function 'getuid' [-Wimplicit-function-declaration]
-
-Signed-off-by: Mike Frysinger <vapier@gentoo.org>
----
- lib/libnfs-sync.c | 1 +
- lib/libnfs-zdr.c | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/lib/libnfs-sync.c b/lib/libnfs-sync.c
-index fd6f796..1fbeb8f 100644
---- a/lib/libnfs-sync.c
-+++ b/lib/libnfs-sync.c
-@@ -45,6 +45,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <assert.h>
-+#include <sys/time.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
-diff --git a/lib/libnfs-zdr.c b/lib/libnfs-zdr.c
-index a243d1d..3d5fd30 100644
---- a/lib/libnfs-zdr.c
-+++ b/lib/libnfs-zdr.c
-@@ -29,6 +29,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <time.h>
-+#include <unistd.h>
- #include "libnfs-zdr.h"
-
- struct opaque_auth _null_auth;
---
-1.7.12.4
-
diff --git a/net-fs/libnfs/files/libnfs-1.8.0-makefile.patch b/net-fs/libnfs/files/libnfs-1.8.0-makefile.patch
deleted file mode 100644
index c06ba114d1d..00000000000
--- a/net-fs/libnfs/files/libnfs-1.8.0-makefile.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-This enables out of source build
-
---- lib/Makefile.am 2013-10-31 05:17:49.000000000 +0400
-+++ lib/Makefile.am 2014-01-07 21:23:07.281715242 +0400
-@@ -2,11 +2,11 @@
-
- libnfs_la_CPPFLAGS = -I$(abs_top_srcdir)/include \
- -I$(abs_top_srcdir)/include/nfsc \
-- -I../mount \
-- -I../nfs \
-- -I../nlm \
-- -I../portmap \
-- -I../rquota \
-+ -I$(abs_top_srcdir)/mount \
-+ -I$(abs_top_srcdir)/nfs \
-+ -I$(abs_top_srcdir)/nlm \
-+ -I$(abs_top_srcdir)/portmap \
-+ -I$(abs_top_srcdir)/rquota \
- "-D_U_=__attribute__((unused))"
-
- libnfs_la_SOURCES = \
---- examples/Makefile.am 2013-10-31 05:17:49.000000000 +0400
-+++ examples/Makefile.am 2014-01-07 21:30:34.776726611 +0400
-@@ -3,10 +3,10 @@
- AM_CPPFLAGS = \
- -I$(abs_top_srcdir)/include \
- -I$(abs_top_srcdir)/include/nfsc \
-- -I../mount \
-- -I../nfs \
-- -I../rquota \
-- -I../portmap \
-+ -I$(abs_top_srcdir)/mount \
-+ -I$(abs_top_srcdir)/nfs \
-+ -I$(abs_top_srcdir)/rquota \
-+ -I$(abs_top_srcdir)/portmap \
- "-D_U_=__attribute__((unused))"
-
- AM_LDFLAGS = ../lib/.libs/libnfs.la -lpopt