summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-08-19 16:13:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-08-19 16:13:36 +0000
commitd9280c34db9aa31da0043732d276d8d60a29e06f (patch)
tree855d9e1425e15b5a614e2a3c4e4d7da53022c5bb /x11-toolkits/xview
parentAdd missed dependencies on libxml2, libxslt and libcurl. (diff)
- Fix patching
Reported by: krismail Approved by: portmgr (kris) Pointy hat to: pav
Notes
Notes: svn path=/head/; revision=140933
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r--x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c12
-rw-r--r--x11-toolkits/xview/files/patch-lib+libxview+wmgr+wmgr_menu.c6
2 files changed, 9 insertions, 9 deletions
diff --git a/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c b/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c
index 7c93c1acb0ca..135cc686eab0 100644
--- a/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c
+++ b/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c
@@ -1,5 +1,5 @@
---- lib/libxview/misc/expandname.c.orig Thu Aug 18 08:06:28 2005
-+++ lib/libxview/misc/expandname.c Thu Aug 18 08:23:13 2005
+--- lib/libxview/misc/expandname.c.orig Tue Jun 29 07:16:30 1993
++++ lib/libxview/misc/expandname.c Fri Aug 19 15:53:44 2005
@@ -23,14 +23,6 @@
#include <string.h>
#include <sgtty.h>
@@ -9,12 +9,12 @@
-#include <unistd.h>
-#else
-#include <vfork.h>
--#endif
+-#endif SVR4
-#endif
-
#ifdef SVR4
#include <sys/signal.h>
- #endif
+ #endif SVR4
@@ -120,7 +112,9 @@
}
(void) close(pivec[0]);
@@ -22,6 +22,6 @@
+#if !(defined(BSD) && (BSD >= 199103))
while (wait((union wait *) & status) != pid);
+#endif
- #else
+ #else SVR4
while (wait( & status) != pid);
- #endif
+ #endif SVR4
diff --git a/x11-toolkits/xview/files/patch-lib+libxview+wmgr+wmgr_menu.c b/x11-toolkits/xview/files/patch-lib+libxview+wmgr+wmgr_menu.c
index d3a8a4fdec7b..45a1cdf51a59 100644
--- a/x11-toolkits/xview/files/patch-lib+libxview+wmgr+wmgr_menu.c
+++ b/x11-toolkits/xview/files/patch-lib+libxview+wmgr+wmgr_menu.c
@@ -1,5 +1,5 @@
---- lib/libxview/wmgr/wmgr_menu.c.orig Thu Aug 18 08:42:34 2005
-+++ lib/libxview/wmgr/wmgr_menu.c Thu Aug 18 08:42:52 2005
+--- lib/libxview/wmgr/wmgr_menu.c.orig Tue Jun 29 07:17:24 1993
++++ lib/libxview/wmgr/wmgr_menu.c Fri Aug 19 15:57:04 2005
@@ -14,13 +14,6 @@
#include <stdio.h>
#include <ctype.h>
@@ -9,7 +9,7 @@
-#include <unistd.h>
-#else
-#include <vfork.h>
--#endif
+-#endif SVR4
-#endif
#include <xview/frame.h>