summaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3
Commit message (Collapse)AuthorAgeFilesLines
* Mozilla-vendor has been removed. Download the 1.02 port from freefall,mbr2003-07-022-10/+4
| | | | | | | since we depend exactly on this version. PR: 54035 Submitted by: Chris Shenton <chris@Shenton.Org>
* Add gtk and orbit dependencies too (for mozilla slave port).mbr2003-06-271-0/+1
| | | | Submitted by: kris
* Include these librarys needed by the mozilla sub-port directlymbr2003-06-201-0/+5
| | | | | here in the openoffice port. This should fix the build problem on bento.
* Add $CWD to $LD_LIBRARY_PATH as Linux does. This will makembr2003-06-091-0/+19
| | | | the errors in setup.log go away.
* The KDE-wrapper has changed from script to binary. It is nowmbr2003-06-081-2/+2
| | | | | a lot more difficult to patch it. Until we found the correct way to deal with it, comment it out.
* Fix spelling of "preferred".mbr2003-06-071-2/+2
| | | | | PR: 52740, 52741 Submitted by: Christopher Nehren <apeiron@comcast.net>
* Upgrade to OO1.1 beta2.mbr2003-06-07114-2555/+141
|
* Upgrade to OO1.1 beta2.mbr2003-06-071-2/+3
| | | | | | | Many bugs have been fixed and there are a few FreeBSD dependent issues remaining. Unfortunatly one of them is the installer. Most patches have been imported, so we are now down on about ~30 patches !
* Fix breakage and remove redundant _LITTLE_ENDIAN defines for CURRENT only. ↵mbr2003-05-082-21/+27
| | | | | | Remove unneeded include defines.
* Fix breakage and remove redundant _LITTLE_ENDIAN defines. Removembr2003-05-082-8/+26
| | | | unneeded include defines.
* Fix typo.mbr2003-04-291-1/+1
| | | | Submitted by: Bartosz Fabianowski <bartosz@fabianowski.de>
* Fix debug patches, which were not correctly applied.maho2003-04-282-15/+15
| | | | Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
* Move the KDE wrapper replacement a bit, and only substitute inmbr2003-04-271-3/+10
| | | | | | | the perl script which creates the wrapper bits. Remove a newline in the post-patch target in the openoffice port. Add fix for gnome wrappers too.
* xargs -> ${XARGS}mbr2003-04-271-3/+3
|
* Make the kde startup files use our wrapper files.mbr2003-04-271-0/+3
|
* Add smath to the wrapper list.mbr2003-04-271-0/+1
|
* FreeBSD doesn't use the same method of authenticating passwords thattruckman2003-04-221-11/+0
| | | | | | | | Linux uses with its shadow password file. This patch was a no-op anyway because of an earlier #ifdef in the source file. If the port needs this functionality, it should be re-implemented using PAM. Approved by: mbr
* Port to __FreeBSD_version >= 500112 that now has getpw*_r() functionstruckman2003-04-222-12/+31
| | | | | | | that are incompatible with the older draft implementations supplied with the OpenOffice source. Approved by: mbr
* 1. Correct include path for instsetoo/util/openoffice.lstmaho2003-04-198-1/+288
| | | | | | | | | | Without it, licensing terms are not copied and installation fails for some localizd build. (affects patch-instsetoo+util+openoffice.lst and Makefile) 2. Added CJK Word 95/6.0/RTF import feature (Other patches) 3. Bump port revision By Takashi Ono <t_ono@hkfreak.net>
* Fix inappropreate menu item for Japanese.maho2003-04-171-0/+11
| | | | | Reported by: curvirgo and Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> Approved by: mbr
* For GIF patent problem, remove some goodies.maho2003-04-175-0/+369
| | | | | | | However source distribution is still legal, so this can be enabled by WITH_GIF_LZW_COMPRESSION=yes Approved by: mbr (Martin Blapp)
* Fix path of soffice binary.mbr2003-04-161-2/+2
| | | | Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
* Allow building the slave ports too.mbr2003-04-121-0/+13
| | | | Submitted by: maho
* Mastersite for localized help files has changed.mbr2003-04-111-1/+1
| | | | Submitted by: maho
* Remove USE_LINUXJDK and simplify set_soenv even more. Use native threadsmbr2003-04-042-73/+57
| | | | instead of green threads.
* Same as in patch patch-registry+source+registry.cxxmbr2003-04-031-0/+14
| | | | | | This part was just wrong. mkstemp does return a file descriptor, not a string. This could lead to crashes. MacOS will have the same problems.
* This part was just wrong. mkstemp does return a file descriptor,mbr2003-04-031-0/+14
| | | | | not a string. This could lead to crashes. MacOS will have the same problems.
* Remove redundant getpwuid_r from the patch. Build getpwuid_r partmbr2003-04-031-72/+35
| | | | for FreeBSD too.
* Fix crash in Autopilot->Report.mbr2003-04-031-0/+11
|
* This snapshot has a different path for the userdir.mbr2003-04-011-4/+4
|
* Update to srx644_ooo20030412.mbr2003-03-314-15/+4
|
* Readd previous deleted part. It is still needed for 4.xmbr2003-03-311-2/+30
|
* SOLARINI pointed to the wrong file. ssrx644.ini itself has stillmbr2003-03-313-30/+53
| | | | | Linux dependent stuff in the FreeBSD section. Clean this up. Register the stlport lib.
* Uups. Committed to the wrong dir.mbr2003-03-301-0/+0
| | | | | Check for m_pLockfile != NULL to fix crash during startup if no lockfile does exist at all (if we have no installed user directory)
* Check for m_pLockfile != NULL to fix crash during startup if no lockfilembr2003-03-301-0/+22
| | | | does exist at all (if we have no installed user directory)
* Only add the office_${RELEASE_NR} wrapper startup scriptsmbr2003-03-301-2/+2
| | | | | | to the pkg list. Submitted by: Dan Naumov <dan.naumov@ofw.fi>
* Work around the issue that our jdk has no version number like 1.4.1_02.mbr2003-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>
* Only do the workaround if a user-install exists.mbr2003-03-291-3/+5
|
* Add missing cpmbr2003-03-291-0/+2
|
* Remove the FreeBSD SOLARLIB part now /usr/lib and /usr/local/libmbr2003-03-281-10/+26
| | | | have been removed from the default settings.
* Patch was reversed.mbr2003-03-281-24/+12
|
* Fix typombr2003-03-281-1/+1
|
* Unbreak the port and fix the remaining pkg files.mbr2003-03-283-77/+86
| | | | Have fun with OpenOffice1.1Beta !
* Workarounds for the startup wrappers.mbr2003-03-281-3/+7
|
* Add $JAVA_HOME/jre/lib/i386 for -L. This seems to be unneeded for Linuxmbr2003-03-281-2/+11
| | | | and others. Must be a JDK difference.
* BSD cp does not have -u option.mbr2003-03-281-0/+16
|
* Fix typo: ScanFileList -> SCacheFileListmbr2003-03-281-1/+1
|
* Use autoconf version > 2.5 to fix compile on CURRENT.mbr2003-03-271-0/+1
|
* Fix missing patch which was applied to the wrong directory, ouch !mbr2003-03-271-34/+27
| | | | This may be the case for OO1.0X too.
* Depending on how a compiler generates code (e.g., GCC 3.2.2 vs. GCCmbr2003-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>
OpenPOWER on IntegriCloud