Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Feb 2005 13:16:40 +0100
From:      Kirill Ponomarew <krion@voodoo.oberon.net>
To:        Edwin Groothuis <edwin@mavetju.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/76489 - [patch] introduce bsd.gcc.mk and USE_GCC=foo+
Message-ID:  <20050203121640.GA5151@voodoo.oberon.net>
In-Reply-To: <200501312240.j0VMeQHx034939@freefall.freebsd.org>
References:  <200501312240.j0VMeQHx034939@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 31, 2005 at 10:40:26PM +0000, Edwin Groothuis wrote:
> The following reply was made to PR ports/76489; it has been noted by GNATS.
> 
> From: Edwin Groothuis <edwin@mavetju.org>
> To: freebsd-gnats-submit@FreeBSD.org
> Cc:  
> Subject: Re: ports/76489 - [patch] introduce bsd.gcc.mk and USE_GCC=foo+
> Date: Tue, 1 Feb 2005 09:30:04 +1100
> 
>  Add support for gcc 4.0, as noted by user feedback.
>  
>  --- bsd.gcc.mk.old      Tue Feb  1 09:27:03 2005
>  +++ bsd.gcc.mk  Tue Feb  1 09:25:48 2005
>  @@ -24,7 +24,7 @@
>   # All GCC versions supported by the ports framework.
>   # Please keep them in ascending order.
>   #
>  -GCCVERSIONS=   020702 029500 030100 030200 030301 030402
>  +GCCVERSIONS=   020702 029500 030100 030200 030301 030402 040000
>   
>   #
>   # Versions of GCC shipped.
>  @@ -39,6 +39,7 @@
>   GCCVERSION_030200=     500039 501103 3.2
>   GCCVERSION_030301=     501103 502126 3.3
>   GCCVERSION_030402=     502126 999999 3.4
>  +GCCVERSION_040000=     999999 999999 4.0
>   
>   #
>   # No configurable parts below this.

It seems the patch logic is not correct:

With patch:

heechee# cd /usr/ports/net/portfwd/
heechee# make all-depends-list
/usr/ports/converters/libiconv
/usr/ports/devel/gettext
/usr/ports/devel/gmake
/usr/ports/devel/libtool15

heechee# uname -r
5.3-STABLE

Without patch:

voodoo# make all-depends-list
/usr/ports/converters/libiconv
/usr/ports/devel/bison
/usr/ports/devel/gettext
/usr/ports/devel/gmake
/usr/ports/devel/libtool15
/usr/ports/devel/m4
/usr/ports/lang/gcc33
/usr/ports/lang/perl5.8

voodoo# uname -r
5.3-STABLE

Could you please check it again ?

-Kirill



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050203121640.GA5151>