CVS log for ports/devel/stlport/files/Attic/patch-stlport::stl::_bvector.h
Up to [FreeBSD] / ports / devel / stlport / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3
Sun Dec 23 17:00:36 2007 UTC (4 years, 1 month ago) by thierry
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.2: +0 -0 lines
Upgrade to 5.1.4 and unbreak. Changelog at <https://sourceforge.net/project/shownotes.php?group_id=146814&release_id=544939> PR: ports/118372 Submitted by: Vaclav Haisman <v.haisman (at) sh.cvut.cz>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Nov 20 16:03:49 2004 UTC (7 years, 2 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_4_EOL, RELEASE_4_11_0, PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
- Update to 4.6.2 PR: ports/73604 Submitted by: Sepherosa Ziehau <sepherosa@softhome.net> Approved by: maintainer timeout (2 weeks)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Oct 5 08:29:55 2003 UTC (8 years, 4 months ago) by netchild
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_10_0
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
