cvs commit: ports/sysutils Makefile ports/sysutils/mcelog Makefile
 distinfo pkg-descr pkg-message ports/sysutils/mcelog/files
 memstream.c patch-Makefile patch-cache.c patch-client.c
 patch-config.c patch-eventloop.c patch-intel.c patch-mcelog.c ...
    Ryan Steinmetz 
    zi at FreeBSD.org
       
    Sat Oct 15 02:53:31 UTC 2011
    
    
  
zi          2011-10-15 02:53:31 UTC
  FreeBSD ports repository
  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/mcelog      Makefile distinfo pkg-descr pkg-message 
    sysutils/mcelog/files memstream.c patch-Makefile patch-cache.c 
                          patch-client.c patch-config.c 
                          patch-eventloop.c patch-intel.c 
                          patch-mcelog.c patch-mcelog.h 
                          patch-memdb.c patch-p4.c patch-server.c 
                          patch-tsc.c 
  Log:
  New port: sysutils/mcelog
  
  mcelog processes machine checks (in particular memory and CPU
  hardware errors) on modern x86-based unix systems and
  produces human-readable output.
  
  FreeBSD conversion patches were originally written by John
  Baldwin <jhb at freebsd.org> and later incorporated into this
  port.
  
  WWW: http://mcelog.org/
  
  PR:             ports/161395
  Submitted by:   Jeremy Chadwick <freebsd at jdc.parodius.com>
  
  Revision  Changes    Path
  1.1327    +1 -0      ports/sysutils/Makefile
  1.1       +38 -0     ports/sysutils/mcelog/Makefile (new)
  1.1       +2 -0      ports/sysutils/mcelog/distinfo (new)
  1.1       +133 -0    ports/sysutils/mcelog/files/memstream.c (new)
  1.1       +48 -0     ports/sysutils/mcelog/files/patch-Makefile (new)
  1.1       +26 -0     ports/sysutils/mcelog/files/patch-cache.c (new)
  1.1       +20 -0     ports/sysutils/mcelog/files/patch-client.c (new)
  1.1       +34 -0     ports/sysutils/mcelog/files/patch-config.c (new)
  1.1       +38 -0     ports/sysutils/mcelog/files/patch-eventloop.c (new)
  1.1       +21 -0     ports/sysutils/mcelog/files/patch-intel.c (new)
  1.1       +680 -0    ports/sysutils/mcelog/files/patch-mcelog.c (new)
  1.1       +25 -0     ports/sysutils/mcelog/files/patch-mcelog.h (new)
  1.1       +12 -0     ports/sysutils/mcelog/files/patch-memdb.c (new)
  1.1       +13 -0     ports/sysutils/mcelog/files/patch-p4.c (new)
  1.1       +79 -0     ports/sysutils/mcelog/files/patch-server.c (new)
  1.1       +95 -0     ports/sysutils/mcelog/files/patch-tsc.c (new)
  1.1       +15 -0     ports/sysutils/mcelog/pkg-descr (new)
  1.1       +7 -0      ports/sysutils/mcelog/pkg-message (new)
    
    
More information about the cvs-all
mailing list