summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add openoffice-wrappers for easier startup. Make pkg-messageMartin Blapp2002-08-011-0/+15
| | | | | | | more user friendly. Notes: svn path=/head/; revision=63840
* Only use -g if $debug is true. I'll suggest this also to theMartin Blapp2002-07-312-6/+32
| | | | | | | | | | | 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-3110-0/+192
| | | | Notes: svn path=/head/; revision=63800
* Make this script work for FreeBSD.Martin Blapp2002-07-312-0/+42
| | | | Notes: svn path=/head/; revision=63799
* Add missing FreeBSD case.Martin Blapp2002-07-312-0/+22
| | | | Notes: svn path=/head/; revision=63798
* FreeBSD has waitpid() and does not need to workaround as Linux has to do.Martin Blapp2002-07-312-0/+36
| | | | Notes: svn path=/head/; revision=63797
* Add player for KDE2 case.Martin Blapp2002-07-312-0/+40
| | | | Notes: svn path=/head/; revision=63796
* Fix some include paths.Martin Blapp2002-07-314-0/+44
| | | | Notes: svn path=/head/; revision=63795
* Use the same libs to link with as linux does.Martin Blapp2002-07-312-0/+40
| | | | Notes: svn path=/head/; revision=63794
* Fix locking problems.Martin Blapp2002-07-312-0/+60
| | | | | | | Submitted by: kan Notes: svn path=/head/; revision=63792
* Add patch needed by debug compile build.Martin Blapp2002-07-312-0/+24
| | | | Notes: svn path=/head/; revision=63791
* Do the same as linux to work around some alignment problems.Martin Blapp2002-07-316-0/+84
| | | | | | | Submitted by: kan Notes: svn path=/head/; revision=63790
* Add missing ! #ifdefMartin Blapp2002-07-312-0/+22
| | | | | | | Submitted by: kan Notes: svn path=/head/; revision=63789
* Remove probematic -export-dynamic flag, which could lead to namespaceMartin Blapp2002-07-314-12/+32
| | | | | | | | | | 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-312-0/+26
| | | | | | | | | | | | | | | | 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-312-44/+86
| | | | | | | 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-212-0/+22
| | | | Notes: svn path=/head/; revision=63346
* Fix language support. Add missing defines.Martin Blapp2002-07-214-16/+56
| | | | Notes: svn path=/head/; revision=63345
* Add correct map for rtti test too.Martin Blapp2002-07-212-0/+26
| | | | Notes: svn path=/head/; revision=63344
* Add PAM supportMartin Blapp2002-07-216-0/+66
| | | | Notes: svn path=/head/; revision=63343
* Set FreeBSD and NetBSD config for mozilla.Martin Blapp2002-07-212-0/+34
| | | | Notes: svn path=/head/; revision=63342
* Activate sound support.Martin Blapp2002-07-216-0/+96
| | | | Notes: svn path=/head/; revision=63341
* Make WITH_DEBUG tunable. WITH_DEBUG=1 just adds debugs symbols.Martin Blapp2002-07-212-0/+36
| | | | | | | | 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-1720-573/+162
| | | | Notes: svn path=/head/; revision=63114
* Two typos in the postscript header for printing fixed - oneMartin Blapp2002-06-212-0/+26
| | | | | | | | | | | | | 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-128-0/+212
| | | | | | | | | | | | 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-1237-177/+252
| | | | | | | | 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-122-4/+4
| | | | Notes: svn path=/head/; revision=61147
* Remove patches with absurdly long filenames (>100 characters), after aKris Kennaway2002-06-104-130/+0
| | | | | | | repo copy to files with shorter names. Notes: svn path=/head/; revision=61026
* Add missing -D_REENTRANT in CURRENT.Martin Blapp2002-06-072-8/+8
| | | | Notes: svn path=/head/; revision=60771
* Add missing map files.Martin Blapp2002-06-064-0/+130
| | | | Notes: svn path=/head/; revision=60704
* Remove /usr/local/lib from LD_LIBRARY_PATH. This should fix compileMartin Blapp2002-06-062-24/+70
| | | | | | | | issues if stlport is already installed, but have been compiled with a different c++ compiler. Notes: svn path=/head/; revision=60697
* Add WITH_DEBUG option, and a needed patch.Martin Blapp2002-06-068-56/+190
| | | | | | | Clean up the Makefile. Notes: svn path=/head/; revision=60692
* Remove \t from usage(). Add the missing obsolete directory as a copyMartin Blapp2002-06-051-8/+16
| | | | | | | from nspr/obsolete. Notes: svn path=/head/; revision=60650
* Don't make a mozilla subdir inside the includesMartin Blapp2002-06-051-5/+4
| | | | Notes: svn path=/head/; revision=60643
* Use CXX to link, since there are many places where CC is missing -lstdc++.Martin Blapp2002-06-042-2/+2
| | | | Notes: svn path=/head/; revision=60630
* Remove very very stupid -L/lib -L/usr/lib -l/usr/local/lib. IfMartin Blapp2002-06-042-12/+104
| | | | | | | | | | | | a different gcc is used, they make libstd++ conflict with the system installed one. Pointy hat to OpenOffice people. Many thanks to: David E. O'Brien <obrien@FreeBSD.org> Notes: svn path=/head/; revision=60625
* AC_TRY_COMPILE -> AC_TRY_LINKMartin Blapp2002-06-042-4/+4
| | | | Notes: svn path=/head/; revision=60594
* Fix the mozilla include problem and reroll the distfile.Martin Blapp2002-06-041-10/+0
| | | | | | | Change MD5 checksum for CURRENT. Notes: svn path=/head/; revision=60586
* Add new cpp uno bridge for STABLE. Make the necessary hooks and also addMartin Blapp2002-06-048-10/+3482
| | | | | | | | | 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-044-32/+102
| | | | | | | bridge. I'll import a new bridge for sjlj exceptions on STABLE. Notes: svn path=/head/; revision=60583
* Work around the broken deliver.pl behaviour on CURRENT. For some veryMartin Blapp2002-06-031-0/+10
| | | | | | | | | strange reason (perl bug ?i), deliver does not copy the includes to the right place, it just skips them. Just copy the includes to the right place. Notes: svn path=/head/; revision=60554
* Some other ln -s -> ln -fsMartin Blapp2002-06-022-10/+34
| | | | Notes: svn path=/head/; revision=60500
* For now, do not add libstd++ lib to the package. A libgcc_s.so is missingMartin Blapp2002-06-024-54/+212
| | | | | | | on CURRENT. I'll investigate here what's wrong. Notes: svn path=/head/; revision=60493
* Add missing includes for CURRENTMartin Blapp2002-06-022-0/+28
| | | | Notes: svn path=/head/; revision=60489
* Fix previous patch. We have to include unistd.h for FreeBSDMartin Blapp2002-06-022-18/+22
| | | | Notes: svn path=/head/; revision=60488
* Do not link with lsupc++. With the newest gcc3.1 version it seems not toMartin Blapp2002-06-022-32/+14
| | | | | | | be necessary. Notes: svn path=/head/; revision=60487
* Add a patch to not prototype getopt() again if gcc3 is used.Martin Blapp2002-06-022-0/+70
| | | | Notes: svn path=/head/; revision=60486
* Same case as Solaris.Martin Blapp2002-06-022-0/+22
| | | | Notes: svn path=/head/; revision=60485
* Don't compile this for the gcc3 case.Martin Blapp2002-06-022-0/+22
| | | | Notes: svn path=/head/; revision=60484