CVS log for ports/devel/stlport/files/Attic/patch-stlport::cwchar
Up to [FreeBSD] / ports / devel / stlport / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4
Sun Oct 5 12:40:04 2003 UTC (8 years, 4 months ago) by netchild
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.3: +0 -0 lines
I forgot to remove the now empty cwchar patch in my last commit... Reminded by: Marius Strobl <marius@alchemy.franken.de>
Revision 1.3: 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
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -22 lines
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 1.2: download - view: text, markup, annotated - select for diffs
Tue Sep 17 12:52:06 2002 UTC (9 years, 4 months ago) by netchild
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_5_0_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_7_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Patch to be able to make a slave port for Intels C/C++ compiler. Submitted by: marius@alchemy.franken.de Approved by: Paul Marquis <pmarquis@pobox.com> (maintainer)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jun 6 21:47:30 2002 UTC (9 years, 8 months ago) by mbr
Branches: MAIN
Fix compile for gcc3. On CURRENT, the exception tests are failing. This works fine on STABLE with gcc3. This is also the reason for the non working Openoffice port, which depends on this port.
