Date: Sat, 4 Jun 2005 06:59:37 +0200 (CEST) From: Helge Oldach <vncjun05@oldach.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/81884: [patch] ports/net/vnc does not require USE_GCC Message-ID: <200506040459.j544xbmE009905@sep.oldach.net> Resent-Message-ID: <200506040500.j5450BmW051949@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506040459.j544xbmE009905>