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