diff options
author | antoine <antoine@FreeBSD.org> | 2017-11-10 04:09:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-11-10 04:09:18 +0800 |
commit | aa63443e9db8d3dd314059cb8e4790336d9c2733 (patch) | |
tree | e3482b8dd3af307d868ccdb92adcce3803de14db /x11 | |
parent | fb5aa1489583cfcc2b433f7db18b17dc2fd966af (diff) | |
download | freebsd-ports-gnome-aa63443e9db8d3dd314059cb8e4790336d9c2733.tar.gz freebsd-ports-gnome-aa63443e9db8d3dd314059cb8e4790336d9c2733.tar.zst freebsd-ports-gnome-aa63443e9db8d3dd314059cb8e4790336d9c2733.zip |
Fix the context of some patches so that they apply with stricter patch(1)
PR: 223545
With hat: portmgr
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/files/patch-src_gencompose | 10 | ||||
-rw-r--r-- | x11/rxvt-unicode/files/patch-src_genlinedraw | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/x11/rxvt-unicode/files/patch-src_gencompose b/x11/rxvt-unicode/files/patch-src_gencompose index 6ab69da246f6..6e66001b4661 100644 --- a/x11/rxvt-unicode/files/patch-src_gencompose +++ b/x11/rxvt-unicode/files/patch-src_gencompose @@ -1,8 +1,8 @@ ---- ./src/gencompose.orig Wed Aug 4 04:59:09 2004 -+++ ./src/gencompose Tue Aug 10 00:03:21 2004 +--- src/gencompose.orig 2014-05-22 18:53:16 UTC ++++ src/gencompose @@ -1,4 +1,4 @@ --#!/opt/bin/perl +-#!/usr/bin/perl +#!/usr/bin/env perl - # the generated tables mostly have NOT been checked so far! - + open UNIDATA, "<", "www.unicode.org/Public/UNIDATA/UnicodeData.txt" + or die "www.unicode.org/Public/UNIDATA/UnicodeData.txt: $!"; diff --git a/x11/rxvt-unicode/files/patch-src_genlinedraw b/x11/rxvt-unicode/files/patch-src_genlinedraw index ccd2058fdd73..9161abbbabfe 100644 --- a/x11/rxvt-unicode/files/patch-src_genlinedraw +++ b/x11/rxvt-unicode/files/patch-src_genlinedraw @@ -1,8 +1,8 @@ ---- ./src/genlinedraw.orig Wed Aug 4 04:59:09 2004 -+++ ./src/genlinedraw Tue Aug 10 00:03:21 2004 +--- src/genlinedraw.orig 2014-05-22 18:53:16 UTC ++++ src/genlinedraw @@ -1,4 +1,4 @@ --#!/opt/bin/perl +-#!/usr/bin/perl +#!/usr/bin/env perl - # the generated tables mostly have NOT been checked so far! - + open TABLE, ">", "table/linedraw.h"; + select TABLE; |