Update to 3.2.1.
Funded by: OpenOffice.org community.
This commit is contained in:
parent
0e4b966756
commit
2a9e6e3962
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255762
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME?= openoffice.org
|
||||
PORTVERSION?= ${OOOVERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES+= editors java
|
||||
MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||
http://ooopackages.good-day.net/pub/OpenOffice.org/misc/moz/:mozsrc \
|
||||
@ -24,7 +23,7 @@ COMMENT= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(releas
|
||||
|
||||
CONFLICTS= cppunit*
|
||||
|
||||
OOOVERSION= 3.2.0
|
||||
OOOVERSION= 3.2.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
.if !defined(WITHOUT_MOZILLA)
|
||||
@ -76,7 +75,7 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
|
||||
FREEBSD_ENV_SET= FreeBSDX86Env.Set
|
||||
.endif
|
||||
|
||||
MILESTONE?= 12
|
||||
MILESTONE?= 19
|
||||
OOOTAG?= OOO320_m${MILESTONE}
|
||||
OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX}
|
||||
OOODIR= openoffice.org3
|
||||
@ -151,11 +150,11 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \
|
||||
--enable-wiki-publisher \
|
||||
--enable-report-builder
|
||||
|
||||
OOOEXTENSIONS+= minimizer/sun-presentation-minimizer.oxt
|
||||
OOOEXTENSIONS+= minimizer/presentation-minimizer.oxt
|
||||
OOOEXTENSIONS+= presenter/presenter-screen.oxt
|
||||
OOOEXTENSIONS+= pdfimport/pdfimport.oxt
|
||||
OOOEXTENSIONS+= swext/wiki-publisher.oxt
|
||||
OOOEXTENSIONS+= sun-report-builder.oxt
|
||||
OOOEXTENSIONS+= report-builder.oxt
|
||||
|
||||
.if (${OSVERSION} <= 602102)
|
||||
EXTRA_PATCHES+= ${FILESDIR}/rtld-workaround-i66667
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (openoffice.org3/OOo_OOO320_m12_source.tar.bz2) = 11fc18288da977d1007c90dfffbee865
|
||||
SHA256 (openoffice.org3/OOo_OOO320_m12_source.tar.bz2) = bb15929f9316af39596cd169cba9c9f86cfb6c7f623cb93ba662d5ebf162ef26
|
||||
SIZE (openoffice.org3/OOo_OOO320_m12_source.tar.bz2) = 447062642
|
||||
MD5 (openoffice.org3/OOo_OOO320_m19_source.tar.bz2) = feb692912799d9f7369a48d704f3b6df
|
||||
SHA256 (openoffice.org3/OOo_OOO320_m19_source.tar.bz2) = 130a7ec1c61f3f18698be40312ab7457bd46aac0281e412b4f9d7b9d422e2d79
|
||||
SIZE (openoffice.org3/OOo_OOO320_m19_source.tar.bz2) = 447921964
|
||||
MD5 (openoffice.org3/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d
|
||||
SHA256 (openoffice.org3/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
|
||||
SIZE (openoffice.org3/unowinreg.dll) = 6144
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- openssl/makefile.mk.orig 2009-12-06 12:25:44.000000000 +0900
|
||||
+++ openssl/makefile.mk 2009-12-12 17:14:17.000000000 +0900
|
||||
@@ -65,7 +65,7 @@
|
||||
@@ -61,7 +61,7 @@
|
||||
OUT2LIB += libcrypto.*
|
||||
OUT2INC += include/openssl/*
|
||||
|
||||
@ -8,16 +8,16 @@
|
||||
+.IF "$(OS)" == "LINUX"
|
||||
PATCH_FILES=openssllnx.patch
|
||||
ADDITIONAL_FILES:= \
|
||||
libcrypto_OOo_0_9_8l.map \
|
||||
@@ -103,6 +103,22 @@
|
||||
libcrypto_OOo_0_9_8n.map \
|
||||
@@ -99,6 +99,22 @@
|
||||
.ENDIF
|
||||
.ENDIF
|
||||
|
||||
+.IF "$(OS)" == "FREEBSD"
|
||||
+ PATCH_FILES=openssllnx.patch
|
||||
+ ADDITIONAL_FILES:= \
|
||||
+ libcrypto_OOo_0_9_8l.map \
|
||||
+ libssl_OOo_0_9_8l.map
|
||||
+ libcrypto_OOo_0_9_8n.map \
|
||||
+ libssl_OOo_0_9_8n.map
|
||||
+ .IF "$(CPU)" == "I"
|
||||
+ CONFIGURE_ACTION=Configure BSD-x86-elf
|
||||
+ .ELIF "$(BUILD64)" == "1"
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME?= openoffice.org
|
||||
PORTVERSION?= ${OOOVERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES+= editors java
|
||||
MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||
http://ooopackages.good-day.net/pub/OpenOffice.org/misc/moz/:mozsrc \
|
||||
@ -24,7 +23,7 @@ COMMENT= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(releas
|
||||
|
||||
CONFLICTS= cppunit*
|
||||
|
||||
OOOVERSION= 3.2.0
|
||||
OOOVERSION= 3.2.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
.if !defined(WITHOUT_MOZILLA)
|
||||
@ -76,7 +75,7 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
|
||||
FREEBSD_ENV_SET= FreeBSDX86Env.Set
|
||||
.endif
|
||||
|
||||
MILESTONE?= 12
|
||||
MILESTONE?= 19
|
||||
OOOTAG?= OOO320_m${MILESTONE}
|
||||
OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX}
|
||||
OOODIR= openoffice.org3
|
||||
@ -151,11 +150,11 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \
|
||||
--enable-wiki-publisher \
|
||||
--enable-report-builder
|
||||
|
||||
OOOEXTENSIONS+= minimizer/sun-presentation-minimizer.oxt
|
||||
OOOEXTENSIONS+= minimizer/presentation-minimizer.oxt
|
||||
OOOEXTENSIONS+= presenter/presenter-screen.oxt
|
||||
OOOEXTENSIONS+= pdfimport/pdfimport.oxt
|
||||
OOOEXTENSIONS+= swext/wiki-publisher.oxt
|
||||
OOOEXTENSIONS+= sun-report-builder.oxt
|
||||
OOOEXTENSIONS+= report-builder.oxt
|
||||
|
||||
.if (${OSVERSION} <= 602102)
|
||||
EXTRA_PATCHES+= ${FILESDIR}/rtld-workaround-i66667
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (openoffice.org3/OOo_OOO320_m12_source.tar.bz2) = 11fc18288da977d1007c90dfffbee865
|
||||
SHA256 (openoffice.org3/OOo_OOO320_m12_source.tar.bz2) = bb15929f9316af39596cd169cba9c9f86cfb6c7f623cb93ba662d5ebf162ef26
|
||||
SIZE (openoffice.org3/OOo_OOO320_m12_source.tar.bz2) = 447062642
|
||||
MD5 (openoffice.org3/OOo_OOO320_m19_source.tar.bz2) = feb692912799d9f7369a48d704f3b6df
|
||||
SHA256 (openoffice.org3/OOo_OOO320_m19_source.tar.bz2) = 130a7ec1c61f3f18698be40312ab7457bd46aac0281e412b4f9d7b9d422e2d79
|
||||
SIZE (openoffice.org3/OOo_OOO320_m19_source.tar.bz2) = 447921964
|
||||
MD5 (openoffice.org3/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d
|
||||
SHA256 (openoffice.org3/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
|
||||
SIZE (openoffice.org3/unowinreg.dll) = 6144
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- openssl/makefile.mk.orig 2009-12-06 12:25:44.000000000 +0900
|
||||
+++ openssl/makefile.mk 2009-12-12 17:14:17.000000000 +0900
|
||||
@@ -65,7 +65,7 @@
|
||||
@@ -61,7 +61,7 @@
|
||||
OUT2LIB += libcrypto.*
|
||||
OUT2INC += include/openssl/*
|
||||
|
||||
@ -8,16 +8,16 @@
|
||||
+.IF "$(OS)" == "LINUX"
|
||||
PATCH_FILES=openssllnx.patch
|
||||
ADDITIONAL_FILES:= \
|
||||
libcrypto_OOo_0_9_8l.map \
|
||||
@@ -103,6 +103,22 @@
|
||||
libcrypto_OOo_0_9_8n.map \
|
||||
@@ -99,6 +99,22 @@
|
||||
.ENDIF
|
||||
.ENDIF
|
||||
|
||||
+.IF "$(OS)" == "FREEBSD"
|
||||
+ PATCH_FILES=openssllnx.patch
|
||||
+ ADDITIONAL_FILES:= \
|
||||
+ libcrypto_OOo_0_9_8l.map \
|
||||
+ libssl_OOo_0_9_8l.map
|
||||
+ libcrypto_OOo_0_9_8n.map \
|
||||
+ libssl_OOo_0_9_8n.map
|
||||
+ .IF "$(CPU)" == "I"
|
||||
+ CONFIGURE_ACTION=Configure BSD-x86-elf
|
||||
+ .ELIF "$(BUILD64)" == "1"
|
||||
|
Loading…
Reference in New Issue
Block a user