diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /archivers/xarchive | |
parent | 5a20e7990eb544509174d617d359bf0d4ac64737 (diff) |
Notes
Diffstat (limited to 'archivers/xarchive')
-rw-r--r-- | archivers/xarchive/files/patch-doc-Makefile.in | 11 | ||||
-rw-r--r-- | archivers/xarchive/files/patch-doc_Makefile.in | 11 | ||||
-rw-r--r-- | archivers/xarchive/files/patch-src_main.c (renamed from archivers/xarchive/files/patch-src-main.c) | 12 | ||||
-rw-r--r-- | archivers/xarchive/files/patch-src_widgets__gtk.c (renamed from archivers/xarchive/files/patch-src-widgets_gtk.c) | 6 |
4 files changed, 20 insertions, 20 deletions
diff --git a/archivers/xarchive/files/patch-doc-Makefile.in b/archivers/xarchive/files/patch-doc-Makefile.in deleted file mode 100644 index 538f1296b1f8..000000000000 --- a/archivers/xarchive/files/patch-doc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./doc/Makefile.in.orig Wed May 17 08:42:06 2006 -+++ ./doc/Makefile.in Wed May 17 08:42:32 2006 -@@ -234,7 +234,7 @@ - - info-am: - --install-data-am: install-docDATA install-man -+install-data-am: install-man - - install-exec-am: - diff --git a/archivers/xarchive/files/patch-doc_Makefile.in b/archivers/xarchive/files/patch-doc_Makefile.in new file mode 100644 index 000000000000..1e9bc5a21a1a --- /dev/null +++ b/archivers/xarchive/files/patch-doc_Makefile.in @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig 2006-02-27 17:29:16 UTC ++++ doc/Makefile.in +@@ -234,7 +234,7 @@ info: info-am + + info-am: + +-install-data-am: install-docDATA install-man ++install-data-am: install-man + + install-exec-am: + diff --git a/archivers/xarchive/files/patch-src-main.c b/archivers/xarchive/files/patch-src_main.c index 0e1363951367..7138e8a0c1f1 100644 --- a/archivers/xarchive/files/patch-src-main.c +++ b/archivers/xarchive/files/patch-src_main.c @@ -1,6 +1,6 @@ ---- src/main.c.orig Sun Nov 6 21:26:45 2005 -+++ src/main.c Sun Nov 13 02:57:57 2005 -@@ -115,6 +115,7 @@ +--- src/main.c.orig 2006-02-23 17:25:47 UTC ++++ src/main.c +@@ -115,6 +115,7 @@ setup_wrappers(void) WrapperEntry *wrapent = NULL; home = g_strdup_printf("%s/.xarchive/wrappers", getenv("HOME")); @@ -8,11 +8,11 @@ char *dir[] = { home, -@@ -145,6 +146,7 @@ - if (WRAPPER_ARRAY == NULL) +@@ -146,6 +147,7 @@ setup_wrappers(void) { g_print("No wrappers found\n"); -+ } } ++ } } + extern gchar * diff --git a/archivers/xarchive/files/patch-src-widgets_gtk.c b/archivers/xarchive/files/patch-src_widgets__gtk.c index 58beeb2624d5..b0125309f4b4 100644 --- a/archivers/xarchive/files/patch-src-widgets_gtk.c +++ b/archivers/xarchive/files/patch-src_widgets__gtk.c @@ -1,6 +1,6 @@ ---- src/widgets_gtk.c.orig Tue Nov 8 20:39:01 2005 -+++ src/widgets_gtk.c Sun Nov 13 03:03:53 2005 -@@ -1022,8 +1022,9 @@ +--- src/widgets_gtk.c.orig 2006-02-27 14:00:30 UTC ++++ src/widgets_gtk.c +@@ -1131,8 +1131,9 @@ open_one_file(WrapperData *wrapper, gcha if (wrapper_cmd(AR_EXTRACT, wrapper->argv, wrapper->dir) == 0) { |