summaryrefslogtreecommitdiff
path: root/editors/openoffice/files (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-05-19Change SO version in oo_setup.resp. Call sed directly.Martin Blapp1-1/+1
Notes: svn path=/head/; revision=59483
2002-05-19Add BSD specific nas patches to get it really working. NetBSD shouldMartin Blapp2-12/+304
do the same. Notes: svn path=/head/; revision=59467
2002-05-19Work around another C++ compiler bug with -O in ourMartin Blapp2-0/+24
STABLE gcc. Using -g for just this target, or removing -O seems to fix the build. Notes: svn path=/head/; revision=59466
2002-05-19Link libmozab2 too. This is apparently a bug introduced inMartin Blapp2-4/+24
1.0 by the OO people. This should fix the setup program. Notes: svn path=/head/; revision=59465
2002-05-18Revert the include dirs to the old location as before, andMartin Blapp4-20/+80
add the missing dirs. Notes: svn path=/head/; revision=59432
2002-05-18Update to mozilla 1.0RC2, like the OO people did yesterday.Martin Blapp9-16/+371
Notes: svn path=/head/; revision=59428
2002-05-18Make setup start. Patch from Alexander N. KabaevMartin Blapp2-6/+14
Notes: svn path=/head/; revision=59427
2002-05-14Remove -g from build. We have special makeflags for this in OO.Martin Blapp2-4/+4
Notes: svn path=/head/; revision=59091
2002-05-01A oounix dir is now used instead of unix. So we needMartin Blapp2-0/+24
to apply this patch to two files instead of one. Notes: svn path=/head/; revision=58426
2002-05-01Upgrade to 1.0.0Martin Blapp16-92/+105
Builds ok, but is still broken Notes: svn path=/head/; revision=58423
2002-04-24Add setup description fileMartin Blapp1-0/+7
Notes: svn path=/head/; revision=58079
2002-04-24Remove this patch. It's now included in the 641d buildMartin Blapp1-1719/+0
Notes: svn path=/head/; revision=58049
2002-04-23Bring back deleted patch. We can habe the same flags as linuxMartin Blapp2-0/+22
Notes: svn path=/head/; revision=58045
2002-04-23We do not have alloca.hMartin Blapp2-0/+28
Notes: svn path=/head/; revision=58044
2002-04-16mktemp(3) needs unistd.hMartin Blapp2-0/+22
Recieved from Carlos F. A. Paniago <pan@cnpm.embrapa.br> Notes: svn path=/head/; revision=57764
2002-04-15Bring the patch to the newest version so it does not break anymoreMartin Blapp2-78/+158
Notes: svn path=/head/; revision=57720
2002-04-15Ifdef another windows timezone definitionMartin Blapp2-0/+24
Notes: svn path=/head/; revision=57718
2002-04-15Add missing includesMartin Blapp2-0/+24
Notes: svn path=/head/; revision=57717
2002-04-15Fix patch argument which does fix the neon buildMartin Blapp2-0/+22
Notes: svn path=/head/; revision=57716
2002-04-02Upgrade to build 641d. More work is necessary to make the build compile.Martin Blapp72-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
2002-03-16Revert the last change. It looks like -fno-rtti is only needed for theMartin Blapp4-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
2002-03-15Add -fno-rtti so the mozab connector code compiles again.Martin Blapp2-2/+2
Notes: svn path=/head/; revision=56161
2002-03-13Fix breakage with "patch -i" which is missing in STABLE. For some strangeMartin Blapp9-0/+99
reason it exists in recent CURRENT, but is not documented. Notes: svn path=/head/; revision=56011
2002-03-11We need to build offuh here, else the build stopsMartin Blapp2-0/+16
Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br> Notes: svn path=/head/; revision=55868
2002-03-11FreeBSD has no -ldlMartin Blapp1-0/+14
Notes: svn path=/head/; revision=55851
2002-03-11Build unoidl tooMartin Blapp2-0/+22
Notes: svn path=/head/; revision=55849
2002-03-11If nSubKeys is not defined, just return. Fix from Tim Tretyak ↵Martin Blapp2-0/+24
<timothy@umc.com.ua> Notes: svn path=/head/; revision=55848
2002-03-11Remove unnecessary #definesMartin Blapp2-0/+26
Notes: svn path=/head/; revision=55847
2002-03-11Fix number calculation. Patch from Tim Tretyak <timothy@umc.com.ua>Martin Blapp2-0/+38
Notes: svn path=/head/; revision=55846
2002-03-11Fix one #ifdef and add two more checksMartin Blapp1-2/+20
Notes: svn path=/head/; revision=55845
2002-03-10Add langinfo twirksMartin Blapp1-0/+18
Notes: svn path=/head/; revision=55836
2002-03-10Add tgetpwnam test for FreeBSD tooMartin Blapp2-4/+40
Notes: svn path=/head/; revision=55835
2002-03-10Remove _cdecl before main()Martin Blapp1-0/+11
Notes: svn path=/head/; revision=55834
2002-03-10AddrLen is socklen_t, not intMartin Blapp2-4/+22
Notes: svn path=/head/; revision=55833
2002-03-10Add -f to ln to continue buildsMartin Blapp2-14/+50
Notes: svn path=/head/; revision=55832
2002-03-10A getpwuid_r function is now implemented in patch-sal::osl::unx::system.cMartin Blapp1-14/+0
Notes: svn path=/head/; revision=55831
2002-03-10Add the PTHREAD_CFLAGS correctly to SOLARDEF, even if this is not yet usedMartin Blapp2-18/+24
and the CFLAGS are hardcoded in solenv/inc/unxfbsd.mk Notes: svn path=/head/; revision=55830
2002-03-10We do not have GLIBC. Sigh.Martin Blapp2-4/+14
Notes: svn path=/head/; revision=55828
2002-03-10Define fcvt as extern as NetBSD does.Martin Blapp1-0/+18
Notes: svn path=/head/; revision=55816
2002-03-09Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.Martin Blapp6-74/+92
Requested by: cvs-comitters Notes: svn path=/head/; revision=55786
2002-03-09Add ASM flags, replace the REENTRANT and THREAD_SAFE definitions withMartin Blapp2-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
2002-03-09Patch got accidently comitted twice.Martin Blapp1-23/+0
Notes: svn path=/head/; revision=55761
2002-03-09STABLE does not have langinfo.h yet.Martin Blapp2-20/+40
Notes: svn path=/head/; revision=55756
2002-03-09Add -DOSVERSION to FreeBSD build. Remove the netbsd unxbsdi.mk file.Martin Blapp5-203/+52
Notes: svn path=/head/; revision=55749
2002-03-08This patch accidently got the second part dublicatedMartin Blapp1-9/+0
Notes: svn path=/head/; revision=55748
2002-03-08Use autoconf, remove the ugly configure patch. Do the gcc tests and fix themMartin Blapp5-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
2002-03-08Add missing typedef and macros. Patch from Carlos F. A. PaniagoMartin Blapp1-0/+29
<pan@cnpm.embrapa.br> Notes: svn path=/head/; revision=55729
2002-03-08We do not have alloca.hMartin Blapp2-0/+24
Notes: svn path=/head/; revision=55727
2002-03-08Substitute .cxx files too in the nas-patch. Also add a missing backslash,Martin Blapp2-2/+2
since we do not want to scan dirs. Notes: svn path=/head/; revision=55724
2002-03-08Avoid twice defined set_new_handler__FPFv_v symbol. Patch from NetBSDMartin Blapp1-0/+23
Notes: svn path=/head/; revision=55723