Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (a0c731a88e5e10e39ff55ab6b1683eb2690e80ec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (a0c731a88e5e10e39ff55ab6b1683eb2690e80ec)
  • Date: Tue, 29 Sep 2020 02:25:13 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

net/nfs-utils/BUILD | 7 ++++---
net/nfs-utils/DETAILS | 1 +
net/nfs-utils/HISTORY | 6 ++++++
3 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit a0c731a88e5e10e39ff55ab6b1683eb2690e80ec
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nfs-utils: nfs-utils needs to build with its internal rpcgen

as it's also the provider of rpcgen, will fail on subsequent casts (e.g.
after upgrading from 2.3.3 -> 2.5.1).
PATCHLEVEL=1 to install rpcgen after upgrade

diff --git a/net/nfs-utils/BUILD b/net/nfs-utils/BUILD
index 2970e60..7b8dba2 100755
--- a/net/nfs-utils/BUILD
+++ b/net/nfs-utils/BUILD
@@ -1,6 +1,7 @@
-OPTS="$OPTS \
- --disable-gss \
- $NFS_UTILS_NFSV4" &&
+OPTS="$OPTS \
+ --disable-gss \
+ --with-rpcgen=internal \
+ $NFS_UTILS_NFSV4" &&

make_single &&
default_build &&
diff --git a/net/nfs-utils/DETAILS b/net/nfs-utils/DETAILS
index 8e006b9..91b7aa3 100755
--- a/net/nfs-utils/DETAILS
+++ b/net/nfs-utils/DETAILS
@@ -1,5 +1,6 @@
SPELL=nfs-utils
VERSION=2.5.1
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/net/nfs-utils/HISTORY b/net/nfs-utils/HISTORY
index 4b60060..754fa9d 100644
--- a/net/nfs-utils/HISTORY
+++ b/net/nfs-utils/HISTORY
@@ -1,3 +1,9 @@
+2020-09-28 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1 to install rpcgen after upgrade
+ * BUILD: nfs-utils needs to build with its internal rpcgen as it's
also
+ the provider of rpcgen, will fail on subsequent casts (e.g. after
+ upgrading from 2.3.3 -> 2.5.1).
+
2020-08-30 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 2.5.1
Fixes compilation with current GCC and GLIBC.



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (a0c731a88e5e10e39ff55ab6b1683eb2690e80ec), Eric Sandall, 09/28/2020

Archive powered by MHonArc 2.6.24.

Top of Page