cvs commit: ports/Tools/portbuild/scripts processonelog

Mark Linimon linimon at FreeBSD.org
Wed Jan 20 09:08:55 UTC 2010


linimon     2010-01-20 09:08:55 UTC

  FreeBSD ports repository

  Modified files:
    Tools/portbuild/scripts processonelog 
  Log:
  Add some new error cases to handle regressions in -current.  (Not yet
  analyzed for how much they will slow this script down; consider this a
  rush-job.)
  
   - dirent denotes some change in the usage of dirent.h.
   - termios denotes the deprecation of <sys/termios.h>.
   - uname denotes the hiding of the uname symbol.  This has been backed
     out in src so let's hope this case can go away soon.
   - utmp_x denotes the replacement of utmp.h with utmpx.h.
  
  Together these catch ~150 new errors on i386-9.  However, there are more
  that are not caught (second-order effects.)
  
  Revision  Changes    Path
  1.28      +15 -1     ports/Tools/portbuild/scripts/processonelog


More information about the cvs-ports mailing list