Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 2010 19:13:51 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/multimedia/mythtv/files patch-libs__libmythfreemheg__Programs.cpp ports/multimedia/mythtv-frontend/files patch-libs__libmythfreemheg__Programs.cpp
Message-ID:  <201005141913.o4EJDpFM050039@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005141913.o4EJDpFM050039>