summaryrefslogtreecommitdiffstats
path: root/editors/openoffice-1.1
Commit message (Collapse)AuthorAgeFilesLines
* Add BSD specific nas patches to get it really working. NetBSD shouldmbr2002-05-191-6/+152
| | | | do the same.
* Work around another C++ compiler bug with -O in ourmbr2002-05-191-0/+12
| | | | | STABLE gcc. Using -g for just this target, or removing -O seems to fix the build.
* Link libmozab2 too. This is apparently a bug introduced inmbr2002-05-191-2/+12
| | | | 1.0 by the OO people. This should fix the setup program.
* Revert the include dirs to the old location as before, andmbr2002-05-182-10/+40
| | | | add the missing dirs.
* Update to mozilla 1.0RC2, like the OO people did yesterday.mbr2002-05-181-8/+55
|
* Make setup start. Patch from Alexander N. Kabaevmbr2002-05-181-3/+7
|
* Remove -g from build. We have special makeflags for this in OO.mbr2002-05-142-4/+4
|
* A oounix dir is now used instead of unix. So we needmbr2002-05-011-0/+12
| | | | to apply this patch to two files instead of one.
* Upgrade to 1.0.0mbr2002-05-016-28/+44
| | | | Builds ok, but is still broken
* Bring back deleted patch. We can habe the same flags as linuxmbr2002-04-231-0/+11
|
* Go back to mozilla 2.95 includes, a newer version has LDAP codembr2002-04-232-3/+3
| | | | | problems and doesn't compile. We can bump later to 1.0, if the openoffice project does the same.
* mktemp(3) needs unistd.hmbr2002-04-161-0/+11
| | | | Recieved from Carlos F. A. Paniago <pan@cnpm.embrapa.br>
* Bring the patch to the newest version so it does not break anymorembr2002-04-151-39/+79
|
* Ifdef another windows timezone definitionmbr2002-04-151-0/+12
|
* Add missing includesmbr2002-04-151-0/+12
|
* Upgrade to build 641d. More work is necessary to make the build compile.mbr2002-04-0218-250/+118
| | | | | | 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.
* Revert the last change. It looks like -fno-rtti is only needed for thembr2002-03-165-2/+41
| | | | | mozilla part, and else it breaks the build where -rtti is used. Add a new patch to change it for the mozilla build.
* Add -fno-rtti so the mozab connector code compiles again.mbr2002-03-152-2/+2
|
* Correct invalid syntax in LIB_DEPENDSkris2002-03-151-1/+1
| | | | Submitted by: bento
* Remove hardcoded $cc and $CCmbr2002-03-141-13/+7
|
* Remove $cc and $CC defines from unxfbsd.mk, and do the changes formbr2002-03-143-0/+635
| | | | | | | $CC -> $CXX $cc -> $CC everywhere. The compile seems to work again now.
* Add pth directory for LIB_DEPENDSmbr2002-03-141-1/+1
|
* Add CFLAGS too, and make correct {}mbr2002-03-131-53/+53
|
* Add CC and CFLAGS to gmake environmentmbr2002-03-131-0/+2
|
* gcc/cc -> $(CC) fixesmbr2002-03-133-0/+282
| | | | | Do remove empty defines CC/CXX variables which did overwrite the SOLENV environment.
* Add $CC and $CXX here toombr2002-03-131-3/+3
|
* Use CXX and CC, so we can specify cc295 and g++295 from ports. Morembr2002-03-133-14/+37
| | | | commits will follow.
* Make portlint happy. Add USE_XLIBmbr2002-03-131-10/+12
| | | | Submitted by: demon
* Fix breakage with "patch -i" which is missing in STABLE. For some strangembr2002-03-137-0/+77
| | | | reason it exists in recent CURRENT, but is not documented.
* Copy stlport library to the right place. Fix buildmbr2002-03-121-6/+17
|
* Another alloca.h we do not havembr2002-03-121-0/+12
|
* Upgrade the development snapshot to the latest build: 642mbr2002-03-129-88/+107
|
* We need to build offuh here, else the build stopsmbr2002-03-112-0/+16
| | | | Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br>
* Add FreeBSD Version of oo_moz_641.tar.gz, and update it to mozilla 0.9.8mbr2002-03-112-5/+5
| | | | Thanks to Carlos F. A. Paniago <pan@cnpm.embrapa.br>
* FreeBSD has no -ldlmbr2002-03-111-0/+14
|
* Build unoidl toombr2002-03-112-0/+22
|
* If nSubKeys is not defined, just return. Fix from Tim Tretyak ↵mbr2002-03-112-0/+24
| | | | <timothy@umc.com.ua>
* Remove unnecessary #definesmbr2002-03-112-0/+26
|
* Fix number calculation. Patch from Tim Tretyak <timothy@umc.com.ua>mbr2002-03-111-0/+19
|
* Fix one #ifdef and add two more checksmbr2002-03-111-2/+20
|
* Add langinfo twirksmbr2002-03-101-0/+18
|
* Add tgetpwnam test for FreeBSD toombr2002-03-102-4/+40
|
* Remove _cdecl before main()mbr2002-03-101-0/+11
|
* AddrLen is socklen_t, not intmbr2002-03-102-4/+22
|
* Add -f to ln to continue buildsmbr2002-03-102-14/+50
|
* A getpwuid_r function is now implemented in patch-sal::osl::unx::system.cmbr2002-03-101-14/+0
|
* Add the PTHREAD_CFLAGS correctly to SOLARDEF, even if this is not yet usedmbr2002-03-101-9/+12
| | | | and the CFLAGS are hardcoded in solenv/inc/unxfbsd.mk
* We do not have GLIBC. Sigh.mbr2002-03-101-2/+7
|
* Define fcvt as extern as NetBSD does.mbr2002-03-101-0/+18
|
* Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.mbr2002-03-096-62/+74
| | | | Requested by: cvs-comitters
OpenPOWER on IntegriCloud