Commit graph

187 commits

Author SHA1 Message Date
Martin Blapp
996a7ff2b9 We still had three locales with uppercase chars. To adapt the style
of the other arrays, do everything in uppercase now. Add a NetBSD
part too and correct the IRIX part. Reorder the ifdef comments and
define how the array should look like.
2002-08-14 17:15:12 +00:00
Martin Blapp
20bfa9f9b2 Sort the array _nl_language_list[] in ascending order. Remove NetBSD
part of code which was wrong. Change a signed int to unsigned.
2002-08-13 21:58:39 +00:00
Martin Blapp
29370d3dee Fix a ugly bug in a binary compare function which made OpenOffice
dump in Options->Load/Save/HTML Compatibility. If $LANG was not set
in ENV, TXT files could not be read anymore.
2002-08-13 21:12:06 +00:00
Martin Blapp
068074b37e Check in two cases if a string is NULL. Fixes WITH_DEBUG=
installation.
2002-08-10 10:57:27 +00:00
Martin Blapp
ea619b3e9f machine/soundcard.h -> sys/soundcard.h
Fix trailing patch which was ignored

Submitted by:		kan
2002-08-08 17:32:38 +00:00
Martin Blapp
a9f357fa20 Fix another namespace collision which made the debug build segfaulting
in setup.

Submitted by:		kan
2002-08-08 17:29:21 +00:00
Martin Blapp
39acd11767 Add optional TTF patch.
Submitted by:           Alexander Kabaev <ak03@gte.com>
2002-08-08 17:20:20 +00:00
Martin Blapp
0db16a2f3e The gcc31 port has been updated. It seems that g++ includes are again in
g++-v3. In all preview version they where located in g++.

Remove part of this patch, so OO builds again with gcc31 (release)
2002-08-02 23:59:08 +00:00
Martin Blapp
13bf943c62 Only use -g if $debug is true. I'll suggest this also to the
OO.org people.

It would make sence to have a additional GMAKECFLAGS in solvenv,
which could contain a basic CFLAGS configuration. We cannot use
$CFLAGS cause there are dmake specific things in it.
2002-07-31 22:57:55 +00:00
Martin Blapp
28b7ee808c Add missing cases for FreeBSD. 2002-07-31 10:48:46 +00:00
Martin Blapp
c0ec61915d Make this script work for FreeBSD. 2002-07-31 10:39:51 +00:00
Martin Blapp
fe23002338 Add missing FreeBSD case. 2002-07-31 10:38:22 +00:00
Martin Blapp
e0c7d05974 FreeBSD has waitpid() and does not need to workaround as Linux has to do. 2002-07-31 10:36:42 +00:00
Martin Blapp
a0e845a9e8 Add player for KDE2 case. 2002-07-31 10:32:36 +00:00
Martin Blapp
ab4fe95bea Fix some include paths. 2002-07-31 10:29:23 +00:00
Martin Blapp
61d498911b Use the same libs to link with as linux does. 2002-07-31 10:24:12 +00:00
Martin Blapp
de267d2bcb Fix locking problems.
Submitted by:   kan
2002-07-31 10:16:01 +00:00
Martin Blapp
13471eeeab Add patch needed by debug compile build. 2002-07-31 10:15:09 +00:00
Martin Blapp
56c07e1018 Do the same as linux to work around some alignment problems.
Submitted by:   kan
2002-07-31 10:14:34 +00:00
Martin Blapp
11580a1c70 Add missing ! #ifdef
Submitted by:	kan
2002-07-31 10:08:57 +00:00
Martin Blapp
6e1d596baa Remove probematic -export-dynamic flag, which could lead to namespace
collisions. Add missing symbols to addsym.awk, so -export-dynamic
gets obsolete.

Submitted by:	kan
2002-07-31 10:06:52 +00:00
Martin Blapp
f7ca61a7b6 Fix i18n related crash. This may be only a workaround, a better solution
is in work. The crash doesn't happen if $LANG is set to *.ISO8859-* or
to *.KOI8-R. It happens with $LANG=C, US_ASCII, *.KOI8-U, *.Big5 etc.

The function which does crash should select the best suitable mime encoding
type for $LANG.

The workaround is to default to US-ASCII if there is no suitable entry.
If the entry has been modified in the settings, this value will not be used
anymore and the crash should even stop if we don't have this workaround
in place.
2002-07-31 09:54:50 +00:00
Martin Blapp
c988609224 Add FreeBSD specific _nl_language_list[] array. Remove a linux only
specific #ifdef we included before.
2002-07-31 08:32:46 +00:00
Martin Blapp
5e863577e7 Display the Linux help text for the jvm install, not the Windows one. 2002-07-21 23:14:03 +00:00
Martin Blapp
2aede6e576 Fix language support. Add missing defines. 2002-07-21 23:11:40 +00:00
Martin Blapp
b9be5c4c4e Add correct map for rtti test too. 2002-07-21 23:09:53 +00:00
Martin Blapp
60431551ee Add PAM support 2002-07-21 23:06:51 +00:00
Martin Blapp
bde60949c1 Set FreeBSD and NetBSD config for mozilla. 2002-07-21 23:02:40 +00:00
Martin Blapp
4668165b1a Activate sound support. 2002-07-21 22:59:15 +00:00
Martin Blapp
c626bc93e8 Make WITH_DEBUG tunable. WITH_DEBUG=1 just adds debugs symbols.
WITH_DEBUG=2 turns on internal OO.org debug support. Unfortunatly
it is broken at the moment.
2002-07-21 22:48:50 +00:00
Martin Blapp
e83a33f639 Upgrade to 1.0.1 2002-07-17 07:41:47 +00:00
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