| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix gcc 2.95.3 crash resulting from a symbol conflict | mbr | 2002-06-12 | 4 | -0/+106 |
* | Enable the exported symbols map files again. A missing map file has been added | mbr | 2002-06-12 | 3 | -12/+25 |
* | Enable the map files. | mbr | 2002-06-12 | 1 | -2/+2 |
* | Remove patches with absurdly long filenames (>100 characters), after a | kris | 2002-06-10 | 3 | -37/+0 |
* | Add missing -D_REENTRANT in CURRENT. | mbr | 2002-06-07 | 1 | -4/+4 |
* | Automated build is not possible. | mbr | 2002-06-07 | 1 | -0/+3 |
* | Add missing map files. | mbr | 2002-06-06 | 2 | -0/+65 |
* | Add WITH_DEBUG option, and a needed patch. | mbr | 2002-06-06 | 3 | -12/+59 |
* | Use CXX to link, since there are many places where CC is missing -lstdc++. | mbr | 2002-06-04 | 1 | -1/+1 |
* | AC_TRY_COMPILE -> AC_TRY_LINK | mbr | 2002-06-04 | 1 | -2/+2 |
* | Add new cpp uno bridge for STABLE. Make the necessary hooks and also add | mbr | 2002-06-04 | 3 | -4/+1740 |
* | Check the exception handling. Needed for the cpp uno code | mbr | 2002-06-04 | 1 | -3/+36 |
* | Some other ln -s -> ln -fs | mbr | 2002-06-02 | 1 | -5/+17 |
* | For now, do not add libstd++ lib to the package. A libgcc_s.so is missing | mbr | 2002-06-02 | 2 | -27/+106 |
* | Add missing includes for CURRENT | mbr | 2002-06-02 | 1 | -0/+14 |
* | Fix previous patch. We have to include unistd.h for FreeBSD | mbr | 2002-06-02 | 1 | -9/+11 |
* | Do not link with lsupc++. With the newest gcc3.1 version it seems not to | mbr | 2002-06-02 | 1 | -16/+7 |
* | Same case as Solaris. | mbr | 2002-06-02 | 1 | -0/+11 |
* | Fix patch. Of course the original checked for gcc3.0, not gcc3.1 | mbr | 2002-05-30 | 1 | -1/+1 |
* | Allow uno bridging code to compile with our gcc3.1 and gcc3.2 from ports. | mbr | 2002-05-30 | 1 | -0/+11 |
* | Make openoffice compile with gcc from ports, or just with CC=$CC and | mbr | 2002-05-29 | 12 | -26/+1228 |
* | Add BSD specific nas patches to get it really working. NetBSD should | mbr | 2002-05-19 | 1 | -6/+152 |
* | Work around another C++ compiler bug with -O in our | mbr | 2002-05-19 | 1 | -0/+12 |
* | Link libmozab2 too. This is apparently a bug introduced in | mbr | 2002-05-19 | 1 | -2/+12 |
* | Revert the include dirs to the old location as before, and | mbr | 2002-05-18 | 2 | -10/+40 |
* | Update to mozilla 1.0RC2, like the OO people did yesterday. | mbr | 2002-05-18 | 1 | -8/+55 |
* | Make setup start. Patch from Alexander N. Kabaev | mbr | 2002-05-18 | 1 | -3/+7 |
* | Remove -g from build. We have special makeflags for this in OO. | mbr | 2002-05-14 | 2 | -4/+4 |
* | A oounix dir is now used instead of unix. So we need | mbr | 2002-05-01 | 1 | -0/+12 |
* | Upgrade to 1.0.0 | mbr | 2002-05-01 | 6 | -28/+44 |
* | Bring back deleted patch. We can habe the same flags as linux | mbr | 2002-04-23 | 1 | -0/+11 |
* | Go back to mozilla 2.95 includes, a newer version has LDAP code | mbr | 2002-04-23 | 2 | -3/+3 |
* | mktemp(3) needs unistd.h | mbr | 2002-04-16 | 1 | -0/+11 |
* | Bring the patch to the newest version so it does not break anymore | mbr | 2002-04-15 | 1 | -39/+79 |
* | Ifdef another windows timezone definition | mbr | 2002-04-15 | 1 | -0/+12 |
* | Add missing includes | mbr | 2002-04-15 | 1 | -0/+12 |
* | Upgrade to build 641d. More work is necessary to make the build compile. | mbr | 2002-04-02 | 18 | -250/+118 |
* | Revert the last change. It looks like -fno-rtti is only needed for the | mbr | 2002-03-16 | 5 | -2/+41 |
* | Add -fno-rtti so the mozab connector code compiles again. | mbr | 2002-03-15 | 2 | -2/+2 |
* | Correct invalid syntax in LIB_DEPENDS | kris | 2002-03-15 | 1 | -1/+1 |
* | Remove hardcoded $cc and $CC | mbr | 2002-03-14 | 1 | -13/+7 |
* | Remove $cc and $CC defines from unxfbsd.mk, and do the changes for | mbr | 2002-03-14 | 3 | -0/+635 |
* | Add pth directory for LIB_DEPENDS | mbr | 2002-03-14 | 1 | -1/+1 |
* | Add CFLAGS too, and make correct {} | mbr | 2002-03-13 | 1 | -53/+53 |
* | Add CC and CFLAGS to gmake environment | mbr | 2002-03-13 | 1 | -0/+2 |
* | gcc/cc -> $(CC) fixes | mbr | 2002-03-13 | 3 | -0/+282 |
* | Add $CC and $CXX here too | mbr | 2002-03-13 | 1 | -3/+3 |
* | Use CXX and CC, so we can specify cc295 and g++295 from ports. More | mbr | 2002-03-13 | 3 | -14/+37 |
* | Make portlint happy. Add USE_XLIB | mbr | 2002-03-13 | 1 | -10/+12 |
* | Fix breakage with "patch -i" which is missing in STABLE. For some strange | mbr | 2002-03-13 | 7 | -0/+77 |