summaryrefslogtreecommitdiff
path: root/japanese/a2ps/files/patch-aa
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2010-05-09 16:26:11 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2010-05-09 16:26:11 +0000
commitf581fef655e27634c139e94c60555c4600d02792 (patch)
tree1b831dccc83b7cbe494e223ea7f8693e082e3160 /japanese/a2ps/files/patch-aa
parent- Unbroke build with textproc/xmlto installed (diff)
o Remove debugging use only code by no longer support #$
on Perl 5.10. [1] o Bump PORTREVISION, accordingly. o Maintain MASTER_SITES by removing from IIJ site. PR: ports/146346 [1] Submitted by: Kenji Rikitake kenji.rikitake acm org [1]
Notes
Notes: svn path=/head/; revision=254021
Diffstat (limited to '')
-rw-r--r--japanese/a2ps/files/patch-aa14
1 files changed, 12 insertions, 2 deletions
diff --git a/japanese/a2ps/files/patch-aa b/japanese/a2ps/files/patch-aa
index 6856aed82475..b91bd3111d26 100644
--- a/japanese/a2ps/files/patch-aa
+++ b/japanese/a2ps/files/patch-aa
@@ -1,8 +1,18 @@
---- a2ps-j.orig Thu Apr 8 02:52:44 1999
-+++ a2ps-j Thu Apr 8 02:54:06 1999
+--- a2ps-j.orig 2010-05-10 01:15:32.227559000 +0900
++++ a2ps-j 2010-05-10 01:18:27.223595925 +0900
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
;#
;# a2ps: ascii to ps
;#
+@@ -192,7 +192,8 @@
+
+ if ($debug == 2) {
+ require('dumpvar.pl');
+- local($#) = '%.6g';
++## Perl 5.10.1 says $# is no longer supported
++## local($#) = '%.6g';
+ &dumpvar('main',
+ 'width', 'height', 'lmargin', 'smargin', 'font_size',
+ 'sheet_height', 'sheet_width', 'char_width', 'skip_column',