summaryrefslogtreecommitdiff
path: root/archivers/file-roller/patches/patch-aa
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-08-21 11:48:34 +0000
committerjmmv <jmmv@pkgsrc.org>2005-08-21 11:48:34 +0000
commit50650ae0a5f5860e9daf720239878c446d700755 (patch)
treeb226f8d322087492a44aa253041bca4f3c0ac0ea /archivers/file-roller/patches/patch-aa
parentd201fe57a352c927009333692e34b5341e6d5112 (diff)
downloadpkgsrc-50650ae0a5f5860e9daf720239878c446d700755.tar.gz
Update to 2.10.4:
version 2.10.4 -------------- * New translations: gl, te * Updated translations: bg, hu, sl, vi, zh_TW version 2.10.3 -------------- * Fixed bug #162729: File Roller doesn't exit cleanly on invalid archive extension. * Fixed bug #164894: crash on zip with incorrect filenames * Fixed bug #300895: Invalid read reported by valgrind. * Allow to open rar archives if rar OR unrar is available. * Display non valid utf8 filenames corretly. * Fixed creation of backups reselecting the original folder after loading the backup options.
Diffstat (limited to 'archivers/file-roller/patches/patch-aa')
-rw-r--r--archivers/file-roller/patches/patch-aa21
1 files changed, 0 insertions, 21 deletions
diff --git a/archivers/file-roller/patches/patch-aa b/archivers/file-roller/patches/patch-aa
deleted file mode 100644
index 9438e69e183..00000000000
--- a/archivers/file-roller/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2005/04/20 16:12:45 drochner Exp $
-
---- src/fr-command-tar.c.orig 2005-04-11 22:54:35.000000000 +0200
-+++ src/fr-command-tar.c
-@@ -212,6 +212,7 @@ add_compress_arg (FRCommand *comm)
- static void
- begin_tar_command (FRCommand *comm)
- {
-+#if 0
- char *path = NULL;
- const char *prev_path = NULL;
- char *temp = NULL;
-@@ -233,6 +234,8 @@ begin_tar_command (FRCommand *comm)
- temp = g_strdup_printf ("PATH=%s", prev_path);
- putenv (temp);
- g_free (temp);
-+#endif
-+ fr_process_begin_command (comm->process, FILEROLLER_TAR);
- }
-
-