aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/files/patch-set_soenv.1
Commit message (Collapse)AuthorAgeFilesLines
* All patches have been repocopied to use + as separator and not "::".Martin Blapp2002-10-211-242/+0
| | | | Notes: svn path=/head/; revision=68480
* Upgrade to 1.0.1Martin Blapp2002-07-171-36/+27
| | | | Notes: svn path=/head/; revision=63114
* Remove /usr/local/lib from LD_LIBRARY_PATH. This should fix compileMartin Blapp2002-06-061-12/+35
| | | | | | | | issues if stlport is already installed, but have been compiled with a different c++ compiler. Notes: svn path=/head/; revision=60697
* Add WITH_DEBUG option, and a needed patch.Martin Blapp2002-06-061-16/+36
| | | | | | | Clean up the Makefile. Notes: svn path=/head/; revision=60692
* Remove very very stupid -L/lib -L/usr/lib -l/usr/local/lib. IfMartin Blapp2002-06-041-6/+52
| | | | | | | | | | | | a different gcc is used, they make libstd++ conflict with the system installed one. Pointy hat to OpenOffice people. Many thanks to: David E. O'Brien <obrien@FreeBSD.org> Notes: svn path=/head/; revision=60625
* Check the exception handling. Needed for the cpp uno codeMartin Blapp2002-06-041-13/+15
| | | | | | | 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-12/+47
| | | | | | | | | | | | | | 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-37/+28
| | | | | | | | | 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
* Add the PTHREAD_CFLAGS correctly to SOLARDEF, even if this is not yet usedMartin Blapp2002-03-101-9/+12
| | | | | | | and the CFLAGS are hardcoded in solenv/inc/unxfbsd.mk Notes: svn path=/head/; revision=55830
* We do not have GLIBC. Sigh.Martin Blapp2002-03-101-2/+7
| | | | Notes: svn path=/head/; revision=55828
* Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.Martin Blapp2002-03-091-12/+21
| | | | | | | Requested by: cvs-comitters Notes: svn path=/head/; revision=55786
* Add -DOSVERSION to FreeBSD build. Remove the netbsd unxbsdi.mk file.Martin Blapp2002-03-091-5/+15
| | | | Notes: svn path=/head/; revision=55749
* Use autoconf, remove the ugly configure patch. Do the gcc tests and fix themMartin Blapp2002-03-081-5/+48
| | | | | | | | | 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
* Add include path $STLPORT_inc_stlport for FreeBSD too and remove a secondMartin Blapp2002-03-071-2/+32
| | | | | | | instance of this include path. Notes: svn path=/head/; revision=55680
* Change PATH from /usr/bin/X11 -> /usr/X11R6/binMartin Blapp2002-03-051-1/+1
| | | | Notes: svn path=/head/; revision=55602
* Fix the PATH issue. Add ${PREFIX}/bin and ${PREFIX}/sbinMartin Blapp2002-03-041-0/+34
| | | | Notes: svn path=/head/; revision=55541
* These should have also have been removed.David E. O'Brien2001-08-281-218/+0
| | | | Notes: svn path=/head/; revision=47033
* First cut at configuration patches. This is very much a WIP, and I welcomeDavid E. O'Brien2000-10-161-0/+218
others to work on it too. Notes: svn path=/head/; revision=33903