cvs commit: ports/multimedia/dvbcut Makefile ports/multimedia/dvbcut/files patch-ChangeLog patch-SConscript patch-SConstruct patch-buffer.cpp patch-buffer.h patch-defines.h patch-dvbcut.cpp patch-dvbcut.h patch-index.cpp patch-index.h patch-mpegmuxer.cpp ...

Stefan Esser se at FreeBSD.org
Tue Apr 10 18:23:50 UTC 2007


se          2007-04-10 18:23:49 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/dvbcut    Makefile 
    multimedia/dvbcut/files patch-SConstruct patch-defines.h 
                            patch-index.h 
  Added files:
    multimedia/dvbcut/files patch-ChangeLog patch-SConscript 
                            patch-buffer.cpp patch-buffer.h 
                            patch-dvbcut.cpp patch-dvbcut.h 
                            patch-index.cpp patch-mpegmuxer.cpp 
                            patch-mpgfile.cpp patch-mpgfile.h 
                            patch-port.h patch-psfile.cpp 
                            patch-settings.cpp patch-settings.h 
                            patch-stream.h patch-streamdata.cpp 
                            patch-streamdata.h 
                            patch-streamhandle.h patch-tsfile.cpp 
                            patch-types.h 
  Log:
  Update the port to the latest available sources from SVN (r25) as suggested
  by Rick C. Petty. This is achieved by patches that update all the affected
  files (ignoring the "import" sub-directory, which is not used for the port)
  to match the versions in SVN.
  
  These patches do also include a fix for the Scons incompatibility that caused
  the port to be broken for some time.
  
  Thanks go to Rick C. Petty for bringing the SVN version to my attention and
  his effort to get the port fixed.
  
  Revision  Changes    Path
  1.4       +1 -2      ports/multimedia/dvbcut/Makefile
  1.1       +73 -0     ports/multimedia/dvbcut/files/patch-ChangeLog (new)
  1.1       +17 -0     ports/multimedia/dvbcut/files/patch-SConscript (new)
  1.2       +32 -0     ports/multimedia/dvbcut/files/patch-SConstruct
  1.1       +105 -0    ports/multimedia/dvbcut/files/patch-buffer.cpp (new)
  1.1       +48 -0     ports/multimedia/dvbcut/files/patch-buffer.h (new)
  1.2       +11 -4     ports/multimedia/dvbcut/files/patch-defines.h
  1.1       +387 -0    ports/multimedia/dvbcut/files/patch-dvbcut.cpp (new)
  1.1       +20 -0     ports/multimedia/dvbcut/files/patch-dvbcut.h (new)
  1.1       +261 -0    ports/multimedia/dvbcut/files/patch-index.cpp (new)
  1.2       +31 -0     ports/multimedia/dvbcut/files/patch-index.h
  1.1       +77 -0     ports/multimedia/dvbcut/files/patch-mpegmuxer.cpp (new)
  1.1       +199 -0    ports/multimedia/dvbcut/files/patch-mpgfile.cpp (new)
  1.1       +27 -0     ports/multimedia/dvbcut/files/patch-mpgfile.h (new)
  1.1       +30 -0     ports/multimedia/dvbcut/files/patch-port.h (new)
  1.1       +22 -0     ports/multimedia/dvbcut/files/patch-psfile.cpp (new)
  1.1       +116 -0    ports/multimedia/dvbcut/files/patch-settings.cpp (new)
  1.1       +65 -0     ports/multimedia/dvbcut/files/patch-settings.h (new)
  1.1       +11 -0     ports/multimedia/dvbcut/files/patch-stream.h (new)
  1.1       +96 -0     ports/multimedia/dvbcut/files/patch-streamdata.cpp (new)
  1.1       +32 -0     ports/multimedia/dvbcut/files/patch-streamdata.h (new)
  1.1       +21 -0     ports/multimedia/dvbcut/files/patch-streamhandle.h (new)
  1.1       +62 -0     ports/multimedia/dvbcut/files/patch-tsfile.cpp (new)
  1.1       +35 -0     ports/multimedia/dvbcut/files/patch-types.h (new)


More information about the cvs-ports mailing list