Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0 05 Jun 2002 14:33:37 |
mbr |
Remove \t from usage(). Add the missing obsolete directory as a copy
from nspr/obsolete. |
1.0.0 05 Jun 2002 14:29:25 |
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. |
1.0.0 05 Jun 2002 12:44:15 |
mbr |
Also set --enable-gcc3 for CURRENT without USE_GCC |
1.0.0 05 Jun 2002 12:30:24 |
mbr |
Use USE_GCC as in bsd.ports.mk proposed. |
1.0.0 05 Jun 2002 12:16:47 |
mbr |
Don't make a mozilla subdir inside the includes |
1.0.0 04 Jun 2002 23:37:00 |
mbr |
Use CXX to link, since there are many places where CC is missing -lstdc++. |
1.0.0 04 Jun 2002 22:41:11 |
mbr |
Remove very very stupid -L/lib -L/usr/lib -l/usr/local/lib. If
a different gcc is used, they make libstd++ conflict with the
system installed one.
Pointy hat to OpenOffice people.
Many thanks to: David E. O'Brien <obrien@FreeBSD.org> |
1.0.0 04 Jun 2002 19:31:50 |
mbr |
Make the installation working on CURRENT to. The LD_LIBS
path was missing for the stlport library. |
1.0.0 04 Jun 2002 18:52:20 |
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> |
1.0.0 04 Jun 2002 12:15:32 |
mbr |
AC_TRY_COMPILE -> AC_TRY_LINK |
1.0.0 04 Jun 2002 11:09:46 |
mbr |
Fix the mozilla include problem and reroll the distfile.
Change MD5 checksum for CURRENT. |
1.0.0 04 Jun 2002 10:54:10 |
mbr |
Add new cpp uno bridge for STABLE. Make the necessary hooks and also add
the missing EXCEPTION argument to configure.in
Submitted by: Alexander Kabaev <ak03@gte.com> |
1.0.0 04 Jun 2002 10:17:52 |
mbr |
Check the exception handling. Needed for the cpp uno code
bridge. I'll import a new bridge for sjlj exceptions on STABLE. |
1.0.0 03 Jun 2002 22:17:18 |
mbr |
Work around the broken deliver.pl behaviour on CURRENT. For some very
strange reason (perl bug ?i), deliver does not copy the includes to
the right place, it just skips them. Just copy the includes to the
right place. |
1.0.0 03 Jun 2002 13:55:41 |
mbr |
OO bootstrap needs perl. |
1.0.0 02 Jun 2002 22:53:54 |
mbr |
Some other ln -s -> ln -fs |
1.0.0 02 Jun 2002 21:43:03 |
mbr |
For now, do not add libstd++ lib to the package. A libgcc_s.so is missing
on CURRENT. I'll investigate here what's wrong. |
1.0.0 02 Jun 2002 20:11:57 |
mbr |
Add missing includes for CURRENT |
1.0.0 02 Jun 2002 20:07:05 |
mbr |
Fix previous patch. We have to include unistd.h for FreeBSD |
1.0.0 02 Jun 2002 19:31:50 |
mbr |
Do not link with lsupc++. With the newest gcc3.1 version it seems not to
be necessary. |
1.0.0 02 Jun 2002 19:29:04 |
mbr |
Add a patch to not prototype getopt() again if gcc3 is used. |
1.0.0 02 Jun 2002 19:25:32 |
mbr |
Same case as Solaris. |
1.0.0 02 Jun 2002 19:22:38 |
mbr |
Don't compile this for the gcc3 case. |
1.0.0 30 May 2002 22:38:37 |
mbr |
Fix patch. Of course the original checked for gcc3.0, not gcc3.1 |
1.0.0 30 May 2002 22:23:14 |
mbr |
Add missing include for strchr() if compiled with gcc3 |
1.0.0 30 May 2002 22:13:07 |
mbr |
Allow uno bridging code to compile with our gcc3.1 and gcc3.2 from ports. |
1.0.0 29 May 2002 14:21:09 |
mbr |
Add script to generate the needed mozilla dist tarfiles. |
1.0.0 29 May 2002 14:06:34 |
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. |
1.0.0 29 May 2002 13:58:10 |
mbr |
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. |
1.0.0 22 May 2002 08:36:16 |
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 |
1.0.0 21 May 2002 21:16:58 |
mbr |
Fix plist for OpenOffice 1.0 |
1.0.0 19 May 2002 20:26:47 |
mbr |
Add install-user target. |
1.0.0 19 May 2002 20:24:05 |
mbr |
Change SO version in oo_setup.resp. Call sed directly. |
1.0.0 19 May 2002 16:26:14 |
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. |
1.0.0 19 May 2002 13:34:25 |
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). |
1.0.0 19 May 2002 13:02:37 |
mbr |
Add BSD specific nas patches to get it really working. NetBSD should
do the same. |
1.0.0 19 May 2002 12:29:50 |
mbr |
Work around another C++ compiler bug with -O in our
STABLE gcc. Using -g for just this target, or removing
-O seems to fix the build. |
1.0.0 19 May 2002 12:17:30 |
mbr |
Link libmozab2 too. This is apparently a bug introduced in
1.0 by the OO people. This should fix the setup program. |
1.0.0 18 May 2002 14:28:08 |
mbr |
Revert the include dirs to the old location as before, and
add the missing dirs. |
1.0.0 18 May 2002 12:35:58 |
mbr |
Add missing MD5 checksum, sigh |
1.0.0 18 May 2002 12:32:54 |
mbr |
Update to mozilla 1.0RC2, like the OO people did yesterday. |
1.0.0 18 May 2002 12:30:12 |
mbr |
Make setup start. Patch from Alexander N. Kabaev |
1.0.0 14 May 2002 17:42:20 |
mbr |
Remove -g from build. We have special makeflags for this in OO. |
1.0.0 01 May 2002 21:51:24 |
mbr |
A oounix dir is now used instead of unix. So we need
to apply this patch to two files instead of one. |
1.0.0 01 May 2002 21:09:49 |
mbr |
Upgrade to 1.0.0
Builds ok, but is still broken |
641d 26 Apr 2002 17:48:30 |
gerald |
Tweak an error message in pre-extract.
Approved by: mbr (maintainer), obrien (mentor) |
641d 25 Apr 2002 08:08:18 |
mbr |
Check for missing langinfo.h |
641d 24 Apr 2002 22:11:06 |
mbr |
Add setup description file |
641d 24 Apr 2002 22:02:12 |
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. |
641d 24 Apr 2002 00:47:52 |
mbr |
Remove this patch. It's now included in the 641d build |
641d 23 Apr 2002 23:23:16 |
mbr |
Bring back deleted patch. We can habe the same flags as linux |
641d 23 Apr 2002 23:18:15 |
mbr |
We do not have alloca.h |
641d 23 Apr 2002 22:06:27 |
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. |
641d 16 Apr 2002 17:59:29 |
mbr |
mktemp(3) needs unistd.h
Recieved from Carlos F. A. Paniago <pan@cnpm.embrapa.br> |
641d 15 Apr 2002 16:56:50 |
mbr |
Bring the patch to the newest version so it does not break anymore |
641d 15 Apr 2002 15:14:28 |
mbr |
Ifdef another windows timezone definition |
641d 15 Apr 2002 15:13:07 |
mbr |
Add missing includes |
641d 15 Apr 2002 13:48:19 |
mbr |
Fix patch argument which does fix the neon build |
641d 02 Apr 2002 23:48:31 |
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. |
641c 16 Mar 2002 17:02:10 |
mbr |
Revert the last change. It looks like -fno-rtti is only needed for the
mozilla part, and else it breaks the build where -rtti is used. Add a new
patch to change it for the mozilla build. |
641c 15 Mar 2002 17:26:45 |
mbr |
Add -fno-rtti so the mozab connector code compiles again. |
641c 15 Mar 2002 01:40:07 |
kris |
Correct invalid syntax in LIB_DEPENDS
Submitted by: bento |
14 Mar 2002 16:03:15 |
mbr |
Add pth directory for LIB_DEPENDS |
13 Mar 2002 19:19:41 |
mbr |
Make portlint happy. Add USE_XLIB
Submitted by: demon |
13 Mar 2002 16:31:53 |
mbr |
Fix breakage with "patch -i" which is missing in STABLE. For some strange
reason it exists in recent CURRENT, but is not documented. |
11 Mar 2002 15:51:33 |
mbr |
We need to build offuh here, else the build stops
Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br> |
11 Mar 2002 15:43:56 |
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> |
11 Mar 2002 09:26:02 |
mbr |
FreeBSD has no -ldl |
11 Mar 2002 09:18:13 |
mbr |
Build unoidl too |
11 Mar 2002 09:17:12 |
mbr |
If nSubKeys is not defined, just return. Fix from Tim Tretyak
<timothy@umc.com.ua> |
11 Mar 2002 09:15:44 |
mbr |
Remove unnecessary #defines |
11 Mar 2002 09:08:44 |
mbr |
Fix number calculation. Patch from Tim Tretyak <timothy@umc.com.ua> |
11 Mar 2002 09:06:34 |
mbr |
Fix one #ifdef and add two more checks |
10 Mar 2002 23:02:24 |
mbr |
Add langinfo twirks |
10 Mar 2002 22:51:58 |
mbr |
Add tgetpwnam test for FreeBSD too |
10 Mar 2002 22:48:22 |
mbr |
Remove _cdecl before main() |
10 Mar 2002 22:42:08 |
mbr |
AddrLen is socklen_t, not int |
10 Mar 2002 22:34:53 |
mbr |
Add -f to ln to continue builds |
10 Mar 2002 22:26:50 |
mbr |
A getpwuid_r function is now implemented in patch-sal::osl::unx::system.c |
10 Mar 2002 22:03:45 |
mbr |
Add the PTHREAD_CFLAGS correctly to SOLARDEF, even if this is not yet used
and the CFLAGS are hardcoded in solenv/inc/unxfbsd.mk |
10 Mar 2002 21:51:41 |
mbr |
We do not have GLIBC. Sigh. |
10 Mar 2002 17:14:48 |
mbr |
Define fcvt as extern as NetBSD does. |
09 Mar 2002 22:41:54 |
mbr |
Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts. |
09 Mar 2002 19:57:50 |
mbr |
Add ASM flags, replace the REENTRANT and THREAD_SAFE definitions with
-pthread, add JAVA_RUNTIME definition, change the optimization from 02 to -O
and from -O to -O0. Add -lXaw -lXt to link for GUI part, and reorder the
librarys the correct way. |
09 Mar 2002 10:43:14 |
mbr |
Move the s-<malloc.h>-<stdlib.h>-g after the patch section. |
09 Mar 2002 09:54:06 |
mbr |
Patch got accidently comitted twice. |
09 Mar 2002 01:00:16 |
mbr |
STABLE does not have langinfo.h yet. |
09 Mar 2002 00:18:08 |
mbr |
Add -DOSVERSION to FreeBSD build. Remove the netbsd unxbsdi.mk file. |
08 Mar 2002 23:13:20 |
mbr |
This patch accidently got the second part dublicated |
08 Mar 2002 23:06:20 |
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) |
08 Mar 2002 16:06:39 |
mbr |
Add missing typedef and macros. Patch from Carlos F. A. Paniago
<pan@cnpm.embrapa.br> |
08 Mar 2002 15:43:16 |
mbr |
We do not have alloca.h |
08 Mar 2002 14:27:13 |
mbr |
Substitute .cxx files too in the nas-patch. Also add a missing backslash,
since we do not want to scan dirs. |
08 Mar 2002 14:00:01 |
mbr |
Avoid twice defined set_new_handler__FPFv_v symbol. Patch from NetBSD |
08 Mar 2002 13:35:19 |
mbr |
Add -Wl,-export-dynamic for the SHLGUI build too |
08 Mar 2002 13:30:05 |
mbr |
Add missing $ |
07 Mar 2002 16:49:18 |
mbr |
Avoid double symbols for set_new_handler__FPFv_v. Patch from NetBSD |
07 Mar 2002 15:44:09 |
mbr |
Add missing SHL1STDLIBS reordering |
07 Mar 2002 15:32:52 |
mbr |
Add include path $STLPORT_inc_stlport for FreeBSD too and remove a second
instance of this include path. |
06 Mar 2002 17:18:04 |
mbr |
*.cxx also needs <malloc.h>-<stdlib.h> |