summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-08-19 00:44:21 +0200
committertnut <tnut at nutyx dot com>2011-08-19 00:44:21 +0200
commitc5bc8a7ca7352d5291f2caf62c8dcf1d6ef16e2b (patch)
tree96536bc13720bd0f47cf151db74c58fdab66c74d
parent7701841b718e0772d2794c325594bbe1bd643e90 (diff)
downloadnutyx-pakxe-c5bc8a7ca7352d5291f2caf62c8dcf1d6ef16e2b.tar.gz
nutyx-pakxe-c5bc8a7ca7352d5291f2caf62c8dcf1d6ef16e2b.tar.bz2
nutyx-pakxe-c5bc8a7ca7352d5291f2caf62c8dcf1d6ef16e2b.tar.xz
nutyx-pakxe-c5bc8a7ca7352d5291f2caf62c8dcf1d6ef16e2b.zip
nfs-utils, retour version 1.2.0
-rw-r--r--extra/nfs-utils/.footprint.i6864
-rw-r--r--extra/nfs-utils/.footprint.x86_644
-rw-r--r--extra/nfs-utils/.md5sum.i6862
-rw-r--r--extra/nfs-utils/.md5sum.x86_642
-rwxr-xr-xextra/nfs-utils/Pkgfile17
5 files changed, 11 insertions, 18 deletions
diff --git a/extra/nfs-utils/.footprint.i686 b/extra/nfs-utils/.footprint.i686
index dc7814812..d46505eff 100644
--- a/extra/nfs-utils/.footprint.i686
+++ b/extra/nfs-utils/.footprint.i686
@@ -6,11 +6,7 @@ lrwxrwxrwx root/root sbin/umount.nfs4 -> mount.nfs
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/exportfs
--rwxr-xr-x root/root usr/sbin/mountstats
--rwxr-xr-x root/root usr/sbin/nfsidmap
--rwxr-xr-x root/root usr/sbin/nfsiostat
-rwxr-xr-x root/root usr/sbin/nfsstat
--rwxr-xr-x root/root usr/sbin/rpc.idmapd
-rwxr-xr-x root/root usr/sbin/rpc.mountd
-rwxr-xr-x root/root usr/sbin/rpc.nfsd
-rwxr-xr-x root/root usr/sbin/rpc.statd
diff --git a/extra/nfs-utils/.footprint.x86_64 b/extra/nfs-utils/.footprint.x86_64
index dc7814812..d46505eff 100644
--- a/extra/nfs-utils/.footprint.x86_64
+++ b/extra/nfs-utils/.footprint.x86_64
@@ -6,11 +6,7 @@ lrwxrwxrwx root/root sbin/umount.nfs4 -> mount.nfs
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/exportfs
--rwxr-xr-x root/root usr/sbin/mountstats
--rwxr-xr-x root/root usr/sbin/nfsidmap
--rwxr-xr-x root/root usr/sbin/nfsiostat
-rwxr-xr-x root/root usr/sbin/nfsstat
--rwxr-xr-x root/root usr/sbin/rpc.idmapd
-rwxr-xr-x root/root usr/sbin/rpc.mountd
-rwxr-xr-x root/root usr/sbin/rpc.nfsd
-rwxr-xr-x root/root usr/sbin/rpc.statd
diff --git a/extra/nfs-utils/.md5sum.i686 b/extra/nfs-utils/.md5sum.i686
index c4ee3494c..cc626e7bd 100644
--- a/extra/nfs-utils/.md5sum.i686
+++ b/extra/nfs-utils/.md5sum.i686
@@ -1 +1 @@
-02f52d567e6b3a8b93e70a65ea776a75 nfs-utils-1.2.4.tar.gz
+4ab250f35979794de3d185e3c864e4d0 nfs-utils-1.2.0.tar.gz
diff --git a/extra/nfs-utils/.md5sum.x86_64 b/extra/nfs-utils/.md5sum.x86_64
index c4ee3494c..cc626e7bd 100644
--- a/extra/nfs-utils/.md5sum.x86_64
+++ b/extra/nfs-utils/.md5sum.x86_64
@@ -1 +1 @@
-02f52d567e6b3a8b93e70a65ea776a75 nfs-utils-1.2.4.tar.gz
+4ab250f35979794de3d185e3c864e4d0 nfs-utils-1.2.0.tar.gz
diff --git a/extra/nfs-utils/Pkgfile b/extra/nfs-utils/Pkgfile
index da63efea1..efb12fc31 100755
--- a/extra/nfs-utils/Pkgfile
+++ b/extra/nfs-utils/Pkgfile
@@ -2,24 +2,25 @@
# URL: http://nfs.sourceforge.net
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: libnfsidmap,libevent, keyutils
+# Depends on: libevent
# Run on: portmap
name=nfs-utils
-version=1.2.4
-release=1
+version=1.2.0
+release=3
source=(http://ftp.kernel.org/pub/linux/utils/nfs/$name-$version.tar.gz)
build() {
cd $name-$version
+sed -i "1i\#include <sys/stat.h>\n" utils/exportfs/exportfs.c
+sed -i "1i\#include <sys/stat.h>\n" utils/mount/mount.c
+sed -i "1i\#include <sys/stat.h>\n" utils/mount/network.c
+sed -i 's/getkversion//' tools/Makefile.in
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
- --enable-nfsv4 \
- --enable-nfsv3 \
- --with-tcp-wrappers \
- --disable-gss \
- --with-statedir=/var/lib/nfs
+ --disable-nfsv4 \
+ --disable-gss
make
make DESTDIR=$PKG install
rm -r $PKG/{var,usr/share/man/man{7,8}}