cvs commit: ports/devel/gamin Makefile ports/devel/gamin/files patch-server_gam_kqueue.c

Joe Marcus Clarke marcus at FreeBSD.org
Wed Apr 6 18:18:25 PDT 2005


marcus      2005-04-07 01:18:24 UTC

  FreeBSD ports repository

  Modified files:
    devel/gamin          Makefile 
    devel/gamin/files    patch-server_gam_kqueue.c 
  Log:
  * When a file monitored with kqueue is moved or removed, gamin does
    not monitor it anymore. The patch fixes the issue by adding
    moved/removed files to the exist_list, so that gamin detects when
    they are recreated
  * No CHANGED event is emitted for the files contained in a monitored
    directory, because kqueue can't do that. The patch adds periodic
    polling for these files
  * Instead of calling kevent() every second, the patch uses an I/O
    watch (g_io_add_watch())
  
  PR:             79605
  Submitted by:   Jean-Yves Lefort <jylefort at brutele.be>
  
  Revision  Changes    Path
  1.2       +1 -1      ports/devel/gamin/Makefile
  1.2       +188 -104  ports/devel/gamin/files/patch-server_gam_kqueue.c


More information about the cvs-ports mailing list