Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 1999 20:44:51 -0800 (PST)
From:      bmah@acm.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15391: [patch] Fix net/vnc port
Message-ID:  <199912100444.UAA88500@nimitz.ca.sandia.gov>

next in thread | raw e-mail | index | archive | help

>Number:         15391
>Category:       ports
>Synopsis:       [patch] Fix net/vnc port
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec  9 20:50:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Bruce A. Mah
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
Sandia National Laboratories
>Environment:

3.[23]-RELEASE, -current ports

>Description:

Patches to:

1.  Fix build problems on 4.0-CURRENT (submitted by both
Mike Haertel <mike@ducky.net> and "Chris D. Faulhaber" <jedgar@fxp.org>).

2.  Fix package-building problems, noted by scripts on bento.

I am the maintainer of this port.

>How-To-Repeat:

n/a

>Fix:

diff -r -c -N /usr/ports/net/vnc/patches/patch-ad vnc/patches/patch-ad
*** /usr/ports/net/vnc/patches/patch-ad	Wed Dec 31 16:00:00 1969
--- vnc/patches/patch-ad	Thu Dec  9 19:07:03 1999
***************
*** 0 ****
--- 1,23 ----
+ --- Xvnc/config/imake/imakemdep.h~	Sat Jul 26 19:41:05 1997
+ +++ Xvnc/config/imake/imakemdep.h	Fri Nov 26 23:21:33 1999
+ @@ -225,6 +225,9 @@
+  #ifdef hpux
+  #define USE_CC_E
+  #endif
+ +#if defined(__FreeBSD__)
+ +#define  USE_CC_E
+ +#endif
+  #ifdef WIN32
+  #define USE_CC_E
+  #define DEFAULT_CC "cl"
+ @@ -253,7 +256,7 @@
+  #ifdef _CRAY
+  #define DEFAULT_CPP "/lib/pcpp"
+  #endif
+ -#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)
+ +#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) 
+  #define DEFAULT_CPP "/usr/libexec/cpp"
+  #endif
+  #if defined(__sgi) && defined(__ANSI_CPP__)
+ 
+ 
diff -r -c -N /usr/ports/net/vnc/pkg/PLIST vnc/pkg/PLIST
*** /usr/ports/net/vnc/pkg/PLIST	Sun Sep 19 16:32:44 1999
--- vnc/pkg/PLIST	Thu Dec  9 19:24:49 1999
***************
*** 40,49 ****
--- 40,51 ----
  share/doc/vnc/downloadbutton.gif
  share/doc/vnc/downloadtemplate.html
  share/doc/vnc/extras.html
+ share/doc/vnc/extras.html~
  share/doc/vnc/faq.html
  share/doc/vnc/faq.xml
  share/doc/vnc/faqbutton.gif
  share/doc/vnc/faqtemplate.html
+ share/doc/vnc/faqtemplate.html~
  share/doc/vnc/free.html
  share/doc/vnc/freebutton.gif
  share/doc/vnc/gpl.html
***************
*** 60,65 ****
--- 62,68 ----
  share/doc/vnc/index.html
  share/doc/vnc/internalversion.html
  share/doc/vnc/intouch.html
+ share/doc/vnc/intouch.html~
  share/doc/vnc/intouchbutton.gif
  share/doc/vnc/invalid-download.html
  share/doc/vnc/javavncviewer.html
***************
*** 80,85 ****
--- 83,89 ----
  share/doc/vnc/oldcontribs.html
  share/doc/vnc/oldfaq.html
  share/doc/vnc/platforms.html
+ share/doc/vnc/platforms.html.curr
  share/doc/vnc/pmw.jpg
  share/doc/vnc/protocol.html
  share/doc/vnc/qsf.jpg
***************
*** 118,123 ****
--- 122,128 ----
  share/doc/vnc/vncce3_small.jpg
  share/doc/vnc/vnchistory.html
  share/doc/vnc/vncpeople.html
+ share/doc/vnc/vncpeople.html~
  share/doc/vnc/vncpeoplebutton.gif
  share/doc/vnc/vnctitle.gif
  share/doc/vnc/winhistory.html
***************
*** 126,132 ****
  share/doc/vnc/winvnc.html
  share/doc/vnc/winvnctray.GIF
  share/doc/vnc/winvncviewer.html
- share/doc/vnc/winvncviewer-new.html
  share/doc/vnc/xlibvncviewer.html
  share/doc/vnc/xvnc.html
  share/doc/vnc/xvnchistory.html
--- 131,136 ----

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912100444.UAA88500>