summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/patch-config_office+configure.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-01-21This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0cvs2svn1-37/+0
Notes: svn path=/head/; revision=127022 svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
2004-10-251) update to mileston56Maho Nakata1-2/+2
2) builds, but broken (bison1875d is required, setup fails, etc.) Notes: svn path=/head/; revision=120140
2004-08-12o Update to cws_src680_ooo20040815 checked out at 2004/Aug/12Maho Nakata1-10/+1
o Marked as broken again Notes: svn path=/head/; revision=115987
2004-06-11Opps, backout accidentially removed files...Maho Nakata1-0/+46
Notes: svn path=/head/; revision=111269
2004-06-11update to cws_src680_ooo20040620, checkedout at 2004/06/11Maho Nakata1-50/+0
Still marked as ignore, but manual installtion works. Notes: svn path=/head/; revision=111268
2004-04-09Update to cws_src680_ooo20040329, checked out at 20040402Maho Nakata1-0/+50
Notes: svn path=/head/; revision=106619
2003-06-07Upgrade to OO1.1 beta2.Martin Blapp1-32/+0
Notes: svn path=/head/; revision=82477
2003-04-04Remove USE_LINUXJDK and simplify set_soenv even more. Use native threadsMartin Blapp1-34/+0
instead of green threads. Notes: svn path=/head/; revision=78152
2003-03-05Update to 1.1 beta. Work in progress.Martin Blapp1-40/+58
de-pkg-comment Notes: svn path=/head/; revision=76992
2002-10-22Remove many diffs here. Many things including exceptions tests are nowMartin Blapp1-182/+43
part of openoffice. Add a fix for make: gmake _is_ gmake on BSD systems. Notes: svn path=/head/; revision=68614
2002-07-17Upgrade to 1.0.1Martin Blapp1-38/+5
Notes: svn path=/head/; revision=63114
2002-06-06Add WITH_DEBUG option, and a needed patch.Martin Blapp1-11/+37
Clean up the Makefile. Notes: svn path=/head/; revision=60692
2002-06-04AC_TRY_COMPILE -> AC_TRY_LINKMartin Blapp1-2/+2
Notes: svn path=/head/; revision=60594
2002-06-04Add new cpp uno bridge for STABLE. Make the necessary hooks and also addMartin Blapp1-2/+2
the missing EXCEPTION argument to configure.in Submitted by: Alexander Kabaev <ak03@gte.com> Notes: svn path=/head/; revision=60584
2002-06-04Check the exception handling. Needed for the cpp uno codeMartin Blapp1-3/+36
bridge. I'll import a new bridge for sjlj exceptions on STABLE. Notes: svn path=/head/; revision=60583
2002-05-29Make openoffice compile with gcc from ports, or just with CC=$CC andMartin Blapp1-7/+90
CXX=$CXX, like it should normally be. Usable options are: USEPORTGCC295=YES, USEPORTGCC31=YES and USEPORTGCC32=YES Add a lot off gcc3.x fixes, make included stlport compile with CURRENT. Next step will be to include a mozilla build, so we can link openoffice against mozilla librarys without c++ compat problems. Notes: svn path=/head/; revision=60246
2002-04-02Upgrade to build 641d. More work is necessary to make the build compile.Martin Blapp1-41/+26
There are still at least two different gcc bugs in our compiler, one issue has already been found by Alexander Kabaev <ak03@gte.com>. He's working on fixing the other. Notes: svn path=/head/; revision=57248
2002-03-09Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.Martin Blapp1-2/+2
Requested by: cvs-comitters Notes: svn path=/head/; revision=55786
2002-03-08Use autoconf, remove the ugly configure patch. Do the gcc tests and fix themMartin Blapp1-0/+93
while we are here (AWK had an endless loop), add a FreeBSD configure variable called with-os-version, so we can check the OSVERSION in the build to support both STABLE and CURRENT (there are different patches needed) Notes: svn path=/head/; revision=55747