| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Pavel@Janik.cz (Pavel Janik)
|
|
|
|
|
|
|
| |
(2) PORTREVERSION -> PORTREVISION
Pointed out by: FUJIMOTO Kou <fujimoto@j.dendai.ac.jp> (1)
Pointy hat to: myself (2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
(archive is exactly same as 1.1rc5b)
|
|
|
|
| |
2) too small so I treated this update as bump portrevision
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
with absolute path.
This makes relative paths working again for specified documents
in the argument list.
|
|
|
|
| |
script.
|
|
|
|
| |
the various installation steps.
|
|
|
|
|
| |
Submitted by: Lars Bungum <lars@bungum.no>
Approved by: marcus (portsmgr)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Approved by: marcus (portsmgr)
|
|
|
|
| |
Approved by: marcus (portsmgr)
|
|
|
|
|
|
| |
at the dev summit !
Approved by: joe (portsmgr)
|
|
|
|
|
|
| |
The framebuffer hack is still needed. Without it, we cannot
install openoffice-devel on bento at all, neither on my build
machines.
|
|
|
|
| |
to OpenOffice.org-645.
|
| |
|
| |
|
| |
|
|
|
|
| |
Pointed out by: Sander Visek
|
|
|
|
|
|
| |
Some shared libraries libdbi645fi.so links against other libs and
otherwise, setup doesn't find necessary files and induce installation
error.
|
| |
|
|
|
|
| |
native jdk1.4.x-p1 -p2 ... -p8
|
|
|
|
|
|
| |
this flag prevents normal installtion procedure.
namely instsetoo/<something>/setup requires stlport_gcc,
which doesn't actually need stlport_gcc.
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Pointed out by: mbr
Pointy hat to: myself
|
| |
|
|
|
|
| |
b) *everywhere* we do not need virtual framebuffer!
|
| |
|
|
|
|
| |
Pointy hat to: maho
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
(currently we do not use it and should be removed later)
Obtained from Volker Quetschke
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
installtion set (somehow?)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
have changing includes paths with each new gcc import.
Submitted by: maho
|
|
|
|
|
| |
PR: 55147
Submitted by: Jens Rehsack <rehsack@liwing.de>
|
|
|
|
|
| |
Reported by: kris
Pointy hat to: me
|
|
|
|
|
|
|
| |
tagged under cws_srx645_ooo11rc2
2. still broken with installation failure.
Reviewed by: mbr
|
|
|
|
|
|
|
| |
since we depend exactly on this version.
PR: 54035
Submitted by: Chris Shenton <chris@Shenton.Org>
|
|
|
|
| |
Submitted by: kris
|
|
|
|
|
| |
here in the openoffice port. This should fix the build problem
on bento.
|
|
|
|
| |
the errors in setup.log go away.
|