From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 20 04:40:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D0D216A4BF for ; Wed, 20 Aug 2003 04:40:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E63EF43F85 for ; Wed, 20 Aug 2003 04:40:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7KBeDUp008613 for ; Wed, 20 Aug 2003 04:40:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7KBeDiF008612; Wed, 20 Aug 2003 04:40:13 -0700 (PDT) Date: Wed, 20 Aug 2003 04:40:13 -0700 (PDT) Message-Id: <200308201140.h7KBeDiF008612@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Simon Barner Subject: Re: ports/55783: [patch] fix port devel/spirit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simon Barner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2003 11:40:14 -0000 The following reply was made to PR ports/55783; it has been noted by GNATS. From: Simon Barner To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/55783: [patch] fix port devel/spirit Date: Wed, 20 Aug 2003 13:30:47 +0200 > >Fix: > patch-boost::spirit::impl::primitives.ipp Sorry, my first version was really ... Please use this one instead: --- boost/spirit/impl/primitives.ipp.orig Thu Nov 15 12:57:25 2001 +++ boost/spirit/impl/primitives.ipp Wed Aug 20 13:22:25 2003 @@ -284,7 +284,8 @@ // // On some systems the is* functions are defined as macros -#if defined(_MSC_VER) || _STLPORT_VERSION >= 0x450 +#if defined(_MSC_VER) || _STLPORT_VERSION >= 0x450 || \ + (defined(__GNUC__) && __GNUC__ >= 3) // is* functions already setup #else #ifndef isalnum