diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-20 06:12:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-20 06:12:01 +0000 |
commit | b6db67fb660563527769b420cdba9e018d42db3f (patch) | |
tree | 8598295fcfa6bb60672cab802a29cc7768df4d2f /x11 | |
parent | 57142c2fd346d65d3a12b3896917bcfb3257d97c (diff) | |
download | ports-b6db67fb660563527769b420cdba9e018d42db3f.tar.gz ports-b6db67fb660563527769b420cdba9e018d42db3f.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver-gnome/Makefile | 2 | ||||
-rw-r--r-- | x11/xscreensaver-gnome/files/patch-hacks_webcollage | 23 |
2 files changed, 24 insertions, 1 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index 8ce9d4d91db3..752ff182ad3d 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -7,7 +7,7 @@ PORTNAME= xscreensaver-gnome PORTVERSION= 4.09 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= http://www.jwz.org/xscreensaver/ DISTNAME= xscreensaver-${PORTVERSION} diff --git a/x11/xscreensaver-gnome/files/patch-hacks_webcollage b/x11/xscreensaver-gnome/files/patch-hacks_webcollage new file mode 100644 index 000000000000..9cb8dbc0546f --- /dev/null +++ b/x11/xscreensaver-gnome/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; |