1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

167 Commits

Author SHA1 Message Date
Martin Blapp
61c2a9eb93 STABLE has still no iswspace(). Add define for it. No change
for > 5.0.
2003-01-22 14:55:22 +00:00
Martin Blapp
d0202038f2 Update to 1.02 2003-01-21 22:13:13 +00:00
Martin Blapp
a2d8d8b86d Set $LANG to a useful value if it is not already set. This is a issue
many users have problems with. If US-ASCII is set, OpenOffice.Org cannot
read any filenames with special chars and Umlauts !
2003-01-21 17:09:39 +00:00
Martin Blapp
c026fb8d6b Add missing FreeBSD case. Needed to fix the breakage introduced
by the removal of the proc dependency.
2003-01-15 00:38:23 +00:00
Martin Blapp
4a0e959c56 Fix for numerous bugs with russian localization.
PR:		45267
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
2003-01-12 15:13:17 +00:00
Martin Blapp
47a34e1567 Remove the procfs dependency. Use the PS_STRINGS macro to get argv[]. 2003-01-12 15:08:05 +00:00
Martin Blapp
101d50b9b5 Add second part of bison patches. All breakage has been introduced by
bison 1.75 import in october.
2002-11-06 23:09:04 +00:00
Martin Blapp
5baa4bf2b2 Commit first part of bison 1.75 patches.
Tested by:	various openoffice users
2002-11-04 06:15:37 +00:00
Martin Blapp
f9da593899 Fix the recently breakage caused by bison 1.75.
$PATH does now have /usr/bin before /usr/local/bin
until the bug is fixed.
2002-10-28 14:33:42 +00:00
Martin Blapp
fb89e9b697 All patches have been repocopied to use + as separator and not "::". 2002-10-21 08:57:17 +00:00
Martin Blapp
f1302b3a00 Finally make the mozilla addressbook and ldap datasources working. Add a new
"register-mozilla" target, add a openoffice mozilla 1.01 patch to the mozilla
build. Fix the zipmoz.sh to catch up with the mozilla changes.

Bump portrevision.
2002-10-14 16:00:22 +00:00
Martin Blapp
ef353cdfc8 Add += also to GENJAVAFILES. 2002-09-12 10:20:40 +00:00
Martin Blapp
aaa10d7ab7 Work around jdk-path issues in CURRENT. 2002-09-11 12:22:19 +00:00
Martin Blapp
4aedd0d3e2 Add UTF-8 support to locale. Correct a comment.
Submitted by:	Matthew Reimer <mreimer@vpop.net>
2002-09-03 11:12:25 +00:00
Martin Blapp
bbd69f40fa Remove second part of minormkchanged.flg in target.mk. Because this file is
not existing at this time, the build will fail.
2002-08-25 23:50:28 +00:00
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
cf16dd94fe Add missing newline.
Submitted by:	Mathieu Arnold <m@absolight.fr>
2002-08-14 09:04:10 +00:00
Martin Blapp
939a0009b4 Allow use of JDK1.3.1 even if we have no hotspot available. I hope this
will change in near future.

Submitted by:		Carlos F. A. Paniago <pan@panix.ecof.org.br>
2002-08-13 22:26:29 +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
b933b77e57 Fix neon authentification. The patch in external/neon
is missing two unsigned chars.

http://www.openoffice.org/issues/show_bug.cgi?id=4818
2002-08-08 20:52:02 +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
a9e071b81c A changedir into the OO.org dir was wrong. This broke relative paths
like: "openoffice document.sxc".
2002-08-04 00:18:09 +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
f813c6b470 Add openoffice-wrappers for easier startup. Make pkg-message
more user friendly.
2002-08-01 12:29:21 +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