ports/179519: [patch] net/tightvnc pulling in extra dependency

Kenta Suzumoto kentas at hush.com
Wed Jun 12 15:40:02 UTC 2013


>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:


More information about the freebsd-ports-bugs mailing list