- add a pseudo flavor called cleanobj that reduces the disk space needed
to build openoffice by cleaning up all unneeded object directories.
(idea from kurt@)
- do not run checkdeliver.pl because it will fail if we use the cleanobj
flavor because it can't check the object dirs that we remove.
this patch enables javac arguments -source & -target which will allow us to
build with 1.5 but run with 1.4 or 1.5. building with 1.5 will be enabled
in java.port.mk later.
- sync patches (line numbers/-p)
- use unxobsd.mk instead of different makefiles for every
architecture
- use devel/boost now that we have it instead of the bundled
one. (this is also needed to build openoffice on amd64)
- start using some patches from http://go-ooo.org/.
(disable the startup wizard and some online registration menu points)
(the patch is generated by my after applying the patches that's why
i provide the mirror for it.)
- allow the openoffice build infrastructure to override our CFLAGS in
some cases. this is needed because some of the files have to be compiled
with -O0 instead of -02 which we use by default.
optional feature
- enable building with java and add openoffice-java subpackage for this
optional feature. this corrects the "save as" problem and provides help
files in the base package. so now java is needed to build OOo but not to
run it. some OOo features require java to run, so install the
openoffice-java subpackage for that.
- make sbase, smath, setofficelang and spadmin applications available
via wrapper script.
- tweak configure to find versioned Qt shared libs.
- adjust include and lib search order again - sigh. put /usr/local
before jdk but after OOo dirs. this allows system libjpeg to be used
over jdk libjpeg and still avoids build conflicts with things like cppunit.
- remove extra patch to readlicense_oo/util/makefile.pmk
some testing and input ian@ okay robert@
- increase thread stack size to accommodate stupid 32k stack buffer in cups
- disable building odk - saves 15% build time and we're not packaging it
now anyway.
- remove duplicate python config arg noted by Mikolaj Kucharski
- disable crashdump in debug FLAVOR (I haven't found this useful - maybe
I'm missing something)
- enable cairo support
- enable portaudio/sendfile - audio not working yet, revisit later
- adjust include and lib search order again. put /usr/local before
/usr/X11R6 so we link to ports expat and not the one that comes with X11R6
- add -pthread to PTHREAD_CFLAGS in odk subproject
- integrate audacity portaudio patches and link to ossaudio
- strip Linux shlib major version numbers from dlopen()'ed lib names
- link stlport with stdc++ to resolve some undefined symbols
- remove getpwuid_r workaround in sal/osl/unx/security.c since a suitable
one already exits in sal/osl/unx/system.c
- use new style C++ includes
- clean up some patches
- use __alignof__ for OpenBSD too
- fix destpath in packagelist.txt for sdkoo and ure
- don't generate core file on intentional segfault test in typesconfig.c
- add missing unxobsdi section in stand.lst
- num_put_float.cpp fix in STLport
- add sysconfig.get_config_var('LIBS') to PYTHON_LIBS
- don't hardcode Linux path to 'sum' let path find it
All corrections submitted by or inspired by patches from Fritz Elfert
<fritz at fritz-elfert.de>
- respect CFLAGS
- remove LIBS from CONFIGURE_ARGS and correct fall out in configure.in
- move -I$(LOCALBASE)/include to end of include search dirs and move
-L$(LOCALBASE)/lib to end of library search dirs to avoid build conflicts
with other installed packages such as cppunit.
- no need to patch and search and replace on packagelist.txt when a
simple patch will do
- fix name of the epm patch
- disable parallel builds. Our user-land pthreads lib converts fd's to be
non-blocking which causes intermittent build failures when a parallel
process can't deal with non-blocking fd's. For example cat and stdout.
parallel builds will need to wait for rthreads.
deadlocks were caused by the inconsistent detection of pthreads by the
boost headers in different parts of the OOo build which resulted in an
uninitialized mutex.
- fix a few compile errors in the nas sub-project build.
General testing and patches from the community are encouraged.
- more optimizations;
- use autoconf;
- remove hardcoded paths from unxobsdi.mk;
- zap .0.0 from WANTLIB;
- add a new MASTER_SITE;
- enable sndfile support;
- add -dontstrip to packaging script to get useful debug binaries
installed
- remove --enable-debug since that makes the debug build too big (>18G)
for me to build. Add back later as a possible verbose_debug flavor.
Use PATCHORIG so that update-patches doesn't pickup internal .orig files.
Idea from espie@
Add a mutex to make the call to getpwuid thread safe.
OpenOffice is an Open Source, community-developed, multi-platform office
productivity suite. It includes the key desktop applications, such as a
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
I would like to thank everyone who helped porting:
Peter Valchev, Kurt Miller, Dale Rahn, Ian Darwin and the OpenOffice.Org team.
This import is an explicit request by pvalchev@ and espie@.
This means that the current ports lock is still in effect and this import
is only a planned exception by the release managers.
This port is not yet connected to the builds.
okay pvalchev@, espie@