Commit graph

156 commits

Author SHA1 Message Date
Martin Blapp
11774a5a83 Assign maintainer to mailinglist. 2002-06-22 22:24:46 +00:00
Martin Blapp
9a3255d32e Two typos in the postscript header for printing fixed - one
if them is about Euro symbol, (merged from the development
branch of the package).

This patch is a slight generalisation of the one provided
in NetBSD PR pkg/17130

Obtained from:	NetBSD, <mrauch@netbsd.org>
2002-06-21 08:51:04 +00:00
Martin Blapp
b42d78ff38 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>
2002-06-12 21:19:50 +00:00
Martin Blapp
44f577242e Enable the exported symbols map files again. A missing map file has been added
and now the build works with map files. It seems that some of these patches
have been comitted to the OO repo. Add new patches to fix this.
2002-06-12 21:06:03 +00:00
Martin Blapp
1f297430c7 Enable the map files. 2002-06-12 09:26:23 +00:00
Kris Kennaway
5809bd8bed Remove patches with absurdly long filenames (>100 characters), after a
repo copy to files with shorter names.
2002-06-10 05:34:12 +00:00
Martin Blapp
38285ee8ef Add missing -D_REENTRANT in CURRENT. 2002-06-07 15:29:55 +00:00
Martin Blapp
31ca6f7c10 Automated build is not possible.
Obtained from:		Will
2002-06-07 11:10:04 +00:00
Martin Blapp
2a112bea93 Add missing map files. 2002-06-06 18:09:58 +00:00
Martin Blapp
eef799ee37 Add WITH_DEBUG option, and a needed patch.
Clean up the Makefile.
2002-06-06 13:23:26 +00:00
Martin Blapp
296624e8f0 Use CXX to link, since there are many places where CC is missing -lstdc++. 2002-06-04 23:37:00 +00:00
Martin Blapp
e55f32f0f8 AC_TRY_COMPILE -> AC_TRY_LINK 2002-06-04 12:15:32 +00:00
Martin Blapp
206de2abe4 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>
2002-06-04 10:54:09 +00:00
Martin Blapp
c3da2f04f4 Check the exception handling. Needed for the cpp uno code
bridge. I'll import a new bridge for sjlj exceptions on STABLE.
2002-06-04 10:17:52 +00:00
Martin Blapp
6db8acda59 Some other ln -s -> ln -fs 2002-06-02 22:53:54 +00:00
Martin Blapp
fc8edb0c15 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.
2002-06-02 21:43:03 +00:00
Martin Blapp
b3526edc12 Add missing includes for CURRENT 2002-06-02 20:11:57 +00:00
Martin Blapp
eb1c052f09 Fix previous patch. We have to include unistd.h for FreeBSD 2002-06-02 20:07:05 +00:00
Martin Blapp
d76901000b Do not link with lsupc++. With the newest gcc3.1 version it seems not to
be necessary.
2002-06-02 19:31:50 +00:00
Martin Blapp
04658e095e Same case as Solaris. 2002-06-02 19:25:32 +00:00
Martin Blapp
b2b0846bf2 Fix patch. Of course the original checked for gcc3.0, not gcc3.1 2002-05-30 22:38:37 +00:00
Martin Blapp
f60670bf15 Allow uno bridging code to compile with our gcc3.1 and gcc3.2 from ports. 2002-05-30 22:13:07 +00:00
Martin Blapp
6f36732a2d 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.
2002-05-29 13:58:09 +00:00
Martin Blapp
2f3836cafb Add BSD specific nas patches to get it really working. NetBSD should
do the same.
2002-05-19 13:02:37 +00:00
Martin Blapp
b0dc5db05c 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.
2002-05-19 12:29:49 +00:00
Martin Blapp
8800bea575 Link libmozab2 too. This is apparently a bug introduced in
1.0 by the OO people. This should fix the setup program.
2002-05-19 12:17:30 +00:00
Martin Blapp
7f0ffef7c8 Revert the include dirs to the old location as before, and
add the missing dirs.
2002-05-18 14:28:08 +00:00
Martin Blapp
9d31c8a527 Update to mozilla 1.0RC2, like the OO people did yesterday. 2002-05-18 12:32:54 +00:00
Martin Blapp
8ba7b2bfab Make setup start. Patch from Alexander N. Kabaev 2002-05-18 12:30:12 +00:00
Martin Blapp
cede1a236a Remove -g from build. We have special makeflags for this in OO. 2002-05-14 17:42:20 +00:00
Martin Blapp
98f16c166c A oounix dir is now used instead of unix. So we need
to apply this patch to two files instead of one.
2002-05-01 21:51:24 +00:00
Martin Blapp
f3bad9da86 Upgrade to 1.0.0
Builds ok, but is still broken
2002-05-01 21:09:48 +00:00
Martin Blapp
d9c2f10276 Bring back deleted patch. We can habe the same flags as linux 2002-04-23 23:23:16 +00:00
Martin Blapp
2db0f945ef 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.
2002-04-23 22:06:27 +00:00
Martin Blapp
95c229ce16 mktemp(3) needs unistd.h
Recieved from Carlos F. A. Paniago <pan@cnpm.embrapa.br>
2002-04-16 17:59:29 +00:00
Martin Blapp
25fb948c1d Bring the patch to the newest version so it does not break anymore 2002-04-15 16:56:50 +00:00
Martin Blapp
30f652aa63 Ifdef another windows timezone definition 2002-04-15 15:14:28 +00:00
Martin Blapp
7e88375247 Add missing includes 2002-04-15 15:13:07 +00:00
Martin Blapp
a31c45a0b4 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.
2002-04-02 23:48:28 +00:00
Martin Blapp
b51761e90d 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.
2002-03-16 17:02:10 +00:00
Martin Blapp
b0909f5cf7 Add -fno-rtti so the mozab connector code compiles again. 2002-03-15 17:26:45 +00:00
Kris Kennaway
24dcf4a8af Correct invalid syntax in LIB_DEPENDS
Submitted by:	bento
2002-03-15 01:40:07 +00:00
Martin Blapp
ee44ebc3c3 Remove hardcoded $cc and $CC 2002-03-14 16:53:43 +00:00
Martin Blapp
bb411f764d Remove $cc and $CC defines from unxfbsd.mk, and do the changes for
$CC -> $CXX
$cc -> $CC

everywhere. The compile seems to work again now.
2002-03-14 16:53:20 +00:00
Martin Blapp
67d6aa6627 Add pth directory for LIB_DEPENDS 2002-03-14 16:03:15 +00:00
Martin Blapp
d834cc2592 Add CFLAGS too, and make correct {} 2002-03-13 21:43:49 +00:00
Martin Blapp
98abb3f16a Add CC and CFLAGS to gmake environment 2002-03-13 21:42:04 +00:00
Martin Blapp
44d1d9a8f9 gcc/cc -> $(CC) fixes
Do remove empty defines CC/CXX variables which did overwrite the SOLENV
environment.
2002-03-13 19:49:05 +00:00
Martin Blapp
02429790df Add $CC and $CXX here too 2002-03-13 19:29:10 +00:00
Martin Blapp
1edb959e7d Use CXX and CC, so we can specify cc295 and g++295 from ports. More
commits will follow.
2002-03-13 19:23:32 +00:00