summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* update to svn 1517723.Maho Nakata2013-08-275-282/+147
| | | | | | | | | some cleanups [1]. PR: 181574 Notes: svn path=/head/; revision=325427
* Rename openoffice-3-devel to openoffice-devel, as the versionMaho Nakata2013-03-2111-0/+1238
| | | | | | | number currently doesn't have significant meaning. Notes: svn path=/head/; revision=314812
* Repocopy has been done for openoffice,Maho Nakata2003-11-0834-1894/+0
| | | | | | | | | | | | | | so rename from: editors/openoffice editors/openoffice-devel to editors/openoffice-1.0 editors/openoffice-1.1 Acknowledgment to: nork Notes: svn path=/head/; revision=93344
* a) add several patches made by Takashi Ono (JCA signed person)Maho Nakata2003-10-024-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
* The relative path bug has been fixed. Execute soffice againMartin Blapp2003-09-251-3/+3
| | | | | | | | | | with absolute path. This makes relative paths working again for specified documents in the argument list. Notes: svn path=/head/; revision=89395
* Upgrade to 1.1rc5 snapshot. Fix a remaining error in the startupMartin Blapp2003-09-251-21/+0
| | | | | | | script. Notes: svn path=/head/; revision=89393
* Directly get OOHOME from .sversionrc. Add several checks forMartin Blapp2003-09-251-3/+6
| | | | | | | the various installation steps. Notes: svn path=/head/; revision=89391
* Make it easier for people, move a big chunk of the startupMartin Blapp2003-09-174-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
* Remove a dash in the pathname.Martin Blapp2003-09-161-2/+2
| | | | | | | Approved by: marcus (portsmgr) Notes: svn path=/head/; revision=89003
* Make OO1.1RC working. Many thanks to kan for the debugging sessionMartin Blapp2003-09-143-7/+66
| | | | | | | | | at the dev summit ! Approved by: joe (portsmgr) Notes: svn path=/head/; revision=88986
* The install-path has been changed from OpenOffice.org-644Martin Blapp2003-09-091-1/+1
| | | | | | | to OpenOffice.org-645. Notes: svn path=/head/; revision=88852
* libXft.a is not available. Do not link static for now.Martin Blapp2003-09-081-1/+1
| | | | Notes: svn path=/head/; revision=88821
* LD_LIBRARYN32_PATH -> LD_LIBRARY_PATHMaho Nakata2003-09-051-2/+2
| | | | | | | Pointed out by: Sander Visek Notes: svn path=/head/; revision=88579
* Add current directory for LD_LIBRARY_PATH.Maho Nakata2003-09-041-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
* Very dirty ad hoc kludge for compilation with WITH_DEBUG=2 (debug option)Maho Nakata2003-09-021-0/+11
| | | | Notes: svn path=/head/; revision=88383
* Add possible version info for FreeBSD'sMaho Nakata2003-09-021-0/+25
| | | | | | | native jdk1.4.x-p1 -p2 ... -p8 Notes: svn path=/head/; revision=88380
* remove unnessary -lstlport_gcc.Maho Nakata2003-08-301-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
* Disable mozilla connectivity.Maho Nakata2003-08-291-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
* path for file in this patch was wrong.Maho Nakata2003-08-161-11/+9
| | | | Notes: svn path=/head/; revision=87022
* Make this patch up-to-dateMaho Nakata2003-08-151-53/+25
| | | | Notes: svn path=/head/; revision=87017
* add --with-gxx-include-path especially for STLport,Maho Nakata2003-08-151-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
* If you do not need mozilla connectivity, this patch might help you.Maho Nakata2003-08-151-0/+17
| | | | | | | | (currently we do not use it and should be removed later) Obtained from Volker Quetschke Notes: svn path=/head/; revision=87011
* /usr/include/sys/resource.h uses `struct timeval` in the definition ofMaho Nakata2003-08-151-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
* workaround. not include pangox.aliases in theMaho Nakata2003-08-151-0/+21
| | | | | | | installtion set (somehow?) Notes: svn path=/head/; revision=87008
* THIRDPARTYLICENSEREADME.html is rested directory under html.Maho Nakata2003-08-151-0/+8
| | | | Notes: svn path=/head/; revision=87007
* The makefile.mk uses a ld to link the libraries, but ld fails to link withMaho Nakata2003-08-151-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
* Committed in the cws_srx645_ooo11rc3 CVS repo.Maho Nakata2003-08-153-59/+0
| | | | Notes: svn path=/head/; revision=87004
* Hopefully fix the wchar header issues one last time. It's annyoing toMartin Blapp2003-08-121-0/+53
| | | | | | | | | have changing includes paths with each new gcc import. Submitted by: maho Notes: svn path=/head/; revision=86867
* 1. update to fresh checkout of OpenOffice.org (1.1RC2)Maho Nakata2003-07-1727-582/+78
| | | | | | | | | | tagged under cws_srx645_ooo11rc2 2. still broken with installation failure. Reviewed by: mbr Notes: svn path=/head/; revision=85048
* Add $CWD to $LD_LIBRARY_PATH as Linux does. This will makeMartin Blapp2003-06-091-0/+19
| | | | | | | the errors in setup.log go away. Notes: svn path=/head/; revision=82572
* Upgrade to OO1.1 beta2.Martin Blapp2003-06-07113-2554/+140
| | | | Notes: svn path=/head/; revision=82477
* Fix breakage and remove redundant _LITTLE_ENDIAN defines for CURRENT only. ↵Martin Blapp2003-05-082-21/+27
| | | | | | | | | Remove unneeded include defines. Notes: svn path=/head/; revision=80465
* Fix breakage and remove redundant _LITTLE_ENDIAN defines. RemoveMartin Blapp2003-05-082-8/+26
| | | | | | | unneeded include defines. Notes: svn path=/head/; revision=80462
* Fix debug patches, which were not correctly applied.Maho Nakata2003-04-282-15/+15
| | | | | | | Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> Notes: svn path=/head/; revision=79777
* FreeBSD doesn't use the same method of authenticating passwords thatDon Lewis2003-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 Notes: svn path=/head/; revision=79438
* Port to __FreeBSD_version >= 500112 that now has getpw*_r() functionsDon Lewis2003-04-222-12/+31
| | | | | | | | | | that are incompatible with the older draft implementations supplied with the OpenOffice source. Approved by: mbr Notes: svn path=/head/; revision=79437
* 1. Correct include path for instsetoo/util/openoffice.lstMaho Nakata2003-04-197-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
* Fix inappropreate menu item for Japanese.Maho Nakata2003-04-171-0/+11
| | | | | | | | Reported by: curvirgo and Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> Approved by: mbr Notes: svn path=/head/; revision=79136
* For GIF patent problem, remove some goodies.Maho Nakata2003-04-173-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
* Fix path of soffice binary.Martin Blapp2003-04-161-2/+2
| | | | | | | Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> Notes: svn path=/head/; revision=79059
* Allow building the slave ports too.Martin Blapp2003-04-121-0/+13
| | | | | | | Submitted by: maho Notes: svn path=/head/; revision=78798
* Remove USE_LINUXJDK and simplify set_soenv even more. Use native threadsMartin Blapp2003-04-042-73/+57
| | | | | | | instead of green threads. Notes: svn path=/head/; revision=78152
* Same as in patch patch-registry+source+registry.cxxMartin Blapp2003-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. Notes: svn path=/head/; revision=78066
* This part was just wrong. mkstemp does return a file descriptor,Martin Blapp2003-04-031-0/+14
| | | | | | | | not a string. This could lead to crashes. MacOS will have the same problems. Notes: svn path=/head/; revision=78065
* Remove redundant getpwuid_r from the patch. Build getpwuid_r partMartin Blapp2003-04-031-72/+35
| | | | | | | for FreeBSD too. Notes: svn path=/head/; revision=78064
* Fix crash in Autopilot->Report.Martin Blapp2003-04-031-0/+11
| | | | Notes: svn path=/head/; revision=78063
* This snapshot has a different path for the userdir.Martin Blapp2003-04-011-4/+4
| | | | Notes: svn path=/head/; revision=77905
* Update to srx644_ooo20030412.Martin Blapp2003-03-312-13/+2
| | | | Notes: svn path=/head/; revision=77849
* Readd previous deleted part. It is still needed for 4.xMartin Blapp2003-03-311-2/+30
| | | | Notes: svn path=/head/; revision=77841
* SOLARINI pointed to the wrong file. ssrx644.ini itself has stillMartin Blapp2003-03-313-30/+53
| | | | | | | | Linux dependent stuff in the FreeBSD section. Clean this up. Register the stlport lib. Notes: svn path=/head/; revision=77838