diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-05 07:11:59 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-05 07:11:59 +0000 |
commit | 0428227a94485def1f9aea66cf6ebd53411939a8 (patch) | |
tree | b372b03b16b65bf273580e06d57466052ce56e69 /editors/openoffice.org-3-RC | |
parent | 334fd30dfee78156c7a62f4160d12178493fc73f (diff) | |
download | ports-0428227a94485def1f9aea66cf6ebd53411939a8.tar.gz ports-0428227a94485def1f9aea66cf6ebd53411939a8.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-i73157 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i73157 b/editors/openoffice.org-3-RC/files/patch-i73157 new file mode 100644 index 000000000000..17d987622060 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-i73157 @@ -0,0 +1,30 @@ +--- epm/epm-3.7.patch.orig Tue Aug 1 22:20:23 2006 ++++ epm/epm-3.7.patch Sat Dec 23 07:00:30 2006 +@@ -68,7 +68,11 @@ + fprintf(fp, "@exec /bin/chmod %04o %s\n", file->mode, file->dst); + } + *************** +-*** 330,337 **** ++*** 326,337 **** ++ if (Verbosity) ++ puts("Building FreeBSD pkg binary distribution..."); ++ ++! if (run_command(NULL, "pkg_create -p / -s %s -c %s -d %s -f %s %s", + current, commentname, descrname, plistname, name)) + return (1); + +@@ -77,7 +81,11 @@ + + /* + * Remove temporary files... +---- 348,356 ---- ++--- 344,356 ---- ++ if (Verbosity) ++ puts("Building FreeBSD pkg binary distribution..."); ++ ++! if (run_command(NULL, "/usr/sbin/pkg_create -p / -s %s -c %s -d %s -f %s %s", + current, commentname, descrname, plistname, name)) + return (1); + + + |