pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/fam/patches Add files missed in the previous ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0df67bc4321
branches:  trunk
changeset: 471494:c0df67bc4321
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Mar 28 22:01:54 2004 +0000

description:
Add files missed in the previous commit.

diffstat:

 sysutils/fam/patches/patch-aa |  23 +++++++++++++++++++++++
 sysutils/fam/patches/patch-ac |  13 +++++++++++++
 sysutils/fam/patches/patch-ad |  13 +++++++++++++
 3 files changed, 49 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 118f2166a830 -r c0df67bc4321 sysutils/fam/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/fam/patches/patch-aa     Sun Mar 28 22:01:54 2004 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-aa,v 1.4 2004/03/28 22:01:54 minskim Exp $
+
+--- configure.ac.orig  2003-11-26 13:47:59.000000000 -0600
++++ configure.ac
+@@ -31,7 +31,7 @@ AC_CHECK_LIB([rpcsvc], [pmap_set])
+ # Checks for header files.
+ AC_HEADER_STDC
+ AC_HEADER_DIRENT
+-AC_CHECK_HEADERS([fcntl.h limits.h linux/imon.h netinet/in.h rpc/rpc.h rpcsvc/mount.h stddef.h stdlib.h string.h syslog.h sys/imon.h sys/param.h sys/select.h sys/statvfs.h sys/syssgi.h sys/time.h 
sys/types.h sys/un.h unistd.h])
++AC_CHECK_HEADERS([fcntl.h limits.h linux/imon.h netinet/in.h rpc/rpc.h rpcsvc/mount.h stddef.h stdlib.h string.h syslog.h sys/imon.h sys/param.h sys/select.h sys/statvfs.h sys/syssgi.h sys/time.h 
sys/types.h sys/un.h unistd.h mntent.h sys/sysmacros.h])
+ 
+ if test "$have_sys_imon_h"; then
+       MONITOR_FUNCS=IMonIRIX
+@@ -51,7 +51,8 @@ AC_C_INLINE
+ AC_TYPE_PID_T
+ AC_TYPE_SIZE_T
+ AC_HEADER_TIME
+-AC_CHECK_MEMBERS(struct sockaddr.sa_len, struct sockaddr_un.sun_len)
++AC_CHECK_MEMBERS(struct sockaddr.sa_len,,,[#include <sys/socket.h>])
++AC_CHECK_MEMBERS(struct sockaddr_un.sun_len,,,[#include <sys/un.h>])
+ 
+ # Checks for library functions.
+ AC_FUNC_ERROR_AT_LINE
diff -r 118f2166a830 -r c0df67bc4321 sysutils/fam/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/fam/patches/patch-ac     Sun Mar 28 22:01:54 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.4 2004/03/28 22:01:54 minskim Exp $
+
+--- conf/Makefile.in.orig      2004-03-21 12:13:33.000000000 -0600
++++ conf/Makefile.in
+@@ -25,7 +25,7 @@ bindir = @bindir@
+ sbindir = @sbindir@
+ libexecdir = @libexecdir@
+ datadir = @datadir@
+-sysconfdir = @sysconfdir@
++sysconfdir = @datadir@/examples/@PACKAGE@
+ sharedstatedir = @sharedstatedir@
+ localstatedir = @localstatedir@
+ libdir = @libdir@
diff -r 118f2166a830 -r c0df67bc4321 sysutils/fam/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/fam/patches/patch-ad     Sun Mar 28 22:01:54 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.4 2004/03/28 22:01:54 minskim Exp $
+
+--- src/NFSFileSystem.c++.orig 2003-01-18 08:18:12.000000000 -0600
++++ src/NFSFileSystem.c++
+@@ -24,7 +24,7 @@
+ #include "NFSFileSystem.h"
+ 
+ #include <assert.h>
+-#include <mntent.h>
++#include "fam-mntent.h"
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>



Home | Main Index | Thread Index | Old Index