Stephan Bergmann a05e1e4967 fdo#57224: Fix logic of considering optional/ambiguous value as "disabled"
...so that only a "not-registered" that is non-optional and non-ambiguous is
considered as "disabled" by user's intention.  Other combinations can occur for
broken extensions (that will thus become disabled again anyway when we try to
automatically enable them) and for originally enabled extensions for which
cleanExtensionCache in desktop/source/app/app.cxx has forecefully removed
user/uno_packages/cache/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc
(and which should rather be kept enabled).

Change-Id: Ic85b609ec9b3634cfa94a77151d42c07b9488030
2012-11-19 16:14:12 +01:00
2012-11-17 00:11:52 +01:00
2012-11-17 02:28:14 +01:00
2012-11-17 00:16:20 +01:00
2012-11-17 02:40:04 +01:00
2012-11-17 01:33:58 +01:00
2012-11-17 03:10:10 +01:00
2012-11-19 12:26:44 +02:00
2012-11-17 03:30:17 +01:00
2012-11-16 22:43:38 +01:00
2012-11-19 12:26:44 +02:00
2012-11-18 21:46:28 +00:00
2012-11-18 08:00:25 +01:00
2012-11-19 14:36:55 +02:00
2012-11-17 00:27:45 +01:00
2012-11-17 00:03:33 +01:00
2012-11-19 13:37:28 +01:00
2012-11-17 03:46:36 +01:00
2012-11-17 00:39:11 +01:00
2012-11-17 01:03:48 +01:00
2012-11-19 15:52:52 +01:00
2012-11-19 12:26:44 +02:00
2012-11-18 13:52:57 +00:00
2012-11-19 12:41:51 +01:00
g

Instructions to compile LO on Solaris with gcc

Disclaimer
----------
This is still work in progress
Compiling LO on Solaris with gcc is a work done by Lanedo ( www.lanedo.com )
Any inquiry could be sent to office-solaris@lanedo.com


Prerequisites
-------------

A working Oracle Solaris 11 installation


Installing Dependancies
-----------------------

sudo -s

pkg install git make gcc-45 autoconf autogen automake-110 gnu-m4

perl -MCPAN -e 'install Archive::Zip::Archive'

pkg install pkg:/system/header@0.5.11-0.175.0.0.0.2.1
pkg install pkg:/developer/gperf@3.0.3-0.175.0.0.0.2.537
pkg install pkg:/developer/parser/bison@2.3-0.175.0.0.0.2.537
pkg install pkg:/developer/lexer/flex@2.5.35-0.175.0.0.0.2.537
pkg install pkg:/developer/documentation-tool/doxygen@1.5.7.1-0.175.0.0.0.2.537


Compiling
---------

CC="gcc" CXX="g++" ./autogen.sh --with-num-cpus=2 --with-max-jobs=4 --without-junit --disable-mozilla --with-system-curl --without-help --disable-cups --without-java --with-system-cairo --with-lang= --disable-gconf --enable-gio --disable-gnome-vfs --disable-gstreamer --without-fonts --with-system-dicts --without-stlport --disable-mozilla --without-system-mozilla --disable-xmlsec --with-system-openssl

gmake


Description
LibreOffice mirror (not auto-updating).
Readme 1.9 GiB
Languages
C++ 82.4%
Java 5.3%
Rich Text Format 2.3%
PostScript 1.9%
Python 1.9%
Other 5.7%