From owner-svn-ports-head@FreeBSD.ORG Thu Jul 31 15:12:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1694DFB; Thu, 31 Jul 2014 15:12:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A35502B48; Thu, 31 Jul 2014 15:12:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VFC0I1040490; Thu, 31 Jul 2014 15:12:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VFC0Xq040489; Thu, 31 Jul 2014 15:12:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407311512.s6VFC0Xq040489@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Jul 2014 15:12:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363594 - head/archivers/unrar-iconv/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 15:12:00 -0000 Author: sunpoet Date: Thu Jul 31 15:12:00 2014 New Revision: 363594 URL: http://svnweb.freebsd.org/changeset/ports/363594 QAT: https://qat.redports.org/buildarchive/r363594/ Log: - Update to 5.10 (5.1.6) Approved by: maintainer (for unrar version update) Modified: head/archivers/unrar-iconv/files/patch-iconv Modified: head/archivers/unrar-iconv/files/patch-iconv ============================================================================== --- head/archivers/unrar-iconv/files/patch-iconv Thu Jul 31 15:11:55 2014 (r363593) +++ head/archivers/unrar-iconv/files/patch-iconv Thu Jul 31 15:12:00 2014 (r363594) @@ -1,6 +1,6 @@ ---- cmddata.cpp.orig 2013-12-01 16:10:14.000000000 +0800 -+++ cmddata.cpp 2014-02-04 09:29:52.919682515 +0800 -@@ -179,6 +179,34 @@ +--- cmddata.cpp.orig 2014-06-11 01:14:06.000000000 +0800 ++++ cmddata.cpp 2014-07-31 22:54:35.727051754 +0800 +@@ -178,6 +178,34 @@ // Suppress the copyright message and final end of line for 'lb' and 'vb'. if ((CmdChar=='L' || CmdChar=='V') && Command[1]=='B') BareOutput=true; @@ -35,7 +35,7 @@ } -@@ -872,6 +900,22 @@ +@@ -868,6 +896,22 @@ else wcsncpyz(CommentFile,Switch+1,ASIZE(CommentFile)); break; @@ -58,7 +58,7 @@ #ifndef GUI case '?' : OutHelp(RARX_SUCCESS); -@@ -950,7 +994,11 @@ +@@ -946,7 +990,11 @@ MCHelpSwAT,MCHelpSwAC,MCHelpSwAD,MCHelpSwAG,MCHelpSwAI,MCHelpSwAP, MCHelpSwCm,MCHelpSwCFGm,MCHelpSwCL,MCHelpSwCU, MCHelpSwDH,MCHelpSwEP,MCHelpSwEP3,MCHelpSwF,MCHelpSwIDP,MCHelpSwIERR, @@ -69,18 +69,17 @@ +#endif + MCHelpSwN,MCHelpSwNa,MCHelpSwNal, MCHelpSwO,MCHelpSwOC,MCHelpSwOR,MCHelpSwOW,MCHelpSwP, - MCHelpSwPm,MCHelpSwR,MCHelpSwRI,MCHelpSwSL,MCHelpSwSM,MCHelpSwTA, - MCHelpSwTB,MCHelpSwTN,MCHelpSwTO,MCHelpSwTS,MCHelpSwU,MCHelpSwVUnr, ---- global.hpp.orig 2013-12-01 16:10:14.000000000 +0800 -+++ global.hpp 2014-02-04 15:14:20.104268441 +0800 -@@ -9,6 +9,19 @@ + MCHelpSwPm,MCHelpSwR,MCHelpSwRI,MCHelpSwSC,MCHelpSwSL,MCHelpSwSM, + MCHelpSwTA,MCHelpSwTB,MCHelpSwTN,MCHelpSwTO,MCHelpSwTS,MCHelpSwU, +--- global.hpp.orig 2014-06-11 01:14:06.000000000 +0800 ++++ global.hpp 2014-07-31 22:56:02.117045684 +0800 +@@ -9,6 +9,17 @@ EXTVAR ErrorHandler ErrHandler; +#ifdef WITH_ICONV - +#define OPT_DEFAULT "IGNORE" /* ignore unrepresentable chars */ -+ + +#define ENC_MAXLEN 32 /* encoding name maximum length */ +#define OPT_MAXLEN 9 /* strlen("TRANSLIT") */ + @@ -89,46 +88,45 @@ +EXTVAR char encInt[ENC_MAXLEN]; /* internal (archive) encoding */ +EXTVAR char encExt[ENC_MAXLEN]; /* external (filesystem) encoding */ +EXTVAR char encOpt[OPT_MAXLEN]; /* encoding option (ignore/translit) */ -+ +#endif #endif ---- loclang.hpp.orig 2013-12-01 16:10:14.000000000 +0800 -+++ loclang.hpp 2014-02-04 15:14:20.105262904 +0800 +--- loclang.hpp.orig 2014-06-11 01:14:06.000000000 +0800 ++++ loclang.hpp 2014-07-31 22:57:33.346038437 +0800 @@ -7,7 +7,7 @@ - #define MCopyright "\nRAR %s Copyright (c) 1993-%d Alexander Roshal %d %s %d" - #define MRegTo "\nRegistered to %s\n" - #define MShare "\nTrial version Type RAR -? for help\n" --#define MUCopyright "\nUNRAR %s freeware Copyright (c) 1993-%d Alexander Roshal\n" -+#define MUCopyright "\nUNRAR %s (iconv) freeware Copyright (c) 1993-%d Alexander Roshal\n" - #define MBeta "beta" - #define MMonthJan "Jan" - #define MMonthFeb "Feb" -@@ -332,7 +332,7 @@ - #define MSyncScanError "\nFile search errors, cannot synchronize archive" - #define MCorrectingName "\nWARNING: Attempting to correct the invalid file name" - #define MUnpCannotMerge "\nWARNING: You need to start extraction from a previous volume to unpack %s" --#define MUnknownOption "\nERROR: Unknown option: %s" -+#define MUnknownOption "\nERROR: Unknown option: %s\n" - #define MSubHeadCorrupt "\nERROR: Corrupt data header found, ignored" - #define MSubHeadUnknown "\nWARNING: Unknown data header format, ignored" - #define MSubHeadDataCRC "\nERROR: Corrupt %s data block" -@@ -360,6 +360,12 @@ - #define MMaxPathLimit "\nTotal path and file name length must not exceed %d characters" - #define MRecVolLimit "\nTotal number of usual and recovery volumes must not exceed %d" - #define MVolumeNumber "volume %d" -+#ifdef WITH_ICONV -+#define MCHelpSwLA "\n la Archive internal filenames encoding" -+#define MCHelpSwLL "\n ll Your locale encoding" -+#define MCHelpSwLO "\n lo