summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2012-09-29 01:03:10 +0000
committerMaho Nakata <maho@FreeBSD.org>2012-09-29 01:03:10 +0000
commita83d2fc307cc467a058b05e75aae4bef31c14d4a (patch)
tree3000222853de98a7a807ec24204c40ecb9ef79e6 /editors/openoffice-3-devel/files
parentUpdate to Wine 1.5.14. This includes the following changes: (diff)
update to svn 1391327
Notes
Notes: svn path=/head/; revision=305018
Diffstat (limited to 'editors/openoffice-3-devel/files')
-rw-r--r--editors/openoffice-3-devel/files/patch-configure.in12
-rw-r--r--editors/openoffice-3-devel/files/patch-sed16
2 files changed, 0 insertions, 28 deletions
diff --git a/editors/openoffice-3-devel/files/patch-configure.in b/editors/openoffice-3-devel/files/patch-configure.in
deleted file mode 100644
index 8594ed9b1174..000000000000
--- a/editors/openoffice-3-devel/files/patch-configure.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.in~ 2012-09-21 20:42:22.000000000 +0900
-+++ configure.in 2012-09-26 13:32:06.000000000 +0900
-@@ -52,6 +52,9 @@
- AC_ARG_WITH(system-graphite,
- [ --with-system-graphite use graphite library already installed on system
- ],,)
-+AC_ARG_WITH(system-apache-commons,
-+[ --with-system-apache-commons use apache-commons jar files already installed on system
-+],,)
- AC_ARG_ENABLE(online-update,
- [ --disable-online-update Disables the Online Update feature.
- ],,enable_online_update=yes)
diff --git a/editors/openoffice-3-devel/files/patch-sed b/editors/openoffice-3-devel/files/patch-sed
deleted file mode 100644
index 0907725277fe..000000000000
--- a/editors/openoffice-3-devel/files/patch-sed
+++ /dev/null
@@ -1,16 +0,0 @@
---- swext/mediawiki/makefile.mk 2012-09-21 20:36:58.000000000 +0900
-+++ swext/mediawiki/makefile.mk 2012-09-26 16:36:38.000000000 +0900
-@@ -50,10 +50,10 @@
-
- fix_system_commons:
- @echo "Fix Java Class-Path entry for Apache Commons libraries from system."
-- @$(SED) -r -e "s#(name=\"Class-Path\" value=\").*\"#\1file://$(COMMONS_CODEC_JAR) file://$(COMMONS_LANG_JAR) \
--file://$(COMMONS_HTTPCLIENT_JAR) file://$(COMMONS_LOGGING_JAR)\"#" -i build.xml
-+ @$(SED) -i.bak -r -e "s#(name=\"Class-Path\" value=\").*\"#\1file://$(COMMONS_CODEC_JAR) file://$(COMMONS_LANG_JAR) \
-+file://$(COMMONS_HTTPCLIENT_JAR) file://$(COMMONS_LOGGING_JAR)\"#" build.xml
- @echo "Unbundle Apache Commons libraries from Mediawiki Presentation extension."
-- @$(SED) '/file="..commons/d' -i build.xml
-+ @$(SED) -i.bak '/file="..commons/d' build.xml
-
- .ELSE
- @all: