aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xscreensaver
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2007-12-12 03:58:39 +0800
committerdougb <dougb@FreeBSD.org>2007-12-12 03:58:39 +0800
commitc650344f2dfe44891add0e555eb216e3b4ea7951 (patch)
tree08179ec87182dbfd1d66864bd7464c5c34f181f9 /x11/xscreensaver
parent3a42b537e95a6a502109c13b19cc54dfb9facbc9 (diff)
downloadfreebsd-ports-gnome-c650344f2dfe44891add0e555eb216e3b4ea7951.tar.gz
freebsd-ports-gnome-c650344f2dfe44891add0e555eb216e3b4ea7951.tar.zst
freebsd-ports-gnome-c650344f2dfe44891add0e555eb216e3b4ea7951.zip
Remove patches no longer relevant in version 5.04.
Diffstat (limited to 'x11/xscreensaver')
-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;