Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 14:35:59 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Cy Schubert <cy@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r332109 - in head/net/vnc: . files
Message-ID:  <20131030143559.GA34668@FreeBSD.org>
In-Reply-To: <201310301352.r9UDqG1w094470@svn.freebsd.org>
References:  <201310301352.r9UDqG1w094470@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 30, 2013 at 01:52:16PM +0000, Cy Schubert wrote:
> New Revision: 332109
> URL: http://svnweb.freebsd.org/changeset/ports/332109
> 
> Log:
>   Fix under 10-STABLE and 11-CURRENT.
> 
> +.if ${OSVERSION} > 1000000

OSVERSION seems inaccurate, should probably be 1000054.

> +USE_GCC=	4.6+

Gerald will bite you for this. :)

> +.if ${OSVERSION} > 1000000

Ditto.

> +	cd ${WRKSRC}/xc && ${MAKE_ENV} make CC=${CC} CXX=${CXX} ${MAKE_ARGS} World
> +.else
>  	cd ${WRKSRC}/xc && make CC=${CC} CXX=${CXX} World
>  .endif
> +.endif

Ideally, the code should be fixed in a way that it would be built again with
any compiler, and all hacks from Makefile removed.

./danfe



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