aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg/files
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-09-24 21:43:43 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-09-24 21:43:43 +0000
commitadcf207c9dd7218b283b68b982f394797fc642b5 (patch)
tree9c988ed00636962eef6641552649de0ddfbb0552 /ports-mgmt/pkg/files
parent8c3cc12386ad99aa0c42b2dfcfbff724429f1884 (diff)
downloadports-adcf207c9dd7218b283b68b982f394797fc642b5.tar.gz
ports-adcf207c9dd7218b283b68b982f394797fc642b5.zip
Notes
Diffstat (limited to 'ports-mgmt/pkg/files')
-rw-r--r--ports-mgmt/pkg/files/patch-libpkg__pkg_create.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/ports-mgmt/pkg/files/patch-libpkg__pkg_create.c b/ports-mgmt/pkg/files/patch-libpkg__pkg_create.c
new file mode 100644
index 000000000000..4e7ddc1cbc91
--- /dev/null
+++ b/ports-mgmt/pkg/files/patch-libpkg__pkg_create.c
@@ -0,0 +1,11 @@
+--- ./libpkg/pkg_create.c.orig 2013-09-24 16:27:05.716245523 -0500
++++ ./libpkg/pkg_create.c 2013-09-24 16:27:17.642245427 -0500
+@@ -323,7 +323,7 @@
+ goto cleanup;
+ }
+
+- if (pkg_files(pkg, &file) != EPKG_OK &&
++ if (0 && pkg_files(pkg, &file) != EPKG_OK &&
+ pkg_dirs(pkg, &dir) != EPKG_OK) {
+ /* Now traverse the file directories, adding to the archive */
+ packing_append_tree(pkg_archive, md_dir, NULL);