summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-toolkits/xview/Makefile2
-rw-r--r--x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c13
2 files changed, 8 insertions, 7 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile
index 96c0dc18b64e..96a6ea9aeac9 100644
--- a/x11-toolkits/xview/Makefile
+++ b/x11-toolkits/xview/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xview
PORTVERSION= 3.2.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.efd.lth.se/pub/X11/ \
ftp://ftp.uni-heidelberg.de/pub/X11/contrib/libraries/ \
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 135cc686eab0..528c2b720888 100644
--- a/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c
+++ b/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c
@@ -1,9 +1,11 @@
--- 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 @@
+@@ -21,15 +21,6 @@
+ #include <sys/wait.h>
+ #include <stdio.h>
#include <string.h>
- #include <sgtty.h>
-
+-#include <sgtty.h>
+-
-#ifdef sparc
-#ifdef SVR4
-#include <unistd.h>
@@ -11,11 +13,10 @@
-#include <vfork.h>
-#endif SVR4
-#endif
--
+
#ifdef SVR4
#include <sys/signal.h>
- #endif SVR4
-@@ -120,7 +112,9 @@
+@@ -120,7 +111,9 @@
}
(void) close(pivec[0]);
#ifndef SVR4