summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-1/+0
|
* first remove patches. raize IssueZilla as far as possibleMaho Nakata2003-12-0821-977/+0
|
* Added 680 codeline (will be OOo 2.0)Maho Nakata2003-12-082-15/+6
|
* Marked as BROKEN.Maho Nakata2003-12-081-3/+4
|
* OpenOffice -> OpenOffice.orgMaho Nakata2003-11-091-2/+2
| | | | Submitted by: Pavel@Janik.cz (Pavel Janik)
* (1) omit RC4 in pkg-messageMaho Nakata2003-10-032-3/+3
| | | | | | | (2) PORTREVERSION -> PORTREVISION Pointed out by: FUJIMOTO Kou <fujimoto@j.dendai.ac.jp> (1) Pointy hat to: myself (2)
* a) add several patches made by Takashi Ono (JCA signed person)Maho Nakata2003-10-025-0/+611
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 1.1.0 official releaseMaho Nakata2003-10-022-4/+3
| | | | (archive is exactly same as 1.1rc5b)
* 1) update to 1.1rc5b.Maho Nakata2003-10-012-2/+4
| | | | 2) too small so I treated this update as bump portrevision
* Localized helpcontents have been changed from 1.0 to 1.1, andMaho Nakata2003-10-012-11/+14
| | | | | | | unfortunately, both helpcontents have same names and located at different place. there's (AFAIK) no way to make one more deeper subdirectory at DISTDIR, so I splitted /usr/ports/distfiles/openoffice to /usr/ports/distfiles/openoffice1.0, /usr/ports/distfiles/openoffice1.1.
* 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.
* Upgrade to 1.1rc5 snapshot. Fix a remaining error in the startupMartin Blapp2003-09-253-36/+12
| | | | script.
* Directly get OOHOME from .sversionrc. Add several checks forMartin Blapp2003-09-251-3/+6
| | | | the various installation steps.
* Fix minor install problem: s/openoffice/openoffice-wrapper/Martin Blapp2003-09-211-2/+2
| | | | | Submitted by: Lars Bungum <lars@bungum.no> Approved by: marcus (portsmgr)
* Make it easier for people, move a big chunk of the startupMartin Blapp2003-09-175-71/+102
| | | | | | | | | | 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)
* Remove a dash in the pathname.Martin Blapp2003-09-161-2/+2
| | | | Approved by: marcus (portsmgr)
* Fix post-install target, remove a dash.Martin Blapp2003-09-161-1/+1
| | | | Approved by: marcus (portsmgr)
* Make OO1.1RC working. Many thanks to kan for the debugging sessionMartin Blapp2003-09-145-43/+104
| | | | | | at the dev summit ! Approved by: joe (portsmgr)
* Back out parts of rev. 1.95.Martin Blapp2003-09-091-2/+40
| | | | | | The framebuffer hack is still needed. Without it, we cannot install openoffice-devel on bento at all, neither on my build machines.
* The install-path has been changed from OpenOffice.org-644Martin Blapp2003-09-091-1/+1
| | | | to OpenOffice.org-645.
* libXft.a is not available. Do not link static for now.Martin Blapp2003-09-081-1/+1
|
* Add gcc port dependency.Martin Blapp2003-09-081-0/+1
|
* Compiles again with system gcc on 5.x.Martin Blapp2003-09-081-0/+2
|
* LD_LIBRARYN32_PATH -> LD_LIBRARY_PATHMaho Nakata2003-09-051-2/+2
| | | | Pointed out by: Sander Visek
* 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.
* Very dirty ad hoc kludge for compilation with WITH_DEBUG=2 (debug option)Maho Nakata2003-09-021-0/+11
|
* Add possible version info for FreeBSD'sMaho Nakata2003-09-021-0/+25
| | | | native jdk1.4.x-p1 -p2 ... -p8
* 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.
* 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
* Still it does not marked as broken.Maho Nakata2003-08-161-1/+1
| | | | | Pointed out by: mbr Pointy hat to: myself
* path for file in this patch was wrong.Maho Nakata2003-08-161-11/+9
|
* a) sysui/oounix/office/gnome/gnomeint seems to be desappeared.Maho Nakata2003-08-161-43/+5
| | | | b) *everywhere* we do not need virtual framebuffer!
* Make this patch up-to-dateMaho Nakata2003-08-151-53/+25
|
* Remarked as broken since it doesn't install.Maho Nakata2003-08-151-1/+1
| | | | Pointy hat to: maho
* 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
* 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
* /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)
* workaround. not include pangox.aliases in theMaho Nakata2003-08-151-0/+21
| | | | installtion set (somehow?)
* THIRDPARTYLICENSEREADME.html is rested directory under html.Maho Nakata2003-08-151-0/+8
|
* 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
* Committed in the cws_srx645_ooo11rc3 CVS repo.Maho Nakata2003-08-153-59/+0
|
* Now passes compilation for recent 4.8-STABLE and 5-CURRENT,Maho Nakata2003-08-152-43/+11
| | | | | | | | | | | | | | | | | | | | | but still fails during/after the installtion :( a) follow up to recent cvs checkout (cws_srx645_ooo11rc3, 2003/08/15) b) Use gcc33 from ports for both 4 and 5. gcc-3.3 of 5-CURRENT seems to brake somewhere, and recent version of OOo hits some internal error of gcc-3.2.3. c) remove --enable-gcc3, --with-os-version and --with-ant-home gcc3 is deprecated, os version and ant home should be detected automatically by configure(setting os version had been dangerous, since difference can be seen between /usr/include/osreldate.h and sysctl kern.osreldate) however nowadays it is not so dangerous) d) add build dependency for Xft and gtk-2.0.
* 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
* Make mozilla-vendor compile with gcc 3.3.1Martin Blapp2003-08-122-3/+3
| | | | | PR: 55147 Submitted by: Jens Rehsack <rehsack@liwing.de>
* Port devel/jakarta-ant was renamed to devel/apache-ant.Ernst de Haan2003-07-231-1/+1
| | | | | Reported by: kris Pointy hat to: me
* 1. update to fresh checkout of OpenOffice.org (1.1RC2)Maho Nakata2003-07-1729-591/+85
| | | | | | | tagged under cws_srx645_ooo11rc2 2. still broken with installation failure. Reviewed by: mbr
* Mozilla-vendor has been removed. Download the 1.02 port from freefall,Martin Blapp2003-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).Martin Blapp2003-06-271-0/+1
| | | | Submitted by: kris
* Include these librarys needed by the mozilla sub-port directlyMartin Blapp2003-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 makeMartin Blapp2003-06-091-0/+19
| | | | the errors in setup.log go away.