summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-11-15Add a patch for OpenOffice issue 16626. This fixes the port buildAlexander Kabaev1-0/+25
with JDK 1.4.2. Obtained from: http://www.openoffice.org/issues/show_bug.cgi?id=16626 Pointed at by: Volker Quetschke <quetschke at scytek dot de> Notes: svn path=/head/; revision=94022
2003-10-02a) add several patches made by Takashi Ono (JCA signed person)Maho Nakata4-0/+610
1) To enable handling of MS Word for Windows 95/6.0 CJK Version patch-word6+95-cjkhandling http://www.openoffice.org/issues/show_bug.cgi?id=17498 (target milestone 1.1.1, resolved and fixed) 2) Patch to enable rtf filter handle local language files patch-rtfcjk http://www.openoffice.org/issues/show_bug.cgi?id=17503 (target milestone 2.0, verified and fixed) 3) rtf writing enhancement for CJK patch-wrtrtf http://www.openoffice.org/issues/show_bug.cgi?id=20264 (not confirmed yet) 4) read first section attribute correctly for MS Word for Windows 95/6.0 patch-topsection http://ja.openoffice.org/servlets/ProjectDownloadList?action=download&dlID=312 (IZ is not raized) b) bump portrevision Notes: svn path=/head/; revision=90018
2003-09-25The relative path bug has been fixed. Execute soffice againMartin Blapp1-3/+3
with absolute path. This makes relative paths working again for specified documents in the argument list. Notes: svn path=/head/; revision=89395
2003-09-25Upgrade to 1.1rc5 snapshot. Fix a remaining error in the startupMartin Blapp1-21/+0
script. Notes: svn path=/head/; revision=89393
2003-09-25Directly get OOHOME from .sversionrc. Add several checks forMartin Blapp1-3/+6
the various installation steps. Notes: svn path=/head/; revision=89391
2003-09-17Make it easier for people, move a big chunk of the startupMartin Blapp4-61/+86
wrapper out into a script included by soffice.sh. This way there aren't any traps at first startup time and people hopefully don't ask the same questions anymore. At the same time, make more substitutions, also in oo_setup.resp. Approved by: marcus (portsmgr) Notes: svn path=/head/; revision=89015
2003-09-16Remove a dash in the pathname.Martin Blapp1-2/+2
Approved by: marcus (portsmgr) Notes: svn path=/head/; revision=89003
2003-09-14Make OO1.1RC working. Many thanks to kan for the debugging sessionMartin Blapp3-7/+66
at the dev summit ! Approved by: joe (portsmgr) Notes: svn path=/head/; revision=88986
2003-09-09The install-path has been changed from OpenOffice.org-644Martin Blapp1-1/+1
to OpenOffice.org-645. Notes: svn path=/head/; revision=88852
2003-09-08libXft.a is not available. Do not link static for now.Martin Blapp1-1/+1
Notes: svn path=/head/; revision=88821
2003-09-05LD_LIBRARYN32_PATH -> LD_LIBRARY_PATHMaho Nakata1-2/+2
Pointed out by: Sander Visek Notes: svn path=/head/; revision=88579
2003-09-04Add current directory for LD_LIBRARY_PATH.Maho Nakata1-0/+13
Some shared libraries libdbi645fi.so links against other libs and otherwise, setup doesn't find necessary files and induce installation error. Notes: svn path=/head/; revision=88467
2003-09-02Very dirty ad hoc kludge for compilation with WITH_DEBUG=2 (debug option)Maho Nakata1-0/+11
Notes: svn path=/head/; revision=88383
2003-09-02Add possible version info for FreeBSD'sMaho Nakata1-0/+25
native jdk1.4.x-p1 -p2 ... -p8 Notes: svn path=/head/; revision=88380
2003-08-30remove unnessary -lstlport_gcc.Maho Nakata1-0/+19
this flag prevents normal installtion procedure. namely instsetoo/<something>/setup requires stlport_gcc, which doesn't actually need stlport_gcc. Notes: svn path=/head/; revision=88049
2003-08-29Disable mozilla connectivity.Maho Nakata1-0/+34
This patch is not needed anymore. informative purpose. (mozilla 1.4 will be `official' and some time lag is needed for enabling new mozilla) obtained by Volker Quetschke See for details: http://www.openoffice.org/issues/show_bug.cgi?id=18066 Notes: svn path=/head/; revision=87985
2003-08-16path for file in this patch was wrong.Maho Nakata1-11/+9
Notes: svn path=/head/; revision=87022
2003-08-15Make this patch up-to-dateMaho Nakata1-53/+25
Notes: svn path=/head/; revision=87017
2003-08-15add --with-gxx-include-path especially for STLport,Maho Nakata1-0/+103
and pass PTHREAD_CFLAGS, PTHREAD_LIBS for every compilation. See http://www.openoffice.org/issues/show_bug.cgi?id=18062 for detail. Obtained from Volker Quetschke Notes: svn path=/head/; revision=87012
2003-08-15If you do not need mozilla connectivity, this patch might help you.Maho Nakata1-0/+17
(currently we do not use it and should be removed later) Obtained from Volker Quetschke Notes: svn path=/head/; revision=87011
2003-08-15/usr/include/sys/resource.h uses `struct timeval` in the definition ofMaho Nakata1-0/+11
struct rusage. struct timeval is defined in /usr/include/sys/time.h, but <sys/time.h> is not included in the <sys/resource.h> header file. Obtained from Volker Quetschke See http://www.openoffice.org/issues/show_bug.cgi?id=18065 for details. reviewed: maho (for 4-STABLE and 5-CURRENT) Notes: svn path=/head/; revision=87010
2003-08-15workaround. not include pangox.aliases in theMaho Nakata1-0/+21
installtion set (somehow?) Notes: svn path=/head/; revision=87008
2003-08-15THIRDPARTYLICENSEREADME.html is rested directory under html.Maho Nakata1-0/+8
Notes: svn path=/head/; revision=87007
2003-08-15The makefile.mk uses a ld to link the libraries, but ld fails to link withMaho Nakata1-0/+11
-pthread. The correct sollution is to use $(LINK) which points to the used gcc compiler. Unfortunately gcc doesn't understand --whole-archive and --no-whole-archive. You have to use -Wl,-whole-archive and -Wl,-no-whole-archive instead. The following patch does this for FreeBSD, but maybe this should also be done for the generic UNX case. See http://www.openoffice.org/issues/show_bug.cgi?id=18064 for details. Obtained from Volker Quetschke Notes: svn path=/head/; revision=87006
2003-08-15Committed in the cws_srx645_ooo11rc3 CVS repo.Maho Nakata3-59/+0
Notes: svn path=/head/; revision=87004
2003-08-12Hopefully fix the wchar header issues one last time. It's annyoing toMartin Blapp1-0/+53
have changing includes paths with each new gcc import. Submitted by: maho Notes: svn path=/head/; revision=86867
2003-07-171. update to fresh checkout of OpenOffice.org (1.1RC2)Maho Nakata27-582/+78
tagged under cws_srx645_ooo11rc2 2. still broken with installation failure. Reviewed by: mbr Notes: svn path=/head/; revision=85048
2003-06-09Add $CWD to $LD_LIBRARY_PATH as Linux does. This will makeMartin Blapp1-0/+19
the errors in setup.log go away. Notes: svn path=/head/; revision=82572
2003-06-07Upgrade to OO1.1 beta2.Martin Blapp113-2554/+140
Notes: svn path=/head/; revision=82477
2003-05-08Fix breakage and remove redundant _LITTLE_ENDIAN defines for CURRENT only. ↵Martin Blapp2-21/+27
Remove unneeded include defines. Notes: svn path=/head/; revision=80465
2003-05-08Fix breakage and remove redundant _LITTLE_ENDIAN defines. RemoveMartin Blapp2-8/+26
unneeded include defines. Notes: svn path=/head/; revision=80462
2003-04-28Fix debug patches, which were not correctly applied.Maho Nakata2-15/+15
Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> Notes: svn path=/head/; revision=79777
2003-04-22FreeBSD doesn't use the same method of authenticating passwords thatDon Lewis1-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 Notes: svn path=/head/; revision=79438
2003-04-22Port to __FreeBSD_version >= 500112 that now has getpw*_r() functionsDon Lewis2-12/+31
that are incompatible with the older draft implementations supplied with the OpenOffice source. Approved by: mbr Notes: svn path=/head/; revision=79437
2003-04-191. Correct include path for instsetoo/util/openoffice.lstMaho Nakata7-0/+287
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> Notes: svn path=/head/; revision=79252
2003-04-17Fix inappropreate menu item for Japanese.Maho Nakata1-0/+11
Reported by: curvirgo and Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> Approved by: mbr Notes: svn path=/head/; revision=79136
2003-04-17For GIF patent problem, remove some goodies.Maho Nakata3-0/+346
However source distribution is still legal, so this can be enabled by WITH_GIF_LZW_COMPRESSION=yes Approved by: mbr (Martin Blapp) Notes: svn path=/head/; revision=79130
2003-04-16Fix path of soffice binary.Martin Blapp1-2/+2
Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> Notes: svn path=/head/; revision=79059
2003-04-12Allow building the slave ports too.Martin Blapp1-0/+13
Submitted by: maho Notes: svn path=/head/; revision=78798
2003-04-04Remove USE_LINUXJDK and simplify set_soenv even more. Use native threadsMartin Blapp2-73/+57
instead of green threads. Notes: svn path=/head/; revision=78152
2003-04-03Same as in patch patch-registry+source+registry.cxxMartin Blapp1-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. Notes: svn path=/head/; revision=78066
2003-04-03This part was just wrong. mkstemp does return a file descriptor,Martin Blapp1-0/+14
not a string. This could lead to crashes. MacOS will have the same problems. Notes: svn path=/head/; revision=78065
2003-04-03Remove redundant getpwuid_r from the patch. Build getpwuid_r partMartin Blapp1-72/+35
for FreeBSD too. Notes: svn path=/head/; revision=78064
2003-04-03Fix crash in Autopilot->Report.Martin Blapp1-0/+11
Notes: svn path=/head/; revision=78063
2003-04-01This snapshot has a different path for the userdir.Martin Blapp1-4/+4
Notes: svn path=/head/; revision=77905
2003-03-31Update to srx644_ooo20030412.Martin Blapp2-13/+2
Notes: svn path=/head/; revision=77849
2003-03-31Readd previous deleted part. It is still needed for 4.xMartin Blapp1-2/+30
Notes: svn path=/head/; revision=77841
2003-03-31SOLARINI pointed to the wrong file. ssrx644.ini itself has stillMartin Blapp3-30/+53
Linux dependent stuff in the FreeBSD section. Clean this up. Register the stlport lib. Notes: svn path=/head/; revision=77838
2003-03-30Uups. Committed to the wrong dir.Martin Blapp1-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
2003-03-30Work around the issue that our jdk has no version number like 1.4.1_02.Martin Blapp2-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