]> git.pld-linux.org Git - packages/fam.git/commitdiff
- updated to 2.7.0
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 30 Jun 2005 12:16:16 +0000 (12:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fam-cleanup.patch -> 1.2
    fam-dnotify.patch -> 1.4
    fam-gcc34.patch -> 1.2

fam-cleanup.patch
fam-dnotify.patch
fam-gcc34.patch

index 711ccd8c42277f0d58c2473752033f8c45c5fda3..176e95e34d4e78541b0dbcc71d68077862512d0e 100644 (file)
@@ -1,5 +1,5 @@
---- fam-2.6.7/fam/Listener.c++.cleanup Mon Dec 17 20:03:37 2001
-+++ fam-2.6.7/fam/Listener.c++ Tue Jan 15 11:44:45 2002
+--- fam-2.6.7/src/Listener.c++.cleanup Mon Dec 17 20:03:37 2001
++++ fam-2.6.7/src/Listener.c++ Tue Jan 15 11:44:45 2002
 @@ -287,10 +287,18 @@
      //  Keep the scheduler from helpfully cleaning this up.
      Scheduler::remove_onetime_task(cleanup_negotiation, nc);
@@ -20,8 +20,8 @@
      // We don't need a reference to this object.  The constructor
      // takes care of registering it with the Scheduler.
  
---- fam-2.6.7/fam/LocalClient.c++.cleanup      Mon Dec 17 20:03:37 2001
-+++ fam-2.6.7/fam/LocalClient.c++      Tue Jan 15 11:43:04 2002
+--- fam-2.6.7/src/LocalClient.c++.cleanup      Mon Dec 17 20:03:37 2001
++++ fam-2.6.7/src/LocalClient.c++      Tue Jan 15 11:43:04 2002
 @@ -29,17 +29,12 @@
  #include "Log.h"
  #include "Cred.h"
@@ -41,8 +41,8 @@
 -    if (geteuid() != cred.uid()) cred.become_user();
 -    unlink(sun.sun_path);
  }
---- fam-2.6.7/fam/LocalClient.h.cleanup        Mon Dec 17 20:03:37 2001
-+++ fam-2.6.7/fam/LocalClient.h        Tue Jan 15 11:43:04 2002
+--- fam-2.6.7/src/LocalClient.h.cleanup        Mon Dec 17 20:03:37 2001
++++ fam-2.6.7/src/LocalClient.h        Tue Jan 15 11:43:04 2002
 @@ -33,13 +33,8 @@
  
  public:
index bfcc48017750441dbcf80d1560479a3f84ae6bf3..a73b5d5767ac7d953d4f90b73a193257c7c3fd49 100644 (file)
@@ -1,5 +1,5 @@
 --- /dev/null  2003-09-15 15:40:47.000000000 +0200
-+++ fam-2.6.10/fam/DNotify.c++ 2004-02-04 11:13:04.000000000 +0100
++++ fam-2.6.10/src/DNotify.c++ 2004-02-04 11:13:04.000000000 +0100
 @@ -0,0 +1,655 @@
 +//  Copyright (C) 2001 Red Hat, Inc.  All Rights Reserved.
 +//  Copyright (C) 1999 Silicon Graphics, Inc.  All Rights Reserved.
 +}
 +
 --- /dev/null  2003-09-15 15:40:47.000000000 +0200
-+++ fam-2.6.10/fam/DNotify.h   2004-02-03 18:30:26.000000000 +0100
++++ fam-2.6.10/src/DNotify.h   2004-02-03 18:30:26.000000000 +0100
 @@ -0,0 +1,98 @@
 +//  Copyright (C) 2001 Red Hat, Inc.  All Rights Reserved.
 +//  Copyright (C) 1999 Silicon Graphics, Inc.  All Rights Reserved.
 +#endif /* !IMon_included */
 +
 +
---- fam-2.6.10/fam/IMon.h.dnotify      2003-04-15 06:21:34.000000000 +0200
-+++ fam-2.6.10/fam/IMon.h      2004-02-03 18:30:26.000000000 +0100
+--- fam-2.6.10/src/IMon.h.dnotify      2003-04-15 06:21:34.000000000 +0200
++++ fam-2.6.10/src/IMon.h      2004-02-03 18:30:26.000000000 +0100
 @@ -24,10 +24,7 @@
  #define IMon_included
  
      //  Class Variables
  
      static int imonfd;
---- fam-2.6.10/fam/Interest.c++.dnotify        2003-04-15 06:21:34.000000000 +0200
-+++ fam-2.6.10/fam/Interest.c++        2004-02-03 18:30:26.000000000 +0100
+--- fam-2.6.10/src/Interest.c++.dnotify        2003-04-15 06:21:34.000000000 +0200
++++ fam-2.6.10/src/Interest.c++        2004-02-03 18:30:26.000000000 +0100
 @@ -43,12 +43,21 @@
  #include "Event.h"
  #include "FileSystem.h"
                p->scan();
            }
        }
---- fam-2.6.10/fam/Interest.h.dnotify  2003-04-15 06:21:34.000000000 +0200
-+++ fam-2.6.10/fam/Interest.h  2004-02-03 18:30:26.000000000 +0100
+--- fam-2.6.10/src/Interest.h.dnotify  2003-04-15 06:21:34.000000000 +0200
++++ fam-2.6.10/src/Interest.h  2004-02-03 18:30:26.000000000 +0100
 @@ -32,7 +32,7 @@
  
  class Event;
      static Interest *hashtable[HASHSIZE];
      static bool xtab_verification;
  
---- fam-2.6.10/fam/Makefile.am.dnotify 2003-04-15 06:21:26.000000000 +0200
-+++ fam-2.6.10/fam/Makefile.am 2004-02-03 18:30:26.000000000 +0100
+--- fam-2.6.10/src/Makefile.am.dnotify 2003-04-15 06:21:26.000000000 +0200
++++ fam-2.6.10/src/Makefile.am 2004-02-03 18:30:26.000000000 +0100
 @@ -3,6 +3,12 @@
- bin_PROGRAMS = fam
- sysconf_DATA = fam.conf
+ sbin_PROGRAMS = famd
  
 +if USE_DNOTIFY
 +DNOTIFY_FILES = DNotify.c++
 +DNOTIFY_FILES =
 +endif
 +
- fam_SOURCES = \
+ famd_SOURCES = \
    Activity.c++ \
    Activity.h \
 @@ -20,6 +26,7 @@
    Pollster.c++ \
    Pollster.h \
    Request.h \
-@@ -72,9 +80,10 @@
+@@ -72,7 +80,8 @@
    main.c++ \
    timeval.c++ \
    timeval.h \
--  @IMON_FUNCS@.c++
-+  @IMON_FUNCS@.c++ \
+-  @MONITOR_FUNCS@.c++
++  @MONITOR_FUNCS@.c++ \
 +  $(DNOTIFY_FILES)
  
--EXTRA_fam_SOURCES = IMonIrix.c++ IMonLinux.c++ IMonNone.c++
-+EXTRA_fam_SOURCES = IMonIrix.c++ IMonLinux.c++ IMonNone.c++ DNotify.c++
- fam_LDADD = -lrpcsvc $(top_srcdir)/support/libsupport.a
+-EXTRA_famd_SOURCES = IMonIrix.c++ IMonLinux.c++ IMonNone.c++
++EXTRA_famd_SOURCES = IMonIrix.c++ IMonLinux.c++ IMonNone.c++ DNotify.c++
  
 --- /dev/null  2003-09-15 15:40:47.000000000 +0200
-+++ fam-2.6.10/fam/Monitor.h   2004-02-03 18:30:26.000000000 +0100
++++ fam-2.6.10/src/Monitor.h   2004-02-03 18:30:26.000000000 +0100
 @@ -0,0 +1,57 @@
 +//  Copyright (C) 2001 Red Hat, Inc.  All Rights Reserved.
 +//  Copyright (C) 1999 Silicon Graphics, Inc.  All Rights Reserved.
      assert(!rp || rp->n >= fanout / 2);
      assert(!lp || lp->n >= fanout / 2);
  
---- fam-2.6.10/acconfig.h.dnotify      2003-04-15 06:20:36.000000000 +0200
-+++ fam-2.6.10/acconfig.h      2004-02-03 18:30:26.000000000 +0100
-@@ -17,6 +17,9 @@
- /*  Define if the system has imon and IMONIOC_ ioctl flags.  */
- #undef HAVE_IMON
-+/*  Define if the system has the dnotify fcntl and it's gonna be used.  */
-+#undef USE_DNOTIFY
-+
- /*  Define if the system has the struct revokdi and the IMONIOC_REVOKDI
- **  ioctl flag.  (IRIX 5.3 doesn't.)
- */
---- fam-2.6.10/configure.in.dnotify    2003-04-15 08:05:00.000000000 +0200
-+++ fam-2.6.10/configure.in    2004-02-03 18:30:26.000000000 +0100
+--- fam-2.6.10/configure.ac.dnotify    2003-04-15 08:05:00.000000000 +0200
++++ fam-2.6.10/configure.ac    2004-02-03 18:30:26.000000000 +0100
 @@ -100,6 +100,24 @@
- dnl AC_CHECK_HEADERS(fcntl.h limits.h sys/time.h syslog.h unistd.h)
+ 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])
  
- dnl
++dnl
 +dnl  Test for the linux dnotify fcntl
 +dnl
 +AC_MSG_CHECKING([for dnotify fcntl support])
 +CPPFLAGS="$pango_save_cppflags"
 +AC_MSG_RESULT($have_dnotify)
 +
-+dnl
- dnl  See if imon is available; if so, is it IRIX or Linux?
- dnl
- if test `uname` = 'IRIX' || test `uname` = 'IRIX64'; then
-@@ -122,11 +140,17 @@
- if test "$have_imon" != "yes"; then
-     have_imon=no
-     AC_DEFINE(HAVE_IMON, 0)
-+    if test "$have_dnotify" = "yes"; then
-+        AC_DEFINE(USE_DNOTIFY)
-+      use_dnotify=true
-+    fi
-     IMON_FUNCS=IMonNone
+ if test "$have_sys_imon_h"; then
+       MONITOR_FUNCS=IMonIRIX
+ elif test "$have_linux_imon_h"; then
+@@ -122,9 +140,14 @@
+ elif test "$have_linux_imon_h"; then
+       MONITOR_FUNCS=IMonLinux
+ else
++      if test "$have_dnotify" = "yes"; then
++              use_dnotify=true
++              AC_DEFINE([USE_DNOTIFY], [1], [Define if the system has the dnotify fcntl and it's gonna be used.])
++      fi
+       MONITOR_FUNCS=IMonNone
  fi
+ AC_SUBST(MONITOR_FUNCS)
 +AM_CONDITIONAL(USE_DNOTIFY, $use_dnotify)
- AC_SUBST(IMON_FUNCS)
- echo "Using imon support module $IMON_FUNCS"
-+
- AC_CHECK_HEADER(sys/statvfs.h, [AC_DEFINE(HAVE_STATVFS, 1) have_statvfs="yes"], [AC_DEFINE(HAVE_STATVFS, 0) have_statvfs="no"])
- AC_CHECK_HEADER(sys/syssgi.h,  AC_DEFINE(HAVE_SYSSGI,  1), AC_DEFINE(HAVE_SYSSGI,  0))
- AC_CHECK_HEADER(sys/fs/nfs_clnt.h, AC_DEFINE(HAVE_SYS_FS_NFS_CLNT_H, 1), AC_DEFINE(HAVE_SYS_FS_NFS_CLNT_H, 0))
-@@ -570,7 +594,7 @@
- dnl 
- dnl  fam is a good deal less interesting without imon.
- dnl 
--if test "$have_imon" != 'yes'; then
-+if test "$have_imon" != 'yes' -a "$have_dnotify" != 'yes'; then
-     cat << EOF
  
-   ******************************************************************
+ # Checks for typedefs, structures, and compiler characteristics.
+ AC_HEADER_STDBOOL
index 2da8d09312d9e20924f09c5fac09dd1412f4a684..9d7deaf9c38d47db83d38e9b27d69dbce99f810e 100644 (file)
@@ -1,6 +1,6 @@
-diff -uNr fam-2.6.10.orig/fam/DNotify.c++ fam-2.6.10/fam/DNotify.c++
---- fam-2.6.10.orig/fam/DNotify.c++    2004-02-17 12:56:54.000000000 +0100
-+++ fam-2.6.10/fam/DNotify.c++ 2004-02-17 13:00:18.321654784 +0100
+diff -uNr fam-2.6.10.orig/src/DNotify.c++ fam-2.6.10/src/DNotify.c++
+--- fam-2.6.10.orig/src/DNotify.c++    2004-02-17 12:56:54.000000000 +0100
++++ fam-2.6.10/src/DNotify.c++ 2004-02-17 13:00:18.321654784 +0100
 @@ -37,7 +37,7 @@
  #include "Interest.h"
  #include "Log.h"
@@ -10,9 +10,9 @@ diff -uNr fam-2.6.10.orig/fam/DNotify.c++ fam-2.6.10/fam/DNotify.c++
  
  
  int DNotify::pipe_write_fd = -2;
-diff -uNr fam-2.6.10.orig/fam/IMon.c++ fam-2.6.10/fam/IMon.c++
---- fam-2.6.10.orig/fam/IMon.c++       2003-04-15 06:21:31.000000000 +0200
-+++ fam-2.6.10/fam/IMon.c++    2004-02-17 12:59:53.667402800 +0100
+diff -uNr fam-2.6.10.orig/src/IMon.c++ fam-2.6.10/src/IMon.c++
+--- fam-2.6.10.orig/src/IMon.c++       2003-04-15 06:21:31.000000000 +0200
++++ fam-2.6.10/src/IMon.c++    2004-02-17 12:59:53.667402800 +0100
 @@ -42,7 +42,7 @@
  #include "Interest.h"
  #include "Log.h"
@@ -22,78 +22,9 @@ diff -uNr fam-2.6.10.orig/fam/IMon.c++ fam-2.6.10/fam/IMon.c++
  
  int              IMon::imonfd = -2;
  IMon::EventHandler IMon::ehandler = NULL;
-diff -uNr fam-2.6.10.orig/fam/SmallTable.h fam-2.6.10/fam/SmallTable.h
---- fam-2.6.10.orig/fam/SmallTable.h   2003-04-15 06:21:43.000000000 +0200
-+++ fam-2.6.10/fam/SmallTable.h        2004-02-17 12:56:54.985566568 +0100
-@@ -98,7 +98,7 @@
- }
- template <class Tkey, class Tvalue>
--SmallTable<Tkey, Tvalue>::Closure
-+typename SmallTable<Tkey, Tvalue>::Closure
- SmallTable<Tkey, Tvalue>::position(const Tkey& key) const
- {
-     unsigned l = 0, r = n;
-diff -uNr fam-2.6.10.orig/include/BTree.h fam-2.6.10/include/BTree.h
---- fam-2.6.10.orig/include/BTree.h    2004-02-17 13:02:07.000000000 +0100
-+++ fam-2.6.10/include/BTree.h 2004-02-17 12:56:54.986566416 +0100
-@@ -236,7 +236,7 @@
- //  to the right and returns them.
- template <class Key, class Value>
--BTree<Key, Value>::Closure
-+typename BTree<Key, Value>::Closure
- BTree<Key, Value>::Node::remove(unsigned j)
- {
-     Key k = key[j];
-@@ -348,7 +348,7 @@
- }
- template <class Key, class Value>
--BTree<Key, Value>::Closure
-+typename BTree<Key, Value>::Closure
- BTree<Key, Value>::Node::next(const Key& pred) const
- {
-     if (!this)
-@@ -404,7 +404,7 @@
- //  nodes as necessary on the way back.
- template <class Key, class Value>
--BTree<Key, Value>::Closure
-+typename BTree<Key, Value>::Closure
- BTree<Key, Value>::insert(Node *p, const Key& key, const Value& value)
- {
-     if (!p) return Closure(key, value, 0);
-@@ -499,7 +499,7 @@
- //  Returns UNDER if node p is too small afterward, OK otherwise.
- template <class Key, class Value>
--BTree<Key, Value>::Status
-+typename BTree<Key, Value>::Status
- BTree<Key, Value>::underflow(Node *p, unsigned i)
- {
-     assert(p);
-@@ -557,7 +557,7 @@
- template <class Key, class Value>
--BTree<Key, Value>::Closure
-+typename BTree<Key, Value>::Closure
- BTree<Key, Value>::remove_rightmost(Node *p)
- {
-     int i = p->n;
-@@ -587,7 +587,7 @@
- //  back up.
- template <class Key, class Value>
--BTree<Key, Value>::Status
-+typename BTree<Key, Value>::Status
- BTree<Key, Value>::remove(Node *p, const Key& key)
- {
-     if (!p)
-diff -uNr fam-2.6.10.orig/libfam/Client.c++ fam-2.6.10/libfam/Client.c++
---- fam-2.6.10.orig/libfam/Client.c++  2003-04-15 06:21:25.000000000 +0200
-+++ fam-2.6.10/libfam/Client.c++       2004-02-17 12:56:54.987566264 +0100
+diff -uNr fam-2.6.10.orig/lib/Client.c++ fam-2.6.10/lib/Client.c++
+--- fam-2.6.10.orig/lib/Client.c++     2003-04-15 06:21:25.000000000 +0200
++++ fam-2.6.10/lib/Client.c++  2004-02-17 12:56:54.987566264 +0100
 @@ -34,7 +34,8 @@
  #include <syslog.h>
  #include <errno.h>
This page took 0.089488 seconds and 4 git commands to generate.