summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/patch-config_office+configure.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0cvs2svn2005-01-211-37/+0
| | | | | Notes: svn path=/head/; revision=127022 svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
* 1) update to mileston56Maho Nakata2004-10-251-2/+2
| | | | | | | 2) builds, but broken (bison1875d is required, setup fails, etc.) Notes: svn path=/head/; revision=120140
* o Update to cws_src680_ooo20040815 checked out at 2004/Aug/12Maho Nakata2004-08-121-10/+1
| | | | | | | o Marked as broken again Notes: svn path=/head/; revision=115987
* Opps, backout accidentially removed files...Maho Nakata2004-06-111-0/+46
| | | | Notes: svn path=/head/; revision=111269
* update to cws_src680_ooo20040620, checkedout at 2004/06/11Maho Nakata2004-06-111-50/+0
| | | | | | | Still marked as ignore, but manual installtion works. Notes: svn path=/head/; revision=111268
* Update to cws_src680_ooo20040329, checked out at 20040402Maho Nakata2004-04-091-0/+50
| | | | Notes: svn path=/head/; revision=106619
* Upgrade to OO1.1 beta2.Martin Blapp2003-06-071-32/+0
| | | | Notes: svn path=/head/; revision=82477
* Remove USE_LINUXJDK and simplify set_soenv even more. Use native threadsMartin Blapp2003-04-041-34/+0
| | | | | | | instead of green threads. Notes: svn path=/head/; revision=78152
* Update to 1.1 beta. Work in progress.Martin Blapp2003-03-051-40/+58
| | | | | | | de-pkg-comment Notes: svn path=/head/; revision=76992
* Remove many diffs here. Many things including exceptions tests are nowMartin Blapp2002-10-221-182/+43
| | | | | | | part of openoffice. Add a fix for make: gmake _is_ gmake on BSD systems. Notes: svn path=/head/; revision=68614
* Upgrade to 1.0.1Martin Blapp2002-07-171-38/+5
| | | | Notes: svn path=/head/; revision=63114
* Add WITH_DEBUG option, and a needed patch.Martin Blapp2002-06-061-11/+37
| | | | | | | Clean up the Makefile. Notes: svn path=/head/; revision=60692
* AC_TRY_COMPILE -> AC_TRY_LINKMartin Blapp2002-06-041-2/+2
| | | | Notes: svn path=/head/; revision=60594
* Add new cpp uno bridge for STABLE. Make the necessary hooks and also addMartin Blapp2002-06-041-2/+2
| | | | | | | | | the missing EXCEPTION argument to configure.in Submitted by: Alexander Kabaev <ak03@gte.com> Notes: svn path=/head/; revision=60584
* Check the exception handling. Needed for the cpp uno codeMartin Blapp2002-06-041-3/+36
| | | | | | | bridge. I'll import a new bridge for sjlj exceptions on STABLE. Notes: svn path=/head/; revision=60583
* Make openoffice compile with gcc from ports, or just with CC=$CC andMartin Blapp2002-05-291-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
* Upgrade to build 641d. More work is necessary to make the build compile.Martin Blapp2002-04-021-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
* Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.Martin Blapp2002-03-091-2/+2
| | | | | | | Requested by: cvs-comitters Notes: svn path=/head/; revision=55786
* Use autoconf, remove the ugly configure patch. Do the gcc tests and fix themMartin Blapp2002-03-081-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