svn commit: r382953 - head/editors/mined

Alexey Dokuchaev danfe at FreeBSD.org
Thu Apr 2 07:53:02 UTC 2015


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


More information about the svn-ports-all mailing list