mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Comments from maintainer:
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. PR: 15391 Submitted by: maintainer
This commit is contained in:
parent
74ccb89c05
commit
16051a3025
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23762
2 changed files with 28 additions and 1 deletions
23
net/vnc/files/patch-ad
Normal file
23
net/vnc/files/patch-ad
Normal file
|
@ -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__)
|
||||
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue