summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Uups. Committed to the wrong dir.Martin Blapp2003-03-301-0/+22
| | | | | | | | Check for m_pLockfile != NULL to fix crash during startup if no lockfile does exist at all (if we have no installed user directory) Notes: svn path=/head/; revision=77762
* Work around the issue that our jdk has no version number like 1.4.1_02.Martin Blapp2003-03-302-0/+60
| | | | | | | | | | | It reports itself as release candidat: 1.4.1-p3. This makes the jdk detection working. Problem reported by: David Booth <wbooth@austin.rr.com> Notes: svn path=/head/; revision=77707
* Only do the workaround if a user-install exists.Martin Blapp2003-03-291-3/+5
| | | | Notes: svn path=/head/; revision=77673
* Remove the FreeBSD SOLARLIB part now /usr/lib and /usr/local/libMartin Blapp2003-03-281-10/+26
| | | | | | | have been removed from the default settings. Notes: svn path=/head/; revision=77621
* Patch was reversed.Martin Blapp2003-03-281-24/+12
| | | | Notes: svn path=/head/; revision=77609
* Unbreak the port and fix the remaining pkg files.Martin Blapp2003-03-281-1/+1
| | | | | | | Have fun with OpenOffice1.1Beta ! Notes: svn path=/head/; revision=77599
* Workarounds for the startup wrappers.Martin Blapp2003-03-281-3/+7
| | | | Notes: svn path=/head/; revision=77595
* Add $JAVA_HOME/jre/lib/i386 for -L. This seems to be unneeded for LinuxMartin Blapp2003-03-281-2/+11
| | | | | | | and others. Must be a JDK difference. Notes: svn path=/head/; revision=77594
* BSD cp does not have -u option.Martin Blapp2003-03-281-0/+16
| | | | Notes: svn path=/head/; revision=77592
* Fix typo: ScanFileList -> SCacheFileListMartin Blapp2003-03-281-1/+1
| | | | Notes: svn path=/head/; revision=77567
* Fix missing patch which was applied to the wrong directory, ouch !Martin Blapp2003-03-271-34/+27
| | | | | | | This may be the case for OO1.0X too. Notes: svn path=/head/; revision=77555
* Depending on how a compiler generates code (e.g., GCC 3.2.2 vs. GCCMartin Blapp2003-03-271-0/+41
| | | | | | | | | | | | | | | | | | | 3.0.1), a bug in the gcc3_linux_intel UNO bridge is revealed: If a C/C++ function returns a complex object (class, struct, union), the 386 ABI specifies that the caller pushes the address for that object on the stack, and the callee removes it from the stack. The code in the UNO bridge (callVirtualMethod in bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx) erroneously assumes that the callee does *not* remove the address from the stack, corrupting the stack. We use the same bridge code as linux does for gcc3.x. So this fix also works for us. Submitted by: Stephan Bergmann <stephan.bergmann@sun.com> Notes: svn path=/head/; revision=77554
* Add "bsd" include path to SOLARINC too.Martin Blapp2003-03-271-3/+4
| | | | Notes: svn path=/head/; revision=77553
* The bsd1.4.1 jdk has a "bsd" include subdir.Martin Blapp2003-03-271-1/+1
| | | | Notes: svn path=/head/; revision=77530
* This is fixed in the new snap tarball.Martin Blapp2003-03-272-211/+0
| | | | Notes: svn path=/head/; revision=77525
* Always use ${LINK} and ignore different settings.Martin Blapp2003-03-271-1/+1
| | | | Notes: svn path=/head/; revision=77502
* Use the linux map files for the gcc3 case.Martin Blapp2003-03-233-6/+28
| | | | Notes: svn path=/head/; revision=77276
* The disposing happened to early. Move it a bit.Martin Blapp2003-03-231-0/+34
| | | | | | | Submitted by: Daniel Boelzle <dbo@openoffice.org> Notes: svn path=/head/; revision=77275
* We use the linux jdk now to build, so follow the linux if-clauses here.Martin Blapp2003-03-232-0/+40
| | | | Notes: svn path=/head/; revision=77274
* Fix bridge tests. Fixed in HEAD of OO.org, but not in srx644 branch.Martin Blapp2003-03-232-0/+211
| | | | Notes: svn path=/head/; revision=77272
* Remove -export-dynamic. This option is not needed at all andMartin Blapp2003-03-231-4/+4
| | | | | | | | does not work together with the .map files. This is already fixed in the 1.0X OO.org series. Notes: svn path=/head/; revision=77271
* Readd patch from last commit.Martin Blapp2003-03-121-0/+11
| | | | | | | Approved: kris (portmgr) Notes: svn path=/head/; revision=77111
* Update to cws_srx644_ooo11beta. It still doesn't build but this commit will helpMartin Blapp2003-03-1222-5263/+571
| | | | | | | | | | | | | | | to track the things down. There are known problems with weak symbols and exceptions. Some c++ tools inside the port will fail if you try to compile. The cpp_uno bridge has been updated to the latest linux version available. Added 'make update' target to upgrade the source to the latest version. Approved by: kris (portmgr) Notes: svn path=/head/; revision=77109
* Update to 1.1 beta. Work in progress.Martin Blapp2003-03-0569-2243/+409
| | | | | | | de-pkg-comment Notes: svn path=/head/; revision=76992
* Add second part of bison patches. All breakage has been introduced byMartin Blapp2002-11-061-0/+98
| | | | | | | bison 1.75 import in october. Notes: svn path=/head/; revision=69616
* Commit first part of bison 1.75 patches.Martin Blapp2002-11-042-12/+55
| | | | | | | Tested by: various openoffice users Notes: svn path=/head/; revision=69438
* These libs are now needed.Martin Blapp2002-10-311-10/+10
| | | | Notes: svn path=/head/; revision=69228
* Correct wrong patch.Martin Blapp2002-10-311-3/+3
| | | | | | | PR: 44791 Notes: svn path=/head/; revision=69227
* Fix this the right way. A include path was wrong in neon, not inMartin Blapp2002-10-292-9/+11
| | | | | | | expat. Notes: svn path=/head/; revision=69127
* Add merged patches which conflicted.Martin Blapp2002-10-2213-166/+148
| | | | Notes: svn path=/head/; revision=68622
* 643_OO did not get tagged for the ${cc} -> ${CC} change.Martin Blapp2002-10-224-162/+267
| | | | Notes: svn path=/head/; revision=68621
* Readd removed BSD support. test(1) is in /bin.Martin Blapp2002-10-222-8/+8
| | | | Notes: svn path=/head/; revision=68620
* Same as linux. We have <poll.h>.Martin Blapp2002-10-221-4/+10
| | | | Notes: svn path=/head/; revision=68619
* Use SUN_LEN makro for unix domain socket name lenght.Martin Blapp2002-10-221-3/+3
| | | | Notes: svn path=/head/; revision=68618
* NetBSD, IRIX and FreeBSD support got removed. Add it again.Martin Blapp2002-10-221-116/+71
| | | | Notes: svn path=/head/; revision=68617
* Patch does the same as MacOS-X now.Martin Blapp2002-10-221-21/+7
| | | | Notes: svn path=/head/; revision=68616
* FreeBSD check got removed. Add it again.Martin Blapp2002-10-221-6/+6
| | | | Notes: svn path=/head/; revision=68615
* 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
* Add gcc2 freebsd bridge, which did not got tagged for 643.Martin Blapp2002-10-221-0/+1719
| | | | Notes: svn path=/head/; revision=68613
* Remove expat patch. Expat is included in the release tarball, but in aMartin Blapp2002-10-221-0/+9
| | | | | | | different location. Add a patch to fix the build. Notes: svn path=/head/; revision=68612
* Correct patch name. Since this was a new patch no repocopy is done.Martin Blapp2002-10-211-0/+0
| | | | Notes: svn path=/head/; revision=68522
* Fix install location.Martin Blapp2002-10-211-2/+2
| | | | Notes: svn path=/head/; revision=68521
* Add FreeBSD case.Martin Blapp2002-10-211-0/+11
| | | | Notes: svn path=/head/; revision=68500
* Add missing FREEBSDI case.Martin Blapp2002-10-212-0/+22
| | | | Notes: svn path=/head/; revision=68495
* Target ul_genall needs to be build before ul_xml_sax.Martin Blapp2002-10-211-0/+11
| | | | Notes: svn path=/head/; revision=68494
* Remove OSL_TRACEs with wrong syntax.Martin Blapp2002-10-211-0/+20
| | | | Notes: svn path=/head/; revision=68493
* We still have no getpwuid_r(). There will be a different fix for this later.Martin Blapp2002-10-211-0/+15
| | | | | | | Just a workaround for now. Notes: svn path=/head/; revision=68492
* Use "tar -xzf" to extract so this target actually works.Martin Blapp2002-10-211-0/+18
| | | | Notes: svn path=/head/; revision=68491
* We do not have alloca.hMartin Blapp2002-10-211-0/+11
| | | | Notes: svn path=/head/; revision=68490
* We do not have -ldl.Martin Blapp2002-10-211-0/+14
| | | | Notes: svn path=/head/; revision=68489