* minor new port: sparc64-unknown-linux-suse7.3.
authorErez Zadok <ezk@cs.sunysb.edu>
Thu, 20 Mar 2003 23:12:27 +0000 (23:12 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 20 Mar 2003 23:12:27 +0000 (23:12 +0000)
* minor new port: i386-unknown-freebsd5.0.

* configure.in: detect nfsclient/nfsargs.h.

* conf/nfs_prot/nfs_prot_freebsd3.h: include
<nfsclient/nfsargs.h>, needed in FreeBSD 5.0.

.cvsignore
ChangeLog
INSTALL
NEWS
conf/nfs_prot/nfs_prot_freebsd3.h
configure.in
doc/am-utils.texi

index 925eb10c2e7684ebf9f505c7e69c88930d3d260d..1997719e8d72ff4a4ea27f4932f610f18b798718 100644 (file)
@@ -110,3 +110,5 @@ A.i386-unknown-freebsd4.5
 A.i386-unknown-openbsd2.9
 A.i386-pc-linux-rh7.3
 configure.new
+A.sparc64-unknown-linux-suse7.3
+autom4te-2.53.cache
index 97c00e97f7f944df60f3bea5ce81c38ecb04b479..ac08df9929995997068a38e2eb44f97c2fe8acef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-03-20  Erez Zadok  <ezk@suse73.fsl.cs.sunysb.edu>
+
+       * minor new port: sparc64-unknown-linux-suse7.3.
+
+2003-03-20  Erez Zadok  <ezk@a-freebsd5.fsl.cs.sunysb.edu>
+
+       * minor new port: i386-unknown-freebsd5.0.
+
+       * configure.in: detect nfsclient/nfsargs.h.
+       
+       * conf/nfs_prot/nfs_prot_freebsd3.h: include
+       <nfsclient/nfsargs.h>, needed in FreeBSD 5.0.
+
 2003-03-15  Erez Zadok  <ezk@agora.fsl.cs.sunysb.edu>
 
        * amd/amd.8, amd/amd.8, fixmount/fixmount.8, hlfsd/hlfsd.8,
diff --git a/INSTALL b/INSTALL
index 26881b073e6d8a3b301978531e2e81bcf2a543a9..20ef94a418b7f6599e9bfa2a388f6994a584064a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,3 @@
-# -*- text -*-
                      am-utils 6.0 compatibility list
 
 For each system, list if it autoconfigures, compiles, or runs.  Fill in
@@ -71,6 +70,9 @@ i386-unknown-openbsd2.5               ezk[0]  ezk     ezk     ezk
 i486-ncr-sysv4.3.03            ezk[0]  ezk             ezk
 ia64-hp-hpux11.20              ezk[0]  ezk     ezk     ezk
 ia64-unknown-linux-rh7.1       ezk[0]  ezk     ezk     ezk
+ia64-unknown-linux-rh7.2       ezk[0]  ezk     ezk     ezk
+ia64-unknown-linux-rh2.1AS     ezk[0]  ezk     ezk     ezk
+ia64-unknown-linux-rh2.1AW     ezk[0]  ezk     ezk     ezk
 m68k-hp-hpux9.00               ezk[0,4]ezk[4]  nrh/ezk
 m68k-next-nextstep3            ezk[0]  ezk     ezk     ezk[X]
 m68k-sun-sunos4.1.1            ezk[0]  ezk             ezk[X]
@@ -105,6 +107,7 @@ sparc-unknown-linux-rh6.2   ion     ion     ion     ion
 sparc-unknown-netbsd1.2E       ezk[0]  ezk     ezk
 sparc-unknown-netbsd1.2G       ezk[0]  ezk     ezk
 sparc64-unknown-linux-rh6.2    ion     ion     ion     ion
+sparc64-unknown-linux-suse7.3  ezk[0]  ezk     ezk     ezk
 
 EMAIL ID LEGEND:
 
@@ -123,7 +126,7 @@ wpaul:      Bill Paul <wpaul@ctr.columbia.edu>
 FOOTNOTES:
 
 [0] These entries were tested with older 6.0 releases, but not with the
-latest version. They probably still work, however.
+    latest version. They probably still work, however.
 
 [1] If compiling with cc on Irix 6, then use
 
diff --git a/NEWS b/NEWS
index 7b7b6bb625c0fc21746da1c42c57213a9f46c899..edee0f214978ad5f7ecdaf557f3dfb1d49a41484 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 *** Notes specific to am-utils version 6.0.10-pre:
 
-XXX
+- minor new ports:
+       ia64-unknown-linux-rh2.1AS (Red Hat Itanium Advanced Server)
+       i386-unknown-freebsd5.0 (5.0-RELEASE)
+       sparc64-unknown-linux-suse7.3
 
 *** Notes specific to am-utils version 6.0.9:
 
index 51c13afe500a90a432c0df145c37fd1513bb3c64..81ec72184fb05e509a3ef947dd0a14e62a58b5d1 100644 (file)
@@ -38,7 +38,7 @@
  *
  *      %W% (Berkeley) %G%
  *
- * $Id: nfs_prot_freebsd3.h,v 1.5.2.4 2002/12/27 22:44:54 ezk Exp $
+ * $Id: nfs_prot_freebsd3.h,v 1.5.2.5 2003/03/20 23:12:30 ezk Exp $
  *
  */
 
 # include <ufs/ufs/ufsmount.h>
 #endif /* HAVE_UFS_UFS_UFSMOUNT_H */
 
+/* nfsclient/nfsargs.h was introduced in FreeBSD 5.0, and is needed */
+#ifdef HAVE_NFSCLIENT_NFSARGS_H
+# include <nfsclient/nfsargs.h>
+#endif /* HAVE_NFSCLIENT_NFSARGS_H */
+
 /*
  * MACROS:
  */
index f9332be4a1937cee56bd95b77242e6dfec2d642c..969aca4f4042f376659fa9687d68eb5098a638bb 100644 (file)
@@ -53,7 +53,7 @@ AH_BOTTOM([
 dnl
 dnl AC_CONFIG_AUX_DIR(m4)
 AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.1.2.37 $)
+AC_REVISION($Revision: 1.1.2.38 $)
 AC_COPYRIGHT([Copyright (c) 1997-2003 Erez Zadok])
 dnl find out system type
 AC_MSG_NOTICE(*** SYSTEM TYPES ***)
@@ -439,6 +439,7 @@ AC_CHECK_HEADERS(                   \
        nfs/nfsv2.h                     \
        nfs/pathconf.h                  \
        nfs/rpcv2.h                     \
+       nfsclient/nfsargs.h             \
        rpc/auth_des.h                  \
        rpc/pmap_clnt.h                 \
        rpc/pmap_prot.h                 \
index 459f1e70ea2457f835a532999a935121145219f6..536b079f32ee0b12ad8ebebebf9b436b4233b4cf 100644 (file)
@@ -38,7 +38,7 @@
 @c
 @c      %W% (Berkeley) %G%
 @c
-@c $Id: am-utils.texi,v 1.21.2.26 2002/12/27 22:45:02 ezk Exp $
+@c $Id: am-utils.texi,v 1.21.2.27 2003/03/20 23:12:30 ezk Exp $
 @c
 @setfilename am-utils.info
 
@@ -974,10 +974,22 @@ features.
 @c {Config}  {Compile}  {Amd}     {NFS V.3}  {Shlib}   {Hlfsd}
 @tab yes     @tab yes   @tab yes  @tab yes   @tab yes  @tab ?
 
+@item @b{ia64-unknown-linux-rh2.1AS}
+@c {Config}  {Compile}  {Amd}     {NFS V.3}  {Shlib}   {Hlfsd}
+@tab yes     @tab yes   @tab yes  @tab yes   @tab yes  @tab yes
+
+@item @b{ia64-unknown-linux-rh2.1AW}
+@c {Config}  {Compile}  {Amd}     {NFS V.3}  {Shlib}   {Hlfsd}
+@tab yes     @tab yes   @tab yes  @tab yes   @tab yes  @tab yes
+
 @item @b{ia64-unknown-linux-rh7.1}
 @c {Config}  {Compile}  {Amd}     {NFS V.3}  {Shlib}   {Hlfsd}
 @tab yes     @tab yes   @tab yes  @tab yes   @tab yes  @tab yes
 
+@item @b{ia64-unknown-linux-rh7.2}
+@c {Config}  {Compile}  {Amd}     {NFS V.3}  {Shlib}   {Hlfsd}
+@tab yes     @tab yes   @tab yes  @tab yes   @tab yes  @tab yes
+
 @item @b{m68k-hp-hpux9.00}
 @c {Config}  {Compile}  {Amd}     {NFS V.3}  {Shlib}   {Hlfsd}
 @tab yes     @tab yes   @tab yes  @tab n/a   @tab ?    @tab ?
@@ -1110,6 +1122,10 @@ features.
 @c {Config}  {Compile}  {Amd}     {NFS V.3}  {Shlib}   {Hlfsd}
 @tab yes     @tab yes   @tab yes  @tab n/a   @tab yes  @tab ?
 
+@item @b{sparc64-unknown-linux-suse7.3}
+@c {Config}  {Compile}  {Amd}     {NFS V.3}  {Shlib}   {Hlfsd}
+@tab yes     @tab yes   @tab yes  @tab yes   @tab yes  @tab ?
+
 @end multitable
 
 See the @file{INSTALL} in the distribution for more specific details on