Date: Sun, 5 Oct 2003 01:29:55 -0700 (PDT) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/stlport Makefile ports/devel/stlport/files patch-stlport::stl::_bvector.h Message-ID: <200310050829.h958Tt5C087943@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310050829.h958Tt5C087943>
