1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

update to svn 1391327

This commit is contained in:
Maho Nakata 2012-09-29 01:03:10 +00:00
parent 843bd7a537
commit a83d2fc307
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305018
4 changed files with 5 additions and 33 deletions

View File

@ -72,7 +72,7 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh
OOOSRC= ApacheOpenOffice.r${SVNREVISION}${EXTRACT_SUFX}
EXTSRC= ApacheOpenOffice.ext_sources.r${SVNREVISION}${EXTRACT_SUFX}
OOODIR= openoffice.org3
SVNREVISION= 1388426
SVNREVISION= 1391327
INSTALLATION_BASEDIR?= openoffice-r${SVNREVISION}
EXECBASE?= openoffice-r${SVNREVISION}
DIST_SUBDIR= openoffice

View File

@ -1,6 +1,6 @@
SHA256 (openoffice/ApacheOpenOffice.r1388426.tar.bz2) = 12c6355089ade5b11b7f79a0e2dcc7ce347e5f89ad2618a407ba925b8b25212b
SIZE (openoffice/ApacheOpenOffice.r1388426.tar.bz2) = 292171157
SHA256 (openoffice/ApacheOpenOffice.ext_sources.r1388426.tar.bz2) = 7f83593ff35f81cd29eeaae70ad0e9a4c9038c217c233c8203507e051a8f749b
SIZE (openoffice/ApacheOpenOffice.ext_sources.r1388426.tar.bz2) = 175972011
SHA256 (openoffice/ApacheOpenOffice.r1391327.tar.bz2) = f75e6f6843e94314689724b4bf7aed42b1608280282bbba8427a63ca0fe7cb95
SIZE (openoffice/ApacheOpenOffice.r1391327.tar.bz2) = 273952802
SHA256 (openoffice/ApacheOpenOffice.ext_sources.r1391327.tar.bz2) = 4df5bad2bd5aac0ddb67a6100f1e261c63a90566605fdc98e669792ce5e4bf40
SIZE (openoffice/ApacheOpenOffice.ext_sources.r1391327.tar.bz2) = 174433246
SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
SIZE (openoffice/unowinreg.dll) = 6144

View File

@ -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)

View File

@ -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: