Date: Wed, 12 Jun 2013 15:37:09 GMT From: Kenta Suzumoto <kentas@hush.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/179519: [patch] net/tightvnc pulling in extra dependency Message-ID: <201306121537.r5CFb9Dh042237@oldred.freebsd.org> Resent-Message-ID: <201306121540.r5CFe16L039461@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 179519 >Category: ports >Synopsis: [patch] net/tightvnc pulling in extra dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 12 15:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kenta Suzumoto >Release: 9.1-STABLE >Organization: >Environment: >Description: The net/tightvnc port currently pulls in lang/gcc from ports, which is really huge and takes forever to build. Despite the last commit from miwi saying "Unbreak build for clang" it's still asking for gcc. The one from base builds it fine, so I think we shouldn't pull in lang/gcc to build it. Maintainer will probably timeout again. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 320699) +++ Makefile (working copy) @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/vnc_unixsrc -USE_GCC= yes +USE_GCC= any USE_BZIP2= yes USE_PERL5= yes USE_IMAKE= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306121537.r5CFb9Dh042237>