diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-04 05:03:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-04 05:03:36 +0800 |
commit | 697b67d6ceee351751657338336cd5799eeaab98 (patch) | |
tree | c592261fb4cb1f4e8d299b966895438a1469a03f /x11-toolkits | |
parent | 9676b47599aff4887a4e5e62c2ab5070b1245eba (diff) | |
download | freebsd-ports-gnome-697b67d6ceee351751657338336cd5799eeaab98.tar.gz freebsd-ports-gnome-697b67d6ceee351751657338336cd5799eeaab98.tar.zst freebsd-ports-gnome-697b67d6ceee351751657338336cd5799eeaab98.zip |
- Remove inclusion of sgtty
PR: 119102
Submitted by: Ed Schouten <ed@fxq.nl>
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 |