ports/81884: [patch] ports/net/vnc does not require USE_GCC

Helge Oldach vncjun05 at oldach.net
Sat Jun 4 05:00:11 UTC 2005


>Number:         81884
>Category:       ports
>Synopsis:       [patch] ports/net/vnc does not require USE_GCC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 04 05:00:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Helge Oldach
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:

System: FreeBSD localhost 4.11-STABLE FreeBSD 4.11-STABLE #2149: Fri May 27 06:56:36 CEST 2005 toor at localhost:/usr/obj/usr/src/sys/GENERIC i386

>Description:

ports/net/vnc/Makefile requires USE_GCC=3.4

This is not necessary. The port in fact compiles and works fine using
STABLE-4's stock 2.95.4 with the trivial patch below. There is no need
for the lengthy installation of a ports' gcc for those users who don't
require it otherwise.

>How-To-Repeat:

>Fix:

	


--- tx/TXDialog.h.ORIG	Fri Mar 11 16:08:41 2005
+++ tx/TXDialog.h	Sat Jun  4 06:35:03 2005
@@ -30,6 +30,7 @@
 
 #include "TXWindow.h"
 #include <errno.h>
+#include <unistd.h>
 
 class TXDialog : public TXWindow, public TXDeleteWindowCallback {
 public:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list