aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2007-12-11 19:58:39 +0000
committerDoug Barton <dougb@FreeBSD.org>2007-12-11 19:58:39 +0000
commitf06a84a631d778c196ba353e383b0b6f0381076b (patch)
tree47bb307365b4708744004b9852b24f68fa7541b7 /x11
parent3818e23e68f90fcb50c188af94241bce9ee7fdc3 (diff)
downloadports-f06a84a631d778c196ba353e383b0b6f0381076b.tar.gz
ports-f06a84a631d778c196ba353e383b0b6f0381076b.zip
Remove patches no longer relevant in version 5.04.
Notes
Notes: svn path=/head/; revision=202971
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver/files/patch-hacks_apple2-main.c13
-rw-r--r--x11/xscreensaver/files/patch-hacks_phosphor.c13
-rw-r--r--x11/xscreensaver/files/patch-hacks_webcollage23
3 files changed, 0 insertions, 49 deletions
diff --git a/x11/xscreensaver/files/patch-hacks_apple2-main.c b/x11/xscreensaver/files/patch-hacks_apple2-main.c
deleted file mode 100644
index 1f1238395572..000000000000
--- a/x11/xscreensaver/files/patch-hacks_apple2-main.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- hacks/apple2-main.c.orig Sun Mar 26 21:34:17 2006
-+++ hacks/apple2-main.c Sun Jun 4 00:01:46 2006
-@@ -39,6 +39,10 @@
- # ifdef HAVE_UTIL_H
- # include <util.h>
- # endif
-+#include <sys/types.h>
-+#include <sys/ioctl.h>
-+#include <termios.h>
-+#include <libutil.h>
- #endif /* HAVE_FORKPTY */
-
- #include "screenhack.h"
diff --git a/x11/xscreensaver/files/patch-hacks_phosphor.c b/x11/xscreensaver/files/patch-hacks_phosphor.c
deleted file mode 100644
index df8e706632c0..000000000000
--- a/x11/xscreensaver/files/patch-hacks_phosphor.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- hacks/phosphor.c.orig Fri Mar 31 19:50:00 2006
-+++ hacks/phosphor.c Sun Jun 4 00:01:46 2006
-@@ -41,6 +41,10 @@
- # ifdef HAVE_UTIL_H
- # include <util.h>
- # endif
-+#include <sys/types.h>
-+#include <sys/ioctl.h>
-+#include <termios.h>
-+#include <libutil.h>
- #endif /* HAVE_FORKPTY */
-
- #include "screenhack.h"
diff --git a/x11/xscreensaver/files/patch-hacks_webcollage b/x11/xscreensaver/files/patch-hacks_webcollage
deleted file mode 100644
index e8109fed28d8..000000000000
--- a/x11/xscreensaver/files/patch-hacks_webcollage
+++ /dev/null
@@ -1,23 +0,0 @@
---- hacks/webcollage.orig Wed May 17 16:58:51 2006
-+++ hacks/webcollage Sun Jun 4 00:01:46 2006
-@@ -38,6 +38,9 @@
- #
- # Driftnet is the Unix implementation of the MacOS "EtherPEG" program.
-
-+BEGIN {
-+ eval "use bytes";
-+}
-
- require 5;
- use strict;
-@@ -53,10 +56,6 @@
- require POSIX;
- use Fcntl ':flock'; # import LOCK_* constants
- use POSIX qw(strftime);
--
--use bytes; # Larry can take Unicode and shove it up his ass sideways.
-- # Perl 5.8.0 causes us to start getting incomprehensible
-- # errors about UTF-8 all over the place without this.
-
-
- my $progname = $0; $progname =~ s@.*/@@g;