summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/patch-i103628
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2012-05-09 03:31:01 +0000
committerMaho Nakata <maho@FreeBSD.org>2012-05-09 03:31:01 +0000
commit4b1d9ccee7a4370b152f1b57284ff8ec61c8263d (patch)
tree802a53530d12c1fff46db26de8d953ba357b47d8 /editors/openoffice.org-3/files/patch-i103628
parentRepocopy has done, connect editors/openoffice-3 and (diff)
Remove editors/openoffice.org-3 port as it has been renamed.
PR: 167305
Notes
Notes: svn path=/head/; revision=296267
Diffstat (limited to 'editors/openoffice.org-3/files/patch-i103628')
-rw-r--r--editors/openoffice.org-3/files/patch-i10362826
1 files changed, 0 insertions, 26 deletions
diff --git a/editors/openoffice.org-3/files/patch-i103628 b/editors/openoffice.org-3/files/patch-i103628
deleted file mode 100644
index c3846bc27ae2..000000000000
--- a/editors/openoffice.org-3/files/patch-i103628
+++ /dev/null
@@ -1,26 +0,0 @@
-very strange workaround indeed.
-
---- qadevOOo/runner/makefile.mk 2009-07-04 12:13:19.000000000 +0900
-+++ qadevOOo/runner/makefile.mk 2009-07-19 09:37:44.000000000 +0900
-@@ -42,6 +42,7 @@ SUBDIRS_RUNNER = util share stats lib co
-
- JARCOMMANDS_TESTS = $(foreach,i,$(SUBDIRS_TESTS) -C $(CLASSDIR) $i)
- JARCOMMANDS_RUNNER = $(foreach,i,$(SUBDIRS_RUNNER) -C $(CLASSDIR) $i)
-+JAR=${JAVA_HOME}/bin/jar
-
- # --- Targets ------------------------------------------------------
- .IF "$(SOLAR_JAVA)"=="TRUE"
-@@ -52,11 +53,11 @@ OWNJAR: ALLTAR
-
- # LLA: parameter v is only verbose, need too long!
- OWNJAR: LIGHT
-- jar cfm $(CLASSDIR)$/$(TARGET).jar manifest -C $(PRJ) objdsc $(JARCOMMANDS_TESTS) $(JARCOMMANDS_RUNNER)
-+ ${JAR} cfm $(CLASSDIR)$/$(TARGET).jar manifest -C $(PRJ) objdsc $(JARCOMMANDS_TESTS) $(JARCOMMANDS_RUNNER)
-
- # LLA: parameter v is only verbose, need too long!
- LIGHT:
-- jar cfm $(CLASSDIR)$/$(TARGET)Light.jar manifest $(JARCOMMANDS_RUNNER)
-+ ${JAR} cfm $(CLASSDIR)$/$(TARGET)Light.jar manifest $(JARCOMMANDS_RUNNER)
-
- .ELSE
- all: