Now creates version independent name.

Requested by: nork, daichi and Peter Jeremy <PeterJeremy@optushome.com.au>
This commit is contained in:
Maho Nakata 2005-01-16 08:51:17 +00:00
parent 8e413f83eb
commit 619ee32ea0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126556
168 changed files with 804 additions and 180 deletions

View File

@ -176,6 +176,7 @@ post-install:
${WRKDIR}/openoffice-wrapper
@${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \
${PREFIX}/bin/${EXECBASE}
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/openoffice.org
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sagenda
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-scalc
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sdraw

View File

@ -1,6 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
#iZ and CWS data
o http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1806&Path=SRC680%2Fconfigure4
o configure4
Description
o Correct PTHREAD_CFLAGS, PTHREAD_LIBS
o CUPS support via --enable-cups

View File

@ -1,4 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=37731
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=37731
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
Do not export LINK to environment
Index: config_office/set_soenv.in
===================================================================

View File

@ -1,5 +1,10 @@
http://qa.openoffice.org/issues/show_bug.cgi?id=24142
#iZ and CWS data
o http://qa.openoffice.org/issues/show_bug.cgi?id=24142
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1274&Path=SRC680%2Fsdksample
o sdksample
Description
N/A
--- odk/setsdkenv_unix.in Sun Jan 25 18:41:01 2004
+++ odk/setsdkenv_unix.in Sun Jan 25 18:42:00 2004
@@ -2,7 +2,8 @@

View File

@ -1,5 +1,10 @@
http://qa.openoffice.org/issues/show_bug.cgi?id=24142
#iZ and CWS data
o http://qa.openoffice.org/issues/show_bug.cgi?id=24142
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1274&Path=SRC680%2Fsdksample
o sdksample
Description
N/A
--- odk/settings/settings.mk Sun Jan 25 18:41:02 2004
+++ odk/settings/settings.mk Sun Jan 25 18:45:09 2004
@@ -368,3 +368,85 @@

View File

@ -1,5 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40177
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40177
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1969&Path=SRC680%2Fpresperf01
o presperf01
Description
Contains an illigal char.
build breaks at odk project
like

View File

@ -1,5 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40178
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40178
Description
catch up recent version of
bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
Only difference is:

View File

@ -1,4 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40179
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40179
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
o source/config/ldap/makefile.mk needs -lcompat since re_comp is defined here.
o FreeBSD doesn't have -ldl

View File

@ -1,4 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40180
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40180
Description
Vendor name of FreeBSD's Java
(http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/jdk14/)

View File

@ -1,4 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40181
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40181
o pyunofixes1
Desctiption
need FreeBSD's definition
Index: python/Python-2.3.4.patch
===================================================================

View File

@ -1,6 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=39958
http://www.openoffice.org/issues/show_bug.cgi?id=38417
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=39958
o http://www.openoffice.org/issues/show_bug.cgi?id=38417
o xmlsec08
Description
o Not for integration, we should provide configure based one
Note: malloc.h is deprecated for FreeBSD.
o use configure to produce config.h

View File

@ -1,5 +1,8 @@
http://www.openoffice.org/issues/show_bug.cgi?id=27753
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=27753
o vcl34
Description
The isnan() macro is a new feature of C99 and not yet part of C++.
Index: source/helper/strhelper.cxx
===================================================================

View File

@ -1,5 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40182
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40182
Description
o catch up recent unxlngi6.mk
o -Wl,-z,defs -> comment out

View File

@ -1,5 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40184
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40184
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
FreeBSD doesn't have alloca.h
Index: source/xmlparse.cxx

View File

@ -176,6 +176,7 @@ post-install:
${WRKDIR}/openoffice-wrapper
@${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \
${PREFIX}/bin/${EXECBASE}
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/openoffice.org
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sagenda
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-scalc
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sdraw

View File

@ -1,6 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
#iZ and CWS data
o http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1806&Path=SRC680%2Fconfigure4
o configure4
Description
o Correct PTHREAD_CFLAGS, PTHREAD_LIBS
o CUPS support via --enable-cups

View File

@ -1,4 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=37731
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=37731
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
Do not export LINK to environment
Index: config_office/set_soenv.in
===================================================================

View File

@ -1,5 +1,10 @@
http://qa.openoffice.org/issues/show_bug.cgi?id=24142
#iZ and CWS data
o http://qa.openoffice.org/issues/show_bug.cgi?id=24142
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1274&Path=SRC680%2Fsdksample
o sdksample
Description
N/A
--- odk/setsdkenv_unix.in Sun Jan 25 18:41:01 2004
+++ odk/setsdkenv_unix.in Sun Jan 25 18:42:00 2004
@@ -2,7 +2,8 @@

View File

@ -1,5 +1,10 @@
http://qa.openoffice.org/issues/show_bug.cgi?id=24142
#iZ and CWS data
o http://qa.openoffice.org/issues/show_bug.cgi?id=24142
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1274&Path=SRC680%2Fsdksample
o sdksample
Description
N/A
--- odk/settings/settings.mk Sun Jan 25 18:41:02 2004
+++ odk/settings/settings.mk Sun Jan 25 18:45:09 2004
@@ -368,3 +368,85 @@

View File

@ -1,5 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40177
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40177
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1969&Path=SRC680%2Fpresperf01
o presperf01
Description
Contains an illigal char.
build breaks at odk project
like

View File

@ -1,5 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40178
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40178
Description
catch up recent version of
bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
Only difference is:

View File

@ -1,4 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40179
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40179
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
o source/config/ldap/makefile.mk needs -lcompat since re_comp is defined here.
o FreeBSD doesn't have -ldl

View File

@ -1,4 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40180
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40180
Description
Vendor name of FreeBSD's Java
(http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/jdk14/)

View File

@ -1,4 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40181
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40181
o pyunofixes1
Desctiption
need FreeBSD's definition
Index: python/Python-2.3.4.patch
===================================================================

View File

@ -1,6 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=39958
http://www.openoffice.org/issues/show_bug.cgi?id=38417
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=39958
o http://www.openoffice.org/issues/show_bug.cgi?id=38417
o xmlsec08
Description
o Not for integration, we should provide configure based one
Note: malloc.h is deprecated for FreeBSD.
o use configure to produce config.h

View File

@ -1,5 +1,8 @@
http://www.openoffice.org/issues/show_bug.cgi?id=27753
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=27753
o vcl34
Description
The isnan() macro is a new feature of C99 and not yet part of C++.
Index: source/helper/strhelper.cxx
===================================================================

View File

@ -1,5 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40182
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40182
Description
o catch up recent unxlngi6.mk
o -Wl,-z,defs -> comment out

View File

@ -1,5 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40184
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40184
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
FreeBSD doesn't have alloca.h
Index: source/xmlparse.cxx

View File

@ -176,6 +176,7 @@ post-install:
${WRKDIR}/openoffice-wrapper
@${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \
${PREFIX}/bin/${EXECBASE}
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/openoffice.org
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sagenda
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-scalc
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sdraw

View File

@ -1,6 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
#iZ and CWS data
o http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1806&Path=SRC680%2Fconfigure4
o configure4
Description
o Correct PTHREAD_CFLAGS, PTHREAD_LIBS
o CUPS support via --enable-cups

View File

@ -1,4 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=37731
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=37731
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
Do not export LINK to environment
Index: config_office/set_soenv.in
===================================================================

View File

@ -1,5 +1,10 @@
http://qa.openoffice.org/issues/show_bug.cgi?id=24142
#iZ and CWS data
o http://qa.openoffice.org/issues/show_bug.cgi?id=24142
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1274&Path=SRC680%2Fsdksample
o sdksample
Description
N/A
--- odk/setsdkenv_unix.in Sun Jan 25 18:41:01 2004
+++ odk/setsdkenv_unix.in Sun Jan 25 18:42:00 2004
@@ -2,7 +2,8 @@

View File

@ -1,5 +1,10 @@
http://qa.openoffice.org/issues/show_bug.cgi?id=24142
#iZ and CWS data
o http://qa.openoffice.org/issues/show_bug.cgi?id=24142
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1274&Path=SRC680%2Fsdksample
o sdksample
Description
N/A
--- odk/settings/settings.mk Sun Jan 25 18:41:02 2004
+++ odk/settings/settings.mk Sun Jan 25 18:45:09 2004
@@ -368,3 +368,85 @@

View File

@ -1,5 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40177
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40177
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1969&Path=SRC680%2Fpresperf01
o presperf01
Description
Contains an illigal char.
build breaks at odk project
like

View File

@ -1,5 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40178
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40178
Description
catch up recent version of
bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
Only difference is:

View File

@ -1,4 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40179
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40179
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
o source/config/ldap/makefile.mk needs -lcompat since re_comp is defined here.
o FreeBSD doesn't have -ldl

View File

@ -1,4 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40180
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40180
Description
Vendor name of FreeBSD's Java
(http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/jdk14/)

View File

@ -1,4 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40181
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40181
o pyunofixes1
Desctiption
need FreeBSD's definition
Index: python/Python-2.3.4.patch
===================================================================

View File

@ -1,6 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=39958
http://www.openoffice.org/issues/show_bug.cgi?id=38417
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=39958
o http://www.openoffice.org/issues/show_bug.cgi?id=38417
o xmlsec08
Description
o Not for integration, we should provide configure based one
Note: malloc.h is deprecated for FreeBSD.
o use configure to produce config.h

View File

@ -1,5 +1,8 @@
http://www.openoffice.org/issues/show_bug.cgi?id=27753
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=27753
o vcl34
Description
The isnan() macro is a new feature of C99 and not yet part of C++.
Index: source/helper/strhelper.cxx
===================================================================

View File

@ -1,5 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40182
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40182
Description
o catch up recent unxlngi6.mk
o -Wl,-z,defs -> comment out

View File

@ -1,5 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40184
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40184
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
FreeBSD doesn't have alloca.h
Index: source/xmlparse.cxx

View File

@ -176,6 +176,7 @@ post-install:
${WRKDIR}/openoffice-wrapper
@${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \
${PREFIX}/bin/${EXECBASE}
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/openoffice.org
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sagenda
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-scalc
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sdraw

View File

@ -1,6 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
#iZ and CWS data
o http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1806&Path=SRC680%2Fconfigure4
o configure4
Description
o Correct PTHREAD_CFLAGS, PTHREAD_LIBS
o CUPS support via --enable-cups

View File

@ -1,4 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=37731
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=37731
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
Do not export LINK to environment
Index: config_office/set_soenv.in
===================================================================

View File

@ -1,5 +1,10 @@
http://qa.openoffice.org/issues/show_bug.cgi?id=24142
#iZ and CWS data
o http://qa.openoffice.org/issues/show_bug.cgi?id=24142
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1274&Path=SRC680%2Fsdksample
o sdksample
Description
N/A
--- odk/setsdkenv_unix.in Sun Jan 25 18:41:01 2004
+++ odk/setsdkenv_unix.in Sun Jan 25 18:42:00 2004
@@ -2,7 +2,8 @@

View File

@ -1,5 +1,10 @@
http://qa.openoffice.org/issues/show_bug.cgi?id=24142
#iZ and CWS data
o http://qa.openoffice.org/issues/show_bug.cgi?id=24142
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1274&Path=SRC680%2Fsdksample
o sdksample
Description
N/A
--- odk/settings/settings.mk Sun Jan 25 18:41:02 2004
+++ odk/settings/settings.mk Sun Jan 25 18:45:09 2004
@@ -368,3 +368,85 @@

View File

@ -1,5 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40177
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40177
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1969&Path=SRC680%2Fpresperf01
o presperf01
Description
Contains an illigal char.
build breaks at odk project
like

View File

@ -1,5 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40178
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40178
Description
catch up recent version of
bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
Only difference is:

View File

@ -1,4 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40179
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40179
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
o source/config/ldap/makefile.mk needs -lcompat since re_comp is defined here.
o FreeBSD doesn't have -ldl

View File

@ -1,4 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40180
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40180
Description
Vendor name of FreeBSD's Java
(http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/jdk14/)

View File

@ -1,4 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40181
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40181
o pyunofixes1
Desctiption
need FreeBSD's definition
Index: python/Python-2.3.4.patch
===================================================================

View File

@ -1,6 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=39958
http://www.openoffice.org/issues/show_bug.cgi?id=38417
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=39958
o http://www.openoffice.org/issues/show_bug.cgi?id=38417
o xmlsec08
Description
o Not for integration, we should provide configure based one
Note: malloc.h is deprecated for FreeBSD.
o use configure to produce config.h

View File

@ -1,5 +1,8 @@
http://www.openoffice.org/issues/show_bug.cgi?id=27753
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=27753
o vcl34
Description
The isnan() macro is a new feature of C99 and not yet part of C++.
Index: source/helper/strhelper.cxx
===================================================================

View File

@ -1,5 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40182
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40182
Description
o catch up recent unxlngi6.mk
o -Wl,-z,defs -> comment out

View File

@ -1,5 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40184
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40184
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
FreeBSD doesn't have alloca.h
Index: source/xmlparse.cxx

View File

@ -176,6 +176,7 @@ post-install:
${WRKDIR}/openoffice-wrapper
@${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \
${PREFIX}/bin/${EXECBASE}
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/openoffice.org
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sagenda
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-scalc
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sdraw

View File

@ -1,6 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
#iZ and CWS data
o http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1806&Path=SRC680%2Fconfigure4
o configure4
Description
o Correct PTHREAD_CFLAGS, PTHREAD_LIBS
o CUPS support via --enable-cups

View File

@ -1,4 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=37731
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=37731
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
Do not export LINK to environment
Index: config_office/set_soenv.in
===================================================================

View File

@ -1,5 +1,10 @@
http://qa.openoffice.org/issues/show_bug.cgi?id=24142
#iZ and CWS data
o http://qa.openoffice.org/issues/show_bug.cgi?id=24142
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1274&Path=SRC680%2Fsdksample
o sdksample
Description
N/A
--- odk/setsdkenv_unix.in Sun Jan 25 18:41:01 2004
+++ odk/setsdkenv_unix.in Sun Jan 25 18:42:00 2004
@@ -2,7 +2,8 @@

View File

@ -1,5 +1,10 @@
http://qa.openoffice.org/issues/show_bug.cgi?id=24142
#iZ and CWS data
o http://qa.openoffice.org/issues/show_bug.cgi?id=24142
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1274&Path=SRC680%2Fsdksample
o sdksample
Description
N/A
--- odk/settings/settings.mk Sun Jan 25 18:41:02 2004
+++ odk/settings/settings.mk Sun Jan 25 18:45:09 2004
@@ -368,3 +368,85 @@

View File

@ -1,5 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40177
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40177
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1969&Path=SRC680%2Fpresperf01
o presperf01
Description
Contains an illigal char.
build breaks at odk project
like

View File

@ -1,5 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40178
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40178
Description
catch up recent version of
bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
Only difference is:

View File

@ -1,4 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40179
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40179
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
o source/config/ldap/makefile.mk needs -lcompat since re_comp is defined here.
o FreeBSD doesn't have -ldl

View File

@ -1,4 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40180
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40180
Description
Vendor name of FreeBSD's Java
(http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/jdk14/)

View File

@ -1,4 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40181
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40181
o pyunofixes1
Desctiption
need FreeBSD's definition
Index: python/Python-2.3.4.patch
===================================================================

View File

@ -1,6 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=39958
http://www.openoffice.org/issues/show_bug.cgi?id=38417
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=39958
o http://www.openoffice.org/issues/show_bug.cgi?id=38417
o xmlsec08
Description
o Not for integration, we should provide configure based one
Note: malloc.h is deprecated for FreeBSD.
o use configure to produce config.h

View File

@ -1,5 +1,8 @@
http://www.openoffice.org/issues/show_bug.cgi?id=27753
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=27753
o vcl34
Description
The isnan() macro is a new feature of C99 and not yet part of C++.
Index: source/helper/strhelper.cxx
===================================================================

View File

@ -1,5 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40182
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40182
Description
o catch up recent unxlngi6.mk
o -Wl,-z,defs -> comment out

View File

@ -1,5 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40184
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40184
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
FreeBSD doesn't have alloca.h
Index: source/xmlparse.cxx

View File

@ -176,6 +176,7 @@ post-install:
${WRKDIR}/openoffice-wrapper
@${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \
${PREFIX}/bin/${EXECBASE}
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/openoffice.org
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sagenda
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-scalc
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sdraw

View File

@ -1,6 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
#iZ and CWS data
o http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1806&Path=SRC680%2Fconfigure4
o configure4
Description
o Correct PTHREAD_CFLAGS, PTHREAD_LIBS
o CUPS support via --enable-cups

View File

@ -1,4 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=37731
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=37731
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
Do not export LINK to environment
Index: config_office/set_soenv.in
===================================================================

View File

@ -1,5 +1,10 @@
http://qa.openoffice.org/issues/show_bug.cgi?id=24142
#iZ and CWS data
o http://qa.openoffice.org/issues/show_bug.cgi?id=24142
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1274&Path=SRC680%2Fsdksample
o sdksample
Description
N/A
--- odk/setsdkenv_unix.in Sun Jan 25 18:41:01 2004
+++ odk/setsdkenv_unix.in Sun Jan 25 18:42:00 2004
@@ -2,7 +2,8 @@

View File

@ -1,5 +1,10 @@
http://qa.openoffice.org/issues/show_bug.cgi?id=24142
#iZ and CWS data
o http://qa.openoffice.org/issues/show_bug.cgi?id=24142
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1274&Path=SRC680%2Fsdksample
o sdksample
Description
N/A
--- odk/settings/settings.mk Sun Jan 25 18:41:02 2004
+++ odk/settings/settings.mk Sun Jan 25 18:45:09 2004
@@ -368,3 +368,85 @@

View File

@ -1,5 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40177
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40177
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1969&Path=SRC680%2Fpresperf01
o presperf01
Description
Contains an illigal char.
build breaks at odk project
like

View File

@ -1,5 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40178
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40178
Description
catch up recent version of
bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
Only difference is:

View File

@ -1,4 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40179
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40179
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
o source/config/ldap/makefile.mk needs -lcompat since re_comp is defined here.
o FreeBSD doesn't have -ldl

View File

@ -1,4 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40180
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40180
Description
Vendor name of FreeBSD's Java
(http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/jdk14/)

View File

@ -1,4 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40181
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40181
o pyunofixes1
Desctiption
need FreeBSD's definition
Index: python/Python-2.3.4.patch
===================================================================

View File

@ -1,6 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=39958
http://www.openoffice.org/issues/show_bug.cgi?id=38417
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=39958
o http://www.openoffice.org/issues/show_bug.cgi?id=38417
o xmlsec08
Description
o Not for integration, we should provide configure based one
Note: malloc.h is deprecated for FreeBSD.
o use configure to produce config.h

View File

@ -1,5 +1,8 @@
http://www.openoffice.org/issues/show_bug.cgi?id=27753
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=27753
o vcl34
Description
The isnan() macro is a new feature of C99 and not yet part of C++.
Index: source/helper/strhelper.cxx
===================================================================

View File

@ -1,5 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40182
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40182
Description
o catch up recent unxlngi6.mk
o -Wl,-z,defs -> comment out

View File

@ -1,5 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40184
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40184
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
FreeBSD doesn't have alloca.h
Index: source/xmlparse.cxx

View File

@ -176,6 +176,7 @@ post-install:
${WRKDIR}/openoffice-wrapper
@${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \
${PREFIX}/bin/${EXECBASE}
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/openoffice.org
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sagenda
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-scalc
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sdraw

View File

@ -1,6 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
#iZ and CWS data
o http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1806&Path=SRC680%2Fconfigure4
o configure4
Description
o Correct PTHREAD_CFLAGS, PTHREAD_LIBS
o CUPS support via --enable-cups

View File

@ -1,4 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=37731
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=37731
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
Do not export LINK to environment
Index: config_office/set_soenv.in
===================================================================

View File

@ -1,5 +1,10 @@
http://qa.openoffice.org/issues/show_bug.cgi?id=24142
#iZ and CWS data
o http://qa.openoffice.org/issues/show_bug.cgi?id=24142
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1274&Path=SRC680%2Fsdksample
o sdksample
Description
N/A
--- odk/setsdkenv_unix.in Sun Jan 25 18:41:01 2004
+++ odk/setsdkenv_unix.in Sun Jan 25 18:42:00 2004
@@ -2,7 +2,8 @@

View File

@ -1,5 +1,10 @@
http://qa.openoffice.org/issues/show_bug.cgi?id=24142
#iZ and CWS data
o http://qa.openoffice.org/issues/show_bug.cgi?id=24142
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1274&Path=SRC680%2Fsdksample
o sdksample
Description
N/A
--- odk/settings/settings.mk Sun Jan 25 18:41:02 2004
+++ odk/settings/settings.mk Sun Jan 25 18:45:09 2004
@@ -368,3 +368,85 @@

View File

@ -1,5 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40177
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40177
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1969&Path=SRC680%2Fpresperf01
o presperf01
Description
Contains an illigal char.
build breaks at odk project
like

View File

@ -1,5 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40178
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40178
Description
catch up recent version of
bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
Only difference is:

View File

@ -1,4 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40179
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40179
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
o source/config/ldap/makefile.mk needs -lcompat since re_comp is defined here.
o FreeBSD doesn't have -ldl

View File

@ -1,4 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40180
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40180
Description
Vendor name of FreeBSD's Java
(http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/jdk14/)

View File

@ -1,4 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40181
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40181
o pyunofixes1
Desctiption
need FreeBSD's definition
Index: python/Python-2.3.4.patch
===================================================================

View File

@ -1,6 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=39958
http://www.openoffice.org/issues/show_bug.cgi?id=38417
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=39958
o http://www.openoffice.org/issues/show_bug.cgi?id=38417
o xmlsec08
Description
o Not for integration, we should provide configure based one
Note: malloc.h is deprecated for FreeBSD.
o use configure to produce config.h

View File

@ -1,5 +1,8 @@
http://www.openoffice.org/issues/show_bug.cgi?id=27753
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=27753
o vcl34
Description
The isnan() macro is a new feature of C99 and not yet part of C++.
Index: source/helper/strhelper.cxx
===================================================================

View File

@ -1,5 +1,7 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40182
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40182
Description
o catch up recent unxlngi6.mk
o -Wl,-z,defs -> comment out

View File

@ -1,5 +1,9 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40184
#iZ and CWS
o http://www.openoffice.org/issues/show_bug.cgi?id=40184
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=2030&Path=SRC680%2Fpj16
o pj16
Description
FreeBSD doesn't have alloca.h
Index: source/xmlparse.cxx

View File

@ -176,6 +176,7 @@ post-install:
${WRKDIR}/openoffice-wrapper
@${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \
${PREFIX}/bin/${EXECBASE}
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/openoffice.org
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sagenda
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-scalc
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sdraw

View File

@ -1,6 +1,10 @@
http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
#iZ and CWS data
o http://www.openoffice.org/issues/show_bug.cgi?id=40176
http://www.openoffice.org/issues/show_bug.cgi?id=40226
o http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1806&Path=SRC680%2Fconfigure4
o configure4
Description
o Correct PTHREAD_CFLAGS, PTHREAD_LIBS
o CUPS support via --enable-cups

Some files were not shown because too many files have changed in this diff Show More