diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-03 21:03:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-03 21:03:36 +0000 |
commit | 4ba3143d3949d7de374ca0b9bff4955b992a886a (patch) | |
tree | 4acd68da5854e02907490633f428d83dd05f95b0 /x11-toolkits | |
parent | a5bd6498ec1300b7dc550825df75f98e548fcc58 (diff) | |
download | ports-4ba3143d3949d7de374ca0b9bff4955b992a886a.tar.gz ports-4ba3143d3949d7de374ca0b9bff4955b992a886a.zip |
- Remove inclusion of sgtty
PR: 119102
Submitted by: Ed Schouten <ed@fxq.nl>
Notes
Notes:
svn path=/head/; revision=204950
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xview/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c | 13 |
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 |