summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3 (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-08-14We still had three locales with uppercase chars. To adapt the styleMartin Blapp1-52/+100
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. Notes: svn path=/head/; revision=64511
2002-08-13Sort the array _nl_language_list[] in ascending order. Remove NetBSDMartin Blapp1-29/+52
part of code which was wrong. Change a signed int to unsigned. Notes: svn path=/head/; revision=64477
2002-08-13Fix a ugly bug in a binary compare function which made OpenOfficeMartin Blapp1-6/+16
dump in Options->Load/Save/HTML Compatibility. If $LANG was not set in ENV, TXT files could not be read anymore. Notes: svn path=/head/; revision=64475
2002-08-10Check in two cases if a string is NULL. Fixes WITH_DEBUG=Martin Blapp1-0/+22
installation. Notes: svn path=/head/; revision=64328
2002-08-08machine/soundcard.h -> sys/soundcard.hMartin Blapp1-5/+7
Fix trailing patch which was ignored Submitted by: kan Notes: svn path=/head/; revision=64241
2002-08-08Fix another namespace collision which made the debug build segfaultingMartin Blapp1-0/+34
in setup. Submitted by: kan Notes: svn path=/head/; revision=64240
2002-08-08Add optional TTF patch.Martin Blapp2-0/+219
Submitted by: Alexander Kabaev <ak03@gte.com> Notes: svn path=/head/; revision=64238
2002-08-02The gcc31 port has been updated. It seems that g++ includes are again inMartin Blapp1-29/+1
g++-v3. In all preview version they where located in g++. Remove part of this patch, so OO builds again with gcc31 (release) Notes: svn path=/head/; revision=63883
2002-07-31Only use -g if $debug is true. I'll suggest this also to theMartin Blapp1-3/+16
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. Notes: svn path=/head/; revision=63824
2002-07-31Add missing cases for FreeBSD.Martin Blapp5-0/+96
Notes: svn path=/head/; revision=63800
2002-07-31Make this script work for FreeBSD.Martin Blapp1-0/+21
Notes: svn path=/head/; revision=63799
2002-07-31Add missing FreeBSD case.Martin Blapp1-0/+11
Notes: svn path=/head/; revision=63798
2002-07-31FreeBSD has waitpid() and does not need to workaround as Linux has to do.Martin Blapp1-0/+18
Notes: svn path=/head/; revision=63797
2002-07-31Add player for KDE2 case.Martin Blapp1-0/+20
Notes: svn path=/head/; revision=63796
2002-07-31Fix some include paths.Martin Blapp2-0/+22
Notes: svn path=/head/; revision=63795
2002-07-31Use the same libs to link with as linux does.Martin Blapp1-0/+20
Notes: svn path=/head/; revision=63794
2002-07-31Fix locking problems.Martin Blapp1-0/+30
Submitted by: kan Notes: svn path=/head/; revision=63792
2002-07-31Add patch needed by debug compile build.Martin Blapp1-0/+12
Notes: svn path=/head/; revision=63791
2002-07-31Do the same as linux to work around some alignment problems.Martin Blapp3-0/+42
Submitted by: kan Notes: svn path=/head/; revision=63790
2002-07-31Add missing ! #ifdefMartin Blapp1-0/+11
Submitted by: kan Notes: svn path=/head/; revision=63789
2002-07-31Remove probematic -export-dynamic flag, which could lead to namespaceMartin Blapp2-6/+16
collisions. Add missing symbols to addsym.awk, so -export-dynamic gets obsolete. Submitted by: kan Notes: svn path=/head/; revision=63788
2002-07-31Fix i18n related crash. This may be only a workaround, a better solutionMartin Blapp1-0/+13
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. Notes: svn path=/head/; revision=63787
2002-07-31Add FreeBSD specific _nl_language_list[] array. Remove a linux onlyMartin Blapp1-22/+43
specific #ifdef we included before. Notes: svn path=/head/; revision=63778
2002-07-21Display the Linux help text for the jvm install, not the Windows one.Martin Blapp1-0/+11
Notes: svn path=/head/; revision=63346
2002-07-21Fix language support. Add missing defines.Martin Blapp2-8/+28
Notes: svn path=/head/; revision=63345
2002-07-21Add correct map for rtti test too.Martin Blapp1-0/+13
Notes: svn path=/head/; revision=63344
2002-07-21Add PAM supportMartin Blapp3-0/+33
Notes: svn path=/head/; revision=63343
2002-07-21Set FreeBSD and NetBSD config for mozilla.Martin Blapp1-0/+17
Notes: svn path=/head/; revision=63342
2002-07-21Activate sound support.Martin Blapp3-0/+48
Notes: svn path=/head/; revision=63341
2002-07-21Make WITH_DEBUG tunable. WITH_DEBUG=1 just adds debugs symbols.Martin Blapp1-0/+18
WITH_DEBUG=2 turns on internal OO.org debug support. Unfortunatly it is broken at the moment. Notes: svn path=/head/; revision=63340
2002-07-17Upgrade to 1.0.1Martin Blapp6-168/+54
Notes: svn path=/head/; revision=63114
2002-06-22Assign maintainer to mailinglist.Martin Blapp1-1/+1
Notes: svn path=/head/; revision=61757
2002-06-21Two typos in the postscript header for printing fixed - oneMartin Blapp1-0/+13
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> Notes: svn path=/head/; revision=61667
2002-06-12Fix gcc 2.95.3 crash resulting from a symbol conflictMartin Blapp4-0/+106
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> Notes: svn path=/head/; revision=61176
2002-06-12Enable the exported symbols map files again. A missing map file has been addedMartin Blapp3-12/+25
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. Notes: svn path=/head/; revision=61175
2002-06-12Enable the map files.Martin Blapp1-2/+2
Notes: svn path=/head/; revision=61147
2002-06-10Remove patches with absurdly long filenames (>100 characters), after aKris Kennaway3-37/+0
repo copy to files with shorter names. Notes: svn path=/head/; revision=61027
2002-06-07Add missing -D_REENTRANT in CURRENT.Martin Blapp1-4/+4
Notes: svn path=/head/; revision=60771
2002-06-07Automated build is not possible.Martin Blapp1-0/+3
Obtained from: Will Notes: svn path=/head/; revision=60761
2002-06-06Add missing map files.Martin Blapp2-0/+65
Notes: svn path=/head/; revision=60704
2002-06-06Add WITH_DEBUG option, and a needed patch.Martin Blapp3-12/+59
Clean up the Makefile. Notes: svn path=/head/; revision=60692
2002-06-04Use CXX to link, since there are many places where CC is missing -lstdc++.Martin Blapp1-1/+1
Notes: svn path=/head/; revision=60630
2002-06-04AC_TRY_COMPILE -> AC_TRY_LINKMartin Blapp1-2/+2
Notes: svn path=/head/; revision=60594
2002-06-04Add new cpp uno bridge for STABLE. Make the necessary hooks and also addMartin Blapp3-4/+1740
the missing EXCEPTION argument to configure.in Submitted by: Alexander Kabaev <ak03@gte.com> Notes: svn path=/head/; revision=60584
2002-06-04Check the exception handling. Needed for the cpp uno codeMartin Blapp1-3/+36
bridge. I'll import a new bridge for sjlj exceptions on STABLE. Notes: svn path=/head/; revision=60583
2002-06-02Some other ln -s -> ln -fsMartin Blapp1-5/+17
Notes: svn path=/head/; revision=60500
2002-06-02For now, do not add libstd++ lib to the package. A libgcc_s.so is missingMartin Blapp2-27/+106
on CURRENT. I'll investigate here what's wrong. Notes: svn path=/head/; revision=60493
2002-06-02Add missing includes for CURRENTMartin Blapp1-0/+14
Notes: svn path=/head/; revision=60489
2002-06-02Fix previous patch. We have to include unistd.h for FreeBSDMartin Blapp1-9/+11
Notes: svn path=/head/; revision=60488
2002-06-02Do not link with lsupc++. With the newest gcc3.1 version it seems not toMartin Blapp1-16/+7
be necessary. Notes: svn path=/head/; revision=60487