- fix the PLIST of the bg, de and es and language so they
can be used again: from Daniel Gruber <daniel@tydirium.org>
this has been tested by many people.
- remove some unnecessary patches and add a no_lang
pseudo flavor which allows people to do a build w/o language packs
(requested by kurt@)
- from now on we set the file descriptor limit to a higher value (256)
in the OpenOffice build environment to prevent build failures
- point explicitly to the licensing FAQ instead of pointing to the contents
of the FAQ
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.