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