summaryrefslogtreecommitdiff
path: root/x11/xscreensaver
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2003-06-01 22:13:49 +0000
committerDoug Barton <dougb@FreeBSD.org>2003-06-01 22:13:49 +0000
commit93da8b3ce872747f559a2c984ee99bfc152dc0a9 (patch)
treeeaee6fc3697ad830fe5339de57d8f31e7f128041 /x11/xscreensaver
parentUpgrade to 4.56, the latest from UW. Several bug fixes and new features. (diff)
Borrow this from xscreensaver-gnome to make Perl 5.005 work.
Notes
Notes: svn path=/head/; revision=81938
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r--x11/xscreensaver/files/patch-hacks_webcollage23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/xscreensaver/files/patch-hacks_webcollage b/x11/xscreensaver/files/patch-hacks_webcollage
new file mode 100644
index 000000000000..9cb8dbc0546f
--- /dev/null
+++ b/x11/xscreensaver/files/patch-hacks_webcollage
@@ -0,0 +1,23 @@
+--- hacks/webcollage.orig Sun Apr 20 02:07:13 2003
++++ hacks/webcollage Sun Apr 20 02:07:52 2003
+@@ -31,6 +31,9 @@
+ #
+ # Driftnet is the Unix implementation of the MacOS "EtherPEG" program.
+
++BEGIN {
++ eval "use bytes";
++}
+
+ require 5;
+ use strict;
+@@ -46,10 +49,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;