summaryrefslogtreecommitdiff
path: root/editors/openoffice/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change SO version in oo_setup.resp. Call sed directly.Martin Blapp2002-05-191-1/+1
| | | | Notes: svn path=/head/; revision=59483
* Add BSD specific nas patches to get it really working. NetBSD shouldMartin Blapp2002-05-192-12/+304
| | | | | | | do the same. Notes: svn path=/head/; revision=59467
* Work around another C++ compiler bug with -O in ourMartin Blapp2002-05-192-0/+24
| | | | | | | | STABLE gcc. Using -g for just this target, or removing -O seems to fix the build. Notes: svn path=/head/; revision=59466
* Link libmozab2 too. This is apparently a bug introduced inMartin Blapp2002-05-192-4/+24
| | | | | | | 1.0 by the OO people. This should fix the setup program. Notes: svn path=/head/; revision=59465
* Revert the include dirs to the old location as before, andMartin Blapp2002-05-184-20/+80
| | | | | | | add the missing dirs. Notes: svn path=/head/; revision=59432
* Update to mozilla 1.0RC2, like the OO people did yesterday.Martin Blapp2002-05-189-16/+371
| | | | Notes: svn path=/head/; revision=59428
* Make setup start. Patch from Alexander N. KabaevMartin Blapp2002-05-182-6/+14
| | | | Notes: svn path=/head/; revision=59427
* Remove -g from build. We have special makeflags for this in OO.Martin Blapp2002-05-142-4/+4
| | | | Notes: svn path=/head/; revision=59091
* A oounix dir is now used instead of unix. So we needMartin Blapp2002-05-012-0/+24
| | | | | | | to apply this patch to two files instead of one. Notes: svn path=/head/; revision=58426
* Upgrade to 1.0.0Martin Blapp2002-05-0116-92/+105
| | | | | | | Builds ok, but is still broken Notes: svn path=/head/; revision=58423
* Add setup description fileMartin Blapp2002-04-241-0/+7
| | | | Notes: svn path=/head/; revision=58079
* Remove this patch. It's now included in the 641d buildMartin Blapp2002-04-241-1719/+0
| | | | Notes: svn path=/head/; revision=58049
* Bring back deleted patch. We can habe the same flags as linuxMartin Blapp2002-04-232-0/+22
| | | | Notes: svn path=/head/; revision=58045
* We do not have alloca.hMartin Blapp2002-04-232-0/+28
| | | | Notes: svn path=/head/; revision=58044
* mktemp(3) needs unistd.hMartin Blapp2002-04-162-0/+22
| | | | | | | Recieved from Carlos F. A. Paniago <pan@cnpm.embrapa.br> Notes: svn path=/head/; revision=57764
* Bring the patch to the newest version so it does not break anymoreMartin Blapp2002-04-152-78/+158
| | | | Notes: svn path=/head/; revision=57720
* Ifdef another windows timezone definitionMartin Blapp2002-04-152-0/+24
| | | | Notes: svn path=/head/; revision=57718
* Add missing includesMartin Blapp2002-04-152-0/+24
| | | | Notes: svn path=/head/; revision=57717
* Fix patch argument which does fix the neon buildMartin Blapp2002-04-152-0/+22
| | | | Notes: svn path=/head/; revision=57716
* Upgrade to build 641d. More work is necessary to make the build compile.Martin Blapp2002-04-0272-1017/+308
| | | | | | | | | There are still at least two different gcc bugs in our compiler, one issue has already been found by Alexander Kabaev <ak03@gte.com>. He's working on fixing the other. Notes: svn path=/head/; revision=57248
* Revert the last change. It looks like -fno-rtti is only needed for theMartin Blapp2002-03-164-2/+28
| | | | | | | | mozilla part, and else it breaks the build where -rtti is used. Add a new patch to change it for the mozilla build. Notes: svn path=/head/; revision=56212
* Add -fno-rtti so the mozab connector code compiles again.Martin Blapp2002-03-152-2/+2
| | | | Notes: svn path=/head/; revision=56161
* Fix breakage with "patch -i" which is missing in STABLE. For some strangeMartin Blapp2002-03-139-0/+99
| | | | | | | reason it exists in recent CURRENT, but is not documented. Notes: svn path=/head/; revision=56011
* We need to build offuh here, else the build stopsMartin Blapp2002-03-112-0/+16
| | | | | | | Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br> Notes: svn path=/head/; revision=55868
* FreeBSD has no -ldlMartin Blapp2002-03-111-0/+14
| | | | Notes: svn path=/head/; revision=55851
* Build unoidl tooMartin Blapp2002-03-112-0/+22
| | | | Notes: svn path=/head/; revision=55849
* If nSubKeys is not defined, just return. Fix from Tim Tretyak ↵Martin Blapp2002-03-112-0/+24
| | | | | | | <timothy@umc.com.ua> Notes: svn path=/head/; revision=55848
* Remove unnecessary #definesMartin Blapp2002-03-112-0/+26
| | | | Notes: svn path=/head/; revision=55847
* Fix number calculation. Patch from Tim Tretyak <timothy@umc.com.ua>Martin Blapp2002-03-112-0/+38
| | | | Notes: svn path=/head/; revision=55846
* Fix one #ifdef and add two more checksMartin Blapp2002-03-111-2/+20
| | | | Notes: svn path=/head/; revision=55845
* Add langinfo twirksMartin Blapp2002-03-101-0/+18
| | | | Notes: svn path=/head/; revision=55836
* Add tgetpwnam test for FreeBSD tooMartin Blapp2002-03-102-4/+40
| | | | Notes: svn path=/head/; revision=55835
* Remove _cdecl before main()Martin Blapp2002-03-101-0/+11
| | | | Notes: svn path=/head/; revision=55834
* AddrLen is socklen_t, not intMartin Blapp2002-03-102-4/+22
| | | | Notes: svn path=/head/; revision=55833
* Add -f to ln to continue buildsMartin Blapp2002-03-102-14/+50
| | | | Notes: svn path=/head/; revision=55832
* A getpwuid_r function is now implemented in patch-sal::osl::unx::system.cMartin Blapp2002-03-101-14/+0
| | | | Notes: svn path=/head/; revision=55831
* Add the PTHREAD_CFLAGS correctly to SOLARDEF, even if this is not yet usedMartin Blapp2002-03-102-18/+24
| | | | | | | and the CFLAGS are hardcoded in solenv/inc/unxfbsd.mk Notes: svn path=/head/; revision=55830
* We do not have GLIBC. Sigh.Martin Blapp2002-03-102-4/+14
| | | | Notes: svn path=/head/; revision=55828
* Define fcvt as extern as NetBSD does.Martin Blapp2002-03-101-0/+18
| | | | Notes: svn path=/head/; revision=55816
* Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.Martin Blapp2002-03-096-74/+92
| | | | | | | Requested by: cvs-comitters Notes: svn path=/head/; revision=55786
* Add ASM flags, replace the REENTRANT and THREAD_SAFE definitions withMartin Blapp2002-03-092-22/+398
| | | | | | | | | -pthread, add JAVA_RUNTIME definition, change the optimization from 02 to -O and from -O to -O0. Add -lXaw -lXt to link for GUI part, and reorder the librarys the correct way. Notes: svn path=/head/; revision=55775
* Patch got accidently comitted twice.Martin Blapp2002-03-091-23/+0
| | | | Notes: svn path=/head/; revision=55761
* STABLE does not have langinfo.h yet.Martin Blapp2002-03-092-20/+40
| | | | Notes: svn path=/head/; revision=55756
* Add -DOSVERSION to FreeBSD build. Remove the netbsd unxbsdi.mk file.Martin Blapp2002-03-095-203/+52
| | | | Notes: svn path=/head/; revision=55749
* This patch accidently got the second part dublicatedMartin Blapp2002-03-081-9/+0
| | | | Notes: svn path=/head/; revision=55748
* Use autoconf, remove the ugly configure patch. Do the gcc tests and fix themMartin Blapp2002-03-085-1286/+282
| | | | | | | | | while we are here (AWK had an endless loop), add a FreeBSD configure variable called with-os-version, so we can check the OSVERSION in the build to support both STABLE and CURRENT (there are different patches needed) Notes: svn path=/head/; revision=55747
* Add missing typedef and macros. Patch from Carlos F. A. PaniagoMartin Blapp2002-03-081-0/+29
| | | | | | | <pan@cnpm.embrapa.br> Notes: svn path=/head/; revision=55729
* We do not have alloca.hMartin Blapp2002-03-082-0/+24
| | | | Notes: svn path=/head/; revision=55727
* Substitute .cxx files too in the nas-patch. Also add a missing backslash,Martin Blapp2002-03-082-2/+2
| | | | | | | since we do not want to scan dirs. Notes: svn path=/head/; revision=55724
* Avoid twice defined set_new_handler__FPFv_v symbol. Patch from NetBSDMartin Blapp2002-03-081-0/+23
| | | | Notes: svn path=/head/; revision=55723