OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 13-Jan-2004 15:59:35
Branch: HEAD Handle: 2004011314593301
Modified files:
openpkg-src/amd amd.patch amd.spec
openpkg-web news.txt
Log:
amd coders insist on using their own nfs_prot header (which is missing
NFSX_V4STATEID), so hack in NFSX_V4STATEID just before it is
potentially used
Summary:
Revision Changes Path
1.7 +14 -0 openpkg-src/amd/amd.patch
1.52 +1 -1 openpkg-src/amd/amd.spec
1.8077 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/amd/amd.patch
============================================================================
$ cvs diff -u -r1.6 -r1.7 amd.patch
--- openpkg-src/amd/amd.patch 29 Oct 2003 12:06:41 -0000 1.6
+++ openpkg-src/amd/amd.patch 13 Jan 2004 14:59:34 -0000 1.7
@@ -119,3 +119,17 @@
ac_cv_nfs_prot_headers=sunos5_3 ;;
sunos5.4* | solaris2.4* )
ac_cv_nfs_prot_headers=sunos5_4 ;;
+Index: conf/nfs_prot/nfs_prot_freebsd3.h
+--- conf/nfs_prot/nfs_prot_freebsd3.h.orig Tue Jan 13 15:49:30 2004
++++ conf/nfs_prot/nfs_prot_freebsd3.h Tue Jan 13 15:49:02 2004
+@@ -54,6 +54,10 @@
+ #ifdef HAVE_NFS_NFS_H
+ # include <nfs/nfs.h>
+ #endif /* HAVE_NFS_NFS_H */
++#ifndef NFSX_V4STATEID
++/* specific to NFS Version 4 */
++#define NFSX_V4STATEID 16
++#endif
+ #ifdef HAVE_NFSCLIENT_NFS_H
+ # include <nfsclient/nfs.h>
+ #endif /* HAVE_NFSCLIENT_NFS_H */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/amd/amd.spec
============================================================================
$ cvs diff -u -r1.51 -r1.52 amd.spec
--- openpkg-src/amd/amd.spec 29 Oct 2003 12:06:41 -0000 1.51
+++ openpkg-src/amd/amd.spec 13 Jan 2004 14:59:34 -0000 1.52
@@ -33,7 +33,7 @@
Group: System
License: BSD
Version: 6.0.9
-Release: 20031029
+Release: 20040113
# list of sources
Source0: ftp://ftp.am-utils.org/pub/am-utils/am-utils-%{version}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8076 -r1.8077 news.txt
--- openpkg-web/news.txt 13 Jan 2004 13:26:43 -0000 1.8076
+++ openpkg-web/news.txt 13 Jan 2004 14:59:33 -0000 1.8077
@@ -1,3 +1,4 @@
+13-Jan-2004: Upgraded package: P<amd-6.0.9-20040113>
13-Jan-2004: Upgraded package: P<gnupg-1.2.4-20040113>
13-Jan-2004: Upgraded package: P<cfengine-2.1.1-20040113>
13-Jan-2004: Upgraded package: P<perl-tk-20040113-20040113>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]