Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2015 07:53:02 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Thierry Thomas <thierry@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r382953 - head/editors/mined
Message-ID:  <20150402075302.GB23362@FreeBSD.org>
In-Reply-To: <201504012035.t31KZH9Q089678@svn.freebsd.org>
References:  <201504012035.t31KZH9Q089678@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 01, 2015 at 08:35:17PM +0000, Thierry Thomas wrote:
> New Revision: 382953
> URL: https://svnweb.freebsd.org/changeset/ports/382953
> 
> [...]
> +.include <bsd.port.pre.mk>
> +
> +.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000
> +USE_GCC=	yes
> +.endif

Are you serious?  April 1st is over. ;-)

Why pull whole GCC just because base one does not support -Wtype-limits
option?  Take a look at the following patch, with it it builds normally
under both 8.4 and 9.2:

	http://freebsd.nsu.ru/patches/mined.diff

./danfe



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