summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2/files/patch-i73157
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-09-22 00:02:02 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-09-22 00:02:02 +0000
commit6241317db92ce4ea93ccac1f639ec0178441592c (patch)
tree180debff90d599d581740810d0bb2d1a38df9c9e /editors/openoffice.org-2/files/patch-i73157
parentUpdate to 1.7. (diff)
Update to 2.3.0.
Diffstat (limited to 'editors/openoffice.org-2/files/patch-i73157')
-rw-r--r--editors/openoffice.org-2/files/patch-i7315730
1 files changed, 0 insertions, 30 deletions
diff --git a/editors/openoffice.org-2/files/patch-i73157 b/editors/openoffice.org-2/files/patch-i73157
deleted file mode 100644
index 17d987622060..000000000000
--- a/editors/openoffice.org-2/files/patch-i73157
+++ /dev/null
@@ -1,30 +0,0 @@
---- 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);
-
-
-