cvs commit: ports/multimedia/mythtv/files patch-libs__libmythfreemheg__Programs.cpp ports/multimedia/mythtv-frontend/files patch-libs__libmythfreemheg__Programs.cpp

Bernhard Froehlich decke at FreeBSD.org
Fri May 14 19:13:51 UTC 2010


decke       2010-05-14 19:13:51 UTC

  FreeBSD ports repository

  Added files:
    multimedia/mythtv/files 
                            patch-libs__libmythfreemheg__Programs.cpp 
    multimedia/mythtv-frontend/files 
                                     patch-libs__libmythfreemheg__Programs.cpp 
  Log:
  - Fix mythtv on CURRENT after r203862
  
  The commit r203862 indirectly broke mythtv because until
  that time the missing include of <sys/types.h> caused
  that mythtv used gettimeofday(2) instead of ftime(3) and
  nobody noticed that building with ftime is broken in
  mythtv.
  
  So instead of repairing the deprecated ftime usage I've
  removed it and use the gettimeofday fallback as it was
  until now but by pure intention now.
  
  Approved by:    beat (co-mentor)
  Reported by:    pointyhat via erwin
  
  Revision  Changes    Path
  1.3       +13 -0     ports/multimedia/mythtv-frontend/files/patch-libs__libmythfreemheg__Programs.cpp (new)
  1.3       +13 -0     ports/multimedia/mythtv/files/patch-libs__libmythfreemheg__Programs.cpp (new)


More information about the cvs-all mailing list