aboutsummaryrefslogtreecommitdiff
path: root/www/ljsm
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-08-12 10:01:03 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-08-12 10:01:03 +0000
commit0e6453c7013169e9e67c30d76a2e6a82343d3db1 (patch)
tree53977dbc7cb85cbb2b58ddef5d1781eafd796e79 /www/ljsm
parent6facdc360cc792f1a5ee0a7d0d6eb0c381ba8f6a (diff)
downloadports-0e6453c7013169e9e67c30d76a2e6a82343d3db1.tar.gz
ports-0e6453c7013169e9e67c30d76a2e6a82343d3db1.zip
Delete part of patch which does nothing
Notes
Notes: svn path=/head/; revision=116014
Diffstat (limited to 'www/ljsm')
-rw-r--r--www/ljsm/files/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/ljsm/files/patch-aa b/www/ljsm/files/patch-aa
index a4d5f0c118f2..820728ecfad6 100644
--- a/www/ljsm/files/patch-aa
+++ b/www/ljsm/files/patch-aa
@@ -9,23 +9,3 @@
use constant DEBUG_LEVEL => 3; # 0 - quiet, 1 - essential, 2 - verbose
use constant LOCAL_DIR => ''; # local directory to put files into. Leave it empty to put in the current directory. Slash (/, if not empty) in the end required.
use constant HTTP_PROXY => ''; # set proxy URL if you use http proxy
-@@ -84,9 +84,6 @@
- use File::Path;
- use File::Basename;
- use File::Find;
--if (UTF8_DECODE) {
-- use Unicode::MapUTF8 qw(from_utf8);
--}
- use Compress::Zlib;
- use Getopt::Std;
- #use Data::Dumper;
-@@ -104,6 +101,9 @@
-
- # steal options from @ARGV before we go for users
- getopts('rmacxXOIUu:p:d:i:');
-+if (UTF8_DECODE || $opt_U) {
-+ use Unicode::MapUTF8 qw(from_utf8);
-+}
- $opt_i = SAVE_PICS if (!$opt_i);
-
- usage() && exit unless (@ARGV || ($opt_u && $opt_X));