diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2016-01-27 19:02:32 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2016-01-27 19:02:32 +0000 |
commit | 937663bbb668eb4b1ab2a0042b71716e92aa06f9 (patch) | |
tree | a6630520db1b0c95e2010024c1ce3095f9edfa23 /archivers/peazip/files | |
parent | cf044ccedfe9974631bdc95d01f8c81edb9c94f9 (diff) | |
download | ports-937663bbb668eb4b1ab2a0042b71716e92aa06f9.tar.gz ports-937663bbb668eb4b1ab2a0042b71716e92aa06f9.zip |
Notes
Diffstat (limited to 'archivers/peazip/files')
-rw-r--r-- | archivers/peazip/files/patch-list_utils.pas | 11 | ||||
-rw-r--r-- | archivers/peazip/files/patch-peach.pas | 64 | ||||
-rw-r--r-- | archivers/peazip/files/patch-unit8.pas | 29 |
3 files changed, 99 insertions, 5 deletions
diff --git a/archivers/peazip/files/patch-list_utils.pas b/archivers/peazip/files/patch-list_utils.pas new file mode 100644 index 000000000000..8cae5dc79383 --- /dev/null +++ b/archivers/peazip/files/patch-list_utils.pas @@ -0,0 +1,11 @@ +--- list_utils.pas.orig 2016-01-27 13:31:39.038239000 -0500 ++++ list_utils.pas 2016-01-27 13:32:00.045976000 -0500 +@@ -969,7 +969,7 @@ + //name of the dir + ): integer; + var +- s: utf8string; ++ s: string; + i, j: integer; + dirarr: array of utf8string; + begin diff --git a/archivers/peazip/files/patch-peach.pas b/archivers/peazip/files/patch-peach.pas index 060f2c9ad7ed..7b630a32ad2c 100644 --- a/archivers/peazip/files/patch-peach.pas +++ b/archivers/peazip/files/patch-peach.pas @@ -1,6 +1,6 @@ ---- peach.pas.orig 2015-08-10 00:54:42.122935000 -0500 -+++ peach.pas 2015-08-10 00:56:11.788970000 -0500 -@@ -4320,6 +4320,7 @@ +--- peach.pas 2016-01-27 13:08:24.382120000 -0500 ++++ peach.pas 2016-01-27 13:17:34.207034000 -0500 +@@ -4445,6 +4445,7 @@ APPLICATION5 = ''; APPLICATION6 = ''; APPLICATION7 = ''; @@ -8,7 +8,7 @@ {$ENDIF} {$IFDEF NETBSD} EXEEXT = ''; -@@ -4330,6 +4331,7 @@ +@@ -4455,6 +4456,7 @@ APPLICATION5 = ''; APPLICATION6 = ''; APPLICATION7 = ''; @@ -16,7 +16,7 @@ {$ENDIF} {$IFDEF DARWIN} EXEEXT = ''; -@@ -4340,6 +4342,7 @@ +@@ -4465,6 +4467,7 @@ APPLICATION5 = ''; APPLICATION6 = ''; APPLICATION7 = ''; @@ -24,3 +24,57 @@ {$ENDIF} var +@@ -6526,7 +6529,7 @@ + + procedure setdescription_advcustedit; + var +- s:utf8string; ++ s:AnsiString; + sg:TStringGrid; + begin + sg:=Form_peach.StringGridCustedit1; +@@ -6541,7 +6544,7 @@ + + procedure setdescription_custedit; + var +- s:utf8string; ++ s:AnsiString; + begin + s:=Form_peach.StringGridCustedit.Cells[1,Form_peach.StringGridCustedit.Row]; + if InputQuery(txt_description, '', s) then +@@ -6553,7 +6556,7 @@ + + procedure editstring1_advcustedit; + var +- s:utf8string; ++ s:AnsiString; + begin + s:=Form_peach.StringGridCustedit1.Cells[2,Form_peach.StringGridCustedit1.Row]; + if InputQuery(txt_2_5_strbefore, '', s) then +@@ -6566,7 +6569,7 @@ + + procedure editstring2_advcustedit; + var +- s:utf8string; ++ s:AnsiString; + begin + s:=Form_peach.StringGridCustedit1.Cells[3,Form_peach.StringGridCustedit1.Row]; + if InputQuery(txt_2_5_strafter, '', s) then +@@ -6579,7 +6582,7 @@ + + procedure editstring3_advcustedit; + var +- s:utf8string; ++ s:AnsiString; + begin + s:=Form_peach.StringGridCustedit1.Cells[4,Form_peach.StringGridCustedit1.Row]; + if InputQuery(txt_3_3_stralt, '', s) then +@@ -6592,7 +6595,7 @@ + + procedure editapp_custedit; + var +- s:utf8string; ++ s:AnsiString; + begin + s:=Form_peach.StringGridCustedit.Cells[2,Form_peach.StringGridCustedit.Row]; + if InputQuery(txt_edit, '', s) then diff --git a/archivers/peazip/files/patch-unit8.pas b/archivers/peazip/files/patch-unit8.pas new file mode 100644 index 000000000000..badf55485b97 --- /dev/null +++ b/archivers/peazip/files/patch-unit8.pas @@ -0,0 +1,29 @@ +--- unit8.pas.orig 2016-01-27 13:11:27.063394000 -0500 ++++ unit8.pas 2016-01-27 13:14:04.758776000 -0500 +@@ -170,7 +170,7 @@ + procedure new_pm; + var + i,rc:integer; +- s:utf8string; ++ s:AnsiString; + begin + if InputQuery(txt_edit+' '+FormPM.mpw.Caption, '', s) then + begin +@@ -190,7 +190,7 @@ + end; + + procedure editpw_pm; +-var s:utf8string; ++var s:AnsiString; + begin + if FormPM.StringGridPM.Row=0 then + begin +@@ -207,7 +207,7 @@ + end; + + procedure setdescription_pm; +-var s:utf8string; ++var s:AnsiString; + begin + if FormPM.StringGridPM.Row=0 then + begin |