CVS log for ports/devel/stlport/files/Attic/patch-stlport::config::stl_gcc.h
Up to [FreeBSD] / ports / devel / stlport / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6
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.5: +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.5: download - view: text, markup, annotated - select for diffs
Sun Dec 12 23:32:32 2004 UTC (7 years, 1 month ago) by sem
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.4: preferred, colored
Changes since revision 1.4: +6 -7 lines
- Utilize a new gcc feature PR: ports/74550 Submitted by: Sepherosa Ziehau <sepherosa(at)softhome.net>
Revision 1.4: 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
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +30 -31 lines
- Update to 4.6.2 PR: ports/73604 Submitted by: Sepherosa Ziehau <sepherosa@softhome.net> Approved by: maintainer timeout (2 weeks)
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
CVS tags: RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_10_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +32 -3 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 Jun 25 14:19:45 2002 UTC (9 years, 7 months ago) by ijliao
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
style cleanups remove *.orig to make PLIST right PR: 39838 Submitted by: 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.
