svn commit: r418053 - head/net/vnc

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 5 10:44:29 UTC 2016


On Mon, Jul 04, 2016 at 07:47:11PM +0000, Cy Schubert wrote:
> Author: cy
> Date: Mon Jul  4 19:47:11 2016
> New Revision: 418053
> URL: https://svnweb.freebsd.org/changeset/ports/418053
> 
> Log:
>   Fix build. This port needs gcc 4.6 or earlier.
> 
> Modified:
>   head/net/vnc/Makefile
> 
> Modified: head/net/vnc/Makefile
> ==============================================================================
> --- head/net/vnc/Makefile	Mon Jul  4 19:23:44 2016	(r418052)
> +++ head/net/vnc/Makefile	Mon Jul  4 19:47:11 2016	(r418053)
> @@ -48,7 +48,7 @@ DISTFILES+=	X430src-1.tgz:x \
>  		X430src-3.tgz:x
>  
>  .if ${OSVERSION} > 1000054
> -USE_GCC=	yes
> +USE_GCC=	4.6

I just tried with gcc 4.8 and it works perfectly fine, why limiting it to 4.6?

Second none of the provided mirror seems to work for me (to fetch X 4.3.0)

Newer version of vnc (as realvnc) seems to not be available in opensource
anymore. It is probably time to deprecate that port and recommand people using
alternative VNC implemetations?

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20160705/317325a0/attachment.sig>


More information about the svn-ports-head mailing list