OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 14-Jan-2003 14:57:05
Branch: HEAD Handle: 2003011413570302
Modified files:
openpkg-src/amd amd.patch amd.spec
openpkg-web news.txt
Log:
port to FreeBSD 5.0 where nfsclient/nfs.h is required for struct
nfs_args stuff
Summary:
Revision Changes Path
1.3 +34 -0 openpkg-src/amd/amd.patch
1.33 +2 -5 openpkg-src/amd/amd.spec
1.2724 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/amd/amd.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 amd.patch
--- openpkg-src/amd/amd.patch 12 Sep 2002 08:01:48 -0000 1.2
+++ openpkg-src/amd/amd.patch 14 Jan 2003 13:57:05 -0000 1.3
@@ -53,3 +53,37 @@
/*
* This code is needed to defeat Solaris 2.4's (and newer) symlink
* values cache. It forces the last-modified time of the symlink to be
+--- configure.orig Tue Jun 25 02:32:23 2002
++++ configure Tue Jan 14 14:16:27 2003
+@@ -11846,6 +11846,7 @@
+ nfs/export.h \
+ nfs/mount.h \
+ nfs/nfs.h \
++ nfsclient/nfs.h \
+ nfs/nfs_clnt.h \
+ nfs/nfs_gfs.h \
+ nfs/nfs_mount.h \
+--- config.h.in.orig Tue Jun 25 02:32:24 2002
++++ config.h.in Tue Jan 14 14:15:19 2003
+@@ -652,6 +652,9 @@
+ /* Define if you have the <nfs/nfs.h> header file. */
+ #undef HAVE_NFS_NFS_H
+
++/* Define if you have the <nfsclient/nfs.h> header file. */
++#undef HAVE_NFSCLIENT_NFS_H
++
+ /* Define if you have the <nfs/nfs_mount.h> header file. */
+ #undef HAVE_NFS_NFS_MOUNT_H
+
+--- conf/nfs_prot/nfs_prot_freebsd3.h.orig Wed Jan 30 01:28:49 2002
++++ conf/nfs_prot/nfs_prot_freebsd3.h Tue Jan 14 14:34:46 2003
+@@ -54,6 +54,9 @@
+ #ifdef HAVE_NFS_NFS_H
+ # include <nfs/nfs.h>
+ #endif /* HAVE_NFS_NFS_H */
++#ifdef HAVE_NFSCLIENT_NFS_H
++# include <nfsclient/nfs.h>
++#endif /* HAVE_NFSCLIENT_NFS_H */
+ #ifdef HAVE_UFS_UFS_UFSMOUNT_H
+ # include <ufs/ufs/ufsmount.h>
+ #endif /* HAVE_UFS_UFS_UFSMOUNT_H */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/amd/amd.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 amd.spec
--- openpkg-src/amd/amd.spec 14 Jan 2003 11:14:57 -0000 1.32
+++ openpkg-src/amd/amd.spec 14 Jan 2003 13:57:05 -0000 1.33
@@ -23,9 +23,6 @@
## SUCH DAMAGE.
##
-# FIXME ps configure is not able to find nfs depending mount table options
-# FIXME ps in FreeBSD 5.0-CURRENT
-
# package information
Name: amd
Summary: Auto-Mounting Daemon
@@ -36,7 +33,7 @@
Group: System
License: BSD
Version: 6.0.8
-Release: 20021111
+Release: 20030114
# list of sources
Source0: ftp://ftp.am-utils.org/pub/am-utils/am-utils-%{version}.tar.gz
@@ -89,7 +86,7 @@
--disable-shared \
--without-ldap
%{l_make} %{l_mflags}
- exit 1234
+
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2723 -r1.2724 news.txt
--- openpkg-web/news.txt 14 Jan 2003 13:52:41 -0000 1.2723
+++ openpkg-web/news.txt 14 Jan 2003 13:57:03 -0000 1.2724
@@ -1,3 +1,4 @@
+14-Jan-2003: Upgraded package: P<amd-6.0.8-20030114>
14-Jan-2003: Upgraded package: P<libdnet-1.5-20030114>
14-Jan-2003: Upgraded package: P<gd1-1.8.4-20030114>
14-Jan-2003: Upgraded package: P<gcc2-2.95.3-20030114>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]