summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel (unfollow)
Commit message (Expand)AuthorFilesLines
2002-06-22Assign maintainer to mailinglist.Martin Blapp1-1/+1
2002-06-21Two typos in the postscript header for printing fixed - oneMartin Blapp1-0/+13
2002-06-12Fix gcc 2.95.3 crash resulting from a symbol conflictMartin Blapp4-0/+106
2002-06-12Enable the exported symbols map files again. A missing map file has been addedMartin Blapp3-12/+25
2002-06-12Enable the map files.Martin Blapp1-2/+2
2002-06-10Remove patches with absurdly long filenames (>100 characters), after aKris Kennaway3-37/+0
2002-06-07Add missing -D_REENTRANT in CURRENT.Martin Blapp1-4/+4
2002-06-07Automated build is not possible.Martin Blapp1-0/+3
2002-06-06Add missing map files.Martin Blapp2-0/+65
2002-06-06Add WITH_DEBUG option, and a needed patch.Martin Blapp3-12/+59
2002-06-04Use CXX to link, since there are many places where CC is missing -lstdc++.Martin Blapp1-1/+1
2002-06-04AC_TRY_COMPILE -> AC_TRY_LINKMartin Blapp1-2/+2
2002-06-04Add new cpp uno bridge for STABLE. Make the necessary hooks and also addMartin Blapp3-4/+1740
2002-06-04Check the exception handling. Needed for the cpp uno codeMartin Blapp1-3/+36
2002-06-02Some other ln -s -> ln -fsMartin Blapp1-5/+17
2002-06-02For now, do not add libstd++ lib to the package. A libgcc_s.so is missingMartin Blapp2-27/+106
2002-06-02Add missing includes for CURRENTMartin Blapp1-0/+14
2002-06-02Fix previous patch. We have to include unistd.h for FreeBSDMartin Blapp1-9/+11
2002-06-02Do not link with lsupc++. With the newest gcc3.1 version it seems not toMartin Blapp1-16/+7
2002-06-02Same case as Solaris.Martin Blapp1-0/+11
2002-05-30Fix patch. Of course the original checked for gcc3.0, not gcc3.1Martin Blapp1-1/+1
2002-05-30Allow uno bridging code to compile with our gcc3.1 and gcc3.2 from ports.Martin Blapp1-0/+11
2002-05-29Make openoffice compile with gcc from ports, or just with CC=$CC andMartin Blapp12-26/+1228
2002-05-19Add BSD specific nas patches to get it really working. NetBSD shouldMartin Blapp1-6/+152
2002-05-19Work around another C++ compiler bug with -O in ourMartin Blapp1-0/+12
2002-05-19Link libmozab2 too. This is apparently a bug introduced inMartin Blapp1-2/+12
2002-05-18Revert the include dirs to the old location as before, andMartin Blapp2-10/+40
2002-05-18Update to mozilla 1.0RC2, like the OO people did yesterday.Martin Blapp1-8/+55
2002-05-18Make setup start. Patch from Alexander N. KabaevMartin Blapp1-3/+7
2002-05-14Remove -g from build. We have special makeflags for this in OO.Martin Blapp2-4/+4
2002-05-01A oounix dir is now used instead of unix. So we needMartin Blapp1-0/+12
2002-05-01Upgrade to 1.0.0Martin Blapp6-28/+44
2002-04-23Bring back deleted patch. We can habe the same flags as linuxMartin Blapp1-0/+11
2002-04-23Go back to mozilla 2.95 includes, a newer version has LDAP codeMartin Blapp2-3/+3
2002-04-16mktemp(3) needs unistd.hMartin Blapp1-0/+11
2002-04-15Bring the patch to the newest version so it does not break anymoreMartin Blapp1-39/+79
2002-04-15Ifdef another windows timezone definitionMartin Blapp1-0/+12
2002-04-15Add missing includesMartin Blapp1-0/+12
2002-04-02Upgrade to build 641d. More work is necessary to make the build compile.Martin Blapp18-250/+118
2002-03-16Revert the last change. It looks like -fno-rtti is only needed for theMartin Blapp5-2/+41
2002-03-15Add -fno-rtti so the mozab connector code compiles again.Martin Blapp2-2/+2
2002-03-15Correct invalid syntax in LIB_DEPENDSKris Kennaway1-1/+1
2002-03-14Remove hardcoded $cc and $CCMartin Blapp1-13/+7
2002-03-14Remove $cc and $CC defines from unxfbsd.mk, and do the changes forMartin Blapp3-0/+635
2002-03-14Add pth directory for LIB_DEPENDSMartin Blapp1-1/+1
2002-03-13Add CFLAGS too, and make correct {}Martin Blapp1-53/+53
2002-03-13Add CC and CFLAGS to gmake environmentMartin Blapp1-0/+2
2002-03-13gcc/cc -> $(CC) fixesMartin Blapp3-0/+282
2002-03-13Add $CC and $CXX here tooMartin Blapp1-3/+3
2002-03-13Use CXX and CC, so we can specify cc295 and g++295 from ports. MoreMartin Blapp3-14/+37