non port: editors/openoffice/Makefile |
Number of commits found: 163 (showing only 63 on this page) |
Thursday, 4 Jul 2002
|
22:31 mbr
1) Change notice about a system patch. Matt did fix this in 4.6 STABLE.
2) Add another needed system patch notice to avoid deadlocks.
Obtained from 1) Jesse Gross <jesse_gross@yahoo.com>
2) Alexander Kabaev <ak03@gte.com>
John Polstra <jdp@polstra.com>
|
Saturday, 22 Jun 2002
|
22:24 mbr
Assign maintainer to mailinglist.
|
Wednesday, 19 Jun 2002
|
11:08 mbr
Always use the internal stlport if USE_GCC is defined.
|
10:47 mbr
If we build a port with a language different than EN or DE, we need
to define the language EN_US too. The documention is english only
at the moment.
Bug Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
|
Tuesday, 18 Jun 2002
|
06:01 mbr
Fix variable
Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
|
Friday, 14 Jun 2002
|
23:05 mbr
Preparations to add OO ports for other languages. I'll add later OO
slave ports for 12 languages.
Obtained from: lioux (slave port skeletons)
|
Thursday, 13 Jun 2002
|
10:40 mbr
Display the kernel config message for 2.95 gcc only on STABLE.
|
09:21 mbr
Add missing conditional.
|
09:04 mbr
OO is still broken with CURRENT system gcc3.1. We still need USE_GCC=3.1
for now.
|
Wednesday, 12 Jun 2002
|
21:19 mbr
Fix gcc 2.95.3 crash resulting from a symbol conflict
between libpackage2.so and libsvx641fi.so.
Enable gcc 2.95.3 build again. OO should build and work now
in STABLE with the system gcc.
Obtained from: Alexander Kabaev <ak03@gte.com>
|
Monday, 10 Jun 2002
|
21:00 mbr
Matt just comitted the fix to CURRENT. Do not display the
message if CURRENT is used.
|
13:11 mbr
Larger stack and datasize seems only be needed if gcc2 is used.
|
12:57 mbr
Add message about broken FreeBSD rtld and needed system patch.
|
12:05 mbr
Only activate the display hack if no DISPLAY is defined. This should fix
install for users with a running X-Server.
|
Friday, 7 Jun 2002
|
15:24 mbr
- Dependency fix.
- Really build OO on CURRENT with g++ from ports
|
14:14 mbr
Make a ugly hack and remove the DISPLAY dependency. We use the
XFree86-4-VirtualFramebufferServer port to fake a real x-server
and to be able to make automated builds on bento.
Set USE_GCC=3.1 since all other options are broken at the moment.
Reviewed by: Will Andrews <will@FreeBSD.org>
|
11:10 mbr
Automated build is not possible.
Obtained from: Will
|
Thursday, 6 Jun 2002
|
14:17 mbr
Fix string
|
14:06 mbr
Add DMAKE variable we can later use for more targets.
|
13:23 mbr
Add WITH_DEBUG option, and a needed patch.
Clean up the Makefile.
|
Wednesday, 5 Jun 2002
|
14:38 mbr
Fix distfile name for gcc31
Submitted by: Erik H. Bakke <ebakke@trolltech.com>
|
14:29 mbr
I made the mozilla distfiles about 4MB smaller. The includes are always
the same, so there isn't any reason we should include them in each
version. Change the MD5 checksums one last time.
|
12:44 mbr
Also set --enable-gcc3 for CURRENT without USE_GCC
|
12:30 mbr
Use USE_GCC as in bsd.ports.mk proposed.
|
Tuesday, 4 Jun 2002
|
19:31 mbr
Make the installation working on CURRENT to. The LD_LIBS
path was missing for the stlport library.
|
18:52 mbr
We finally made it possible. With the new bridge code from Alexander,
OpenOffice works now (on STABLE). Thanks goes to the following people
which helped me a lot :
Tim Tretyak <timothy@umc.com.ua>
Alexander Kabaev <ak03@gte.com>
Carlos F. A. Paniago <pan@panix.ecof.org.br>
|
Monday, 3 Jun 2002
|
13:55 mbr
OO bootstrap needs perl.
|
Wednesday, 29 May 2002
|
14:06 mbr
Second part, forgot to commit it.
Make openoffice compile with gcc from ports, or just with CC=$CC and
CXX=$CXX, like it should normally be. Usable options are:
USEPORTGCC295=YES, USEPORTGCC31=YES and USEPORTGCC32=YES
Add a lot off gcc3.x fixes, make included stlport compile with CURRENT.
Next step will be to include a mozilla build, so we can link openoffice
against mozilla librarys without c++ compat problems.
|
Wednesday, 22 May 2002
|
08:36 mbr
Mark it broken again.
It seems that our c++ (2.95.3) has still bugs. This time c++ exceptions
do not work as they should and instead a clean exit we get a segfault.
This works with a virgin 2.95.3 compiler, or even the one in the ports
collection. Another bug is a internal compiler error during compile
a part of OO without -g or with -O.
The rtld-elf symbolcache seems to have problems too. If used,
the installation coredumps. A workaround seems to disable the
caching altough this can't be the real solution.
There is also an outstanding problem in the uno-bridge code of OO.
We are currently investigating it:
http://www.openoffice.org/issues/show_bug.cgi?id=5071
|
Sunday, 19 May 2002
|
20:26 mbr
Add install-user target.
|
20:24 mbr
Change SO version in oo_setup.resp. Call sed directly.
|
16:26 mbr
Fix the last commit. Since OO was only compileable in a little
timeframe on CURRENT, mark it broken for all CURRENT versions.
Beside that, the logic was wrong.
|
13:34 mbr
Unbreak build, since we need testers now the setup works.
Add a lot of warning messages and tell in which RELEASE
OO does not work (yet).
|
Saturday, 18 May 2002
|
12:32 mbr
Update to mozilla 1.0RC2, like the OO people did yesterday.
|
Wednesday, 1 May 2002
|
21:09 mbr
Upgrade to 1.0.0
Builds ok, but is still broken
|
Friday, 26 Apr 2002
|
17:48 gerald
Tweak an error message in pre-extract.
Approved by: mbr (maintainer), obrien (mentor)
|
Thursday, 25 Apr 2002
|
08:08 mbr
Check for missing langinfo.h
|
Wednesday, 24 Apr 2002
|
22:02 mbr
Fix one mastersite, add install targets and remove the os version check.
I think if the gcc fixes for oo go in before 4.6, we can check against
this version later.
Openoffice does build now till the end. A normal build with a P800 Mhz
does take approximatly 20 hours.
|
Tuesday, 23 Apr 2002
|
22:06 mbr
Go back to mozilla 2.95 includes, a newer version has LDAP code
problems and doesn't compile. We can bump later to 1.0, if the
openoffice project does the same.
|
Tuesday, 2 Apr 2002
|
23:48 mbr
Upgrade to build 641d. More work is necessary to make the build compile.
There are still at least two different gcc bugs in our compiler, one
issue has already been found by Alexander Kabaev <ak03@gte.com>. He's
working on fixing the other.
|
Friday, 15 Mar 2002
|
01:40 kris
Correct invalid syntax in LIB_DEPENDS
Submitted by: bento
|
Thursday, 14 Mar 2002
|
16:03 mbr
Add pth directory for LIB_DEPENDS
|
Wednesday, 13 Mar 2002
|
19:19 mbr
Make portlint happy. Add USE_XLIB
Submitted by: demon
|
Monday, 11 Mar 2002
|
15:43 mbr
Add FreeBSD Version of oo_moz_641.tar.gz, and update it to mozilla 0.9.8
Thanks to Carlos F. A. Paniago <pan@cnpm.embrapa.br>
|
Saturday, 9 Mar 2002
|
22:41 mbr
Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.
|
10:43 mbr
Move the s-<malloc.h>-<stdlib.h>-g after the patch section.
|
Friday, 8 Mar 2002
|
23:06 mbr
Use autoconf, remove the ugly configure patch. Do the gcc tests and fix them
while we are here (AWK had an endless loop), add a FreeBSD configure variable
called with-os-version, so we can check the OSVERSION in the build to support
both STABLE and CURRENT (there are different patches needed)
|
14:27 mbr
Substitute .cxx files too in the nas-patch. Also add a missing backslash,
since we do not want to scan dirs.
|
13:30 mbr
Add missing $
|
Wednesday, 6 Mar 2002
|
17:18 mbr
*.cxx also needs <malloc.h>-<stdlib.h>
|
10:00 mbr
Openoffice needs x11
|
Tuesday, 5 Mar 2002
|
23:33 mbr
Bring the FreeBSD (NetBSD) mozilla zip files into place
|
Monday, 4 Mar 2002
|
21:48 mbr
Update to 641c source build
|
Sunday, 3 Mar 2002
|
00:00 mbr
Fix dependency of pth and fix jdk paths
|
Thursday, 28 Feb 2002
|
23:36 mbr
First step towards a working port.
|
Sunday, 27 Jan 2002
|
12:17 mbr
Since I'm the maintainer of other vaporware already like staroffice, it makes
sense that I maintain this too ;)
|
08:10 obrien
I do not want to the maintainer of this piece of vaporware.
|
Tuesday, 28 Aug 2001
|
01:33 obrien
Update to the 6.0.a638 offering.
|
Friday, 18 May 2001
|
07:09 obrien
Really make broken.
|
07:09 obrien
Update to build 627 (yes, still broken).
|
Friday, 3 Nov 2000
|
11:18 obrien
Update to the "609" build incase anyone wants to work on getting this beast
going.
|
Thursday, 19 Oct 2000
|
21:48 obrien
Mark this broken so people don't casually actually try to use this. Those
wanting to work on the port should just comment out the "BROKEN" of course.
|
Monday, 16 Oct 2000
|
20:23 obrien
First cut at configuration patches. This is very much a WIP, and I welcome
others to work on it too.
|
Number of commits found: 163 (showing only 63 on this page) |