diff options
-rw-r--r-- | net/vnc/files/patch-ad | 23 | ||||
-rw-r--r-- | net/vnc/pkg-plist | 6 |
2 files changed, 28 insertions, 1 deletions
diff --git a/net/vnc/files/patch-ad b/net/vnc/files/patch-ad new file mode 100644 index 000000000000..16728734e6ed --- /dev/null +++ b/net/vnc/files/patch-ad @@ -0,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 --git a/net/vnc/pkg-plist b/net/vnc/pkg-plist index bf07b8d83ac7..08d5ee322177 100644 --- a/net/vnc/pkg-plist +++ b/net/vnc/pkg-plist @@ -40,10 +40,12 @@ share/doc/vnc/download.html 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,6 +62,7 @@ share/doc/vnc/iemacx_small.gif 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,6 +83,7 @@ share/doc/vnc/ns1_small.gif 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,6 +122,7 @@ share/doc/vnc/vncce3.jpg 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,7 +131,6 @@ share/doc/vnc/winviewer1_small.gif 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 |