cvs commit: ports/devel/stlport Makefile ports/devel/stlport/files patch-stlport::stl::_bvector.h

Alexander Leidinger netchild at FreeBSD.org
Sun Oct 5 01:29:56 PDT 2003


netchild    2003/10/05 01:29:55 PDT

  FreeBSD ports repository

  Modified files:
    devel/stlport        Makefile 
    devel/stlport/files  patch-stlport::config::stl_gcc.h 
                         patch-stlport::cwchar 
  Added files:
    devel/stlport/files  patch-stlport::stl::_bvector.h 
  Log:
  Fix stlport:
  ---snip---
  The patch is tested (and works) on FreeBSD/i386 -stable and -current with
  GCC. Although there are no ICC-specific changes I verified that it doesn't
  break lang/stlport-icc.
  On FreeBSD/alpha and FreeBSD/sparc64 -current lang/stlport compiles with
  this patch however the exception handling test fails. On alpha this looks
  like a GCC-bug, on sparc64 it could be also a bug in FreeBSD however GCC
  is known to have bugs there.
  The patch has also a small fix for the Makefile of the port to allow
  concurrent buils with `make -jX`.
  The wchar-related part of the patch (which is also needed to fix
  compilation on -current) is obtained from the STLport CVS repository.
  ---snip---
  
  PR:             57267
  Submitted by:   Marius Strobl <marius at alchemy.franken.de>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.27      +1 -1      ports/devel/stlport/Makefile
  1.3       +32 -3     ports/devel/stlport/files/patch-stlport::config::stl_gcc.h
  1.3       +0 -22     ports/devel/stlport/files/patch-stlport::cwchar
  1.1       +12 -0     ports/devel/stlport/files/patch-stlport::stl::_bvector.h (new)


More information about the cvs-all mailing list