diff options
author | steve <steve@FreeBSD.org> | 1998-07-04 07:28:00 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-04 07:28:00 +0800 |
commit | b28d5a6c7302f32720f4528aec034bf82e3a6559 (patch) | |
tree | 7d91c76470385262ea8ececb4688333eb58911ec /mail/faces | |
parent | 768c2933e04c07fe1d86d6f8ac89e766308954d0 (diff) | |
download | freebsd-ports-gnome-b28d5a6c7302f32720f4528aec034bf82e3a6559.tar.gz freebsd-ports-gnome-b28d5a6c7302f32720f4528aec034bf82e3a6559.tar.zst freebsd-ports-gnome-b28d5a6c7302f32720f4528aec034bf82e3a6559.zip |
Fix a bug in xbm2ikon.
PR: 6949
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
Diffstat (limited to 'mail/faces')
-rw-r--r-- | mail/faces/files/patch-ae | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/faces/files/patch-ae b/mail/faces/files/patch-ae new file mode 100644 index 000000000000..7757d01f2d78 --- /dev/null +++ b/mail/faces/files/patch-ae @@ -0,0 +1,9 @@ +--- filters/xbm2ikon.orig Fri Jul 3 16:22:30 1998 ++++ filters/xbm2ikon Fri Jul 3 16:23:02 1998 +@@ -23,6 +23,5 @@ + sed -e 1,2d -e '$s/$/,/' | + tr -d '\011\012' | + tr ',' '\012' | +-sed 's/^/0x/' | + pr -l1 -t -w22 -3 -s, | + sed -e 's/$/,/' -e 's/\(0x....\)\(0x....\)\(0x....\),/\1,\2,\3,/' |