From owner-cvs-all@FreeBSD.ORG Sun Oct 5 01:29:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13A1616A4B3; Sun, 5 Oct 2003 01:29:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B44B43FB1; Sun, 5 Oct 2003 01:29:55 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h958TtXJ087944; Sun, 5 Oct 2003 01:29:55 -0700 (PDT) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h958Tt5C087943; Sun, 5 Oct 2003 01:29:55 -0700 (PDT) (envelope-from netchild) Message-Id: <200310050829.h958Tt5C087943@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 5 Oct 2003 01:29:55 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/stlport Makefile ports/devel/stlport/files patch-stlport::stl::_bvector.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 08:29:56 -0000 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 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)