| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add missing FreeBSD case. | Martin Blapp | 2002-07-31 | 1 | -0/+11 |
* | FreeBSD has waitpid() and does not need to workaround as Linux has to do. | Martin Blapp | 2002-07-31 | 1 | -0/+18 |
* | Add player for KDE2 case. | Martin Blapp | 2002-07-31 | 1 | -0/+20 |
* | Fix some include paths. | Martin Blapp | 2002-07-31 | 2 | -0/+22 |
* | Use the same libs to link with as linux does. | Martin Blapp | 2002-07-31 | 1 | -0/+20 |
* | Fix locking problems. | Martin Blapp | 2002-07-31 | 1 | -0/+30 |
* | Add patch needed by debug compile build. | Martin Blapp | 2002-07-31 | 1 | -0/+12 |
* | Do the same as linux to work around some alignment problems. | Martin Blapp | 2002-07-31 | 3 | -0/+42 |
* | Add missing ! #ifdef | Martin Blapp | 2002-07-31 | 1 | -0/+11 |
* | Remove probematic -export-dynamic flag, which could lead to namespace | Martin Blapp | 2002-07-31 | 2 | -6/+16 |
* | Fix i18n related crash. This may be only a workaround, a better solution | Martin Blapp | 2002-07-31 | 1 | -0/+13 |
* | Add FreeBSD specific _nl_language_list[] array. Remove a linux only | Martin Blapp | 2002-07-31 | 1 | -22/+43 |
* | Display the Linux help text for the jvm install, not the Windows one. | Martin Blapp | 2002-07-21 | 1 | -0/+11 |
* | Fix language support. Add missing defines. | Martin Blapp | 2002-07-21 | 2 | -8/+28 |
* | Add correct map for rtti test too. | Martin Blapp | 2002-07-21 | 1 | -0/+13 |
* | Add PAM support | Martin Blapp | 2002-07-21 | 3 | -0/+33 |
* | Set FreeBSD and NetBSD config for mozilla. | Martin Blapp | 2002-07-21 | 1 | -0/+17 |
* | Activate sound support. | Martin Blapp | 2002-07-21 | 3 | -0/+48 |
* | Make WITH_DEBUG tunable. WITH_DEBUG=1 just adds debugs symbols. | Martin Blapp | 2002-07-21 | 1 | -0/+18 |
* | Upgrade to 1.0.1 | Martin Blapp | 2002-07-17 | 6 | -168/+54 |
* | Two typos in the postscript header for printing fixed - one | Martin Blapp | 2002-06-21 | 1 | -0/+13 |
* | Fix gcc 2.95.3 crash resulting from a symbol conflict | Martin Blapp | 2002-06-12 | 4 | -0/+106 |
* | Enable the exported symbols map files again. A missing map file has been added | Martin Blapp | 2002-06-12 | 3 | -12/+25 |
* | Enable the map files. | Martin Blapp | 2002-06-12 | 1 | -2/+2 |
* | Remove patches with absurdly long filenames (>100 characters), after a | Kris Kennaway | 2002-06-10 | 3 | -37/+0 |
* | Add missing -D_REENTRANT in CURRENT. | Martin Blapp | 2002-06-07 | 1 | -4/+4 |
* | Add missing map files. | Martin Blapp | 2002-06-06 | 2 | -0/+65 |
* | Add WITH_DEBUG option, and a needed patch. | Martin Blapp | 2002-06-06 | 3 | -12/+59 |
* | Use CXX to link, since there are many places where CC is missing -lstdc++. | Martin Blapp | 2002-06-04 | 1 | -1/+1 |
* | AC_TRY_COMPILE -> AC_TRY_LINK | Martin Blapp | 2002-06-04 | 1 | -2/+2 |
* | Add new cpp uno bridge for STABLE. Make the necessary hooks and also add | Martin Blapp | 2002-06-04 | 3 | -4/+1740 |
* | Check the exception handling. Needed for the cpp uno code | Martin Blapp | 2002-06-04 | 1 | -3/+36 |
* | Some other ln -s -> ln -fs | Martin Blapp | 2002-06-02 | 1 | -5/+17 |
* | For now, do not add libstd++ lib to the package. A libgcc_s.so is missing | Martin Blapp | 2002-06-02 | 2 | -27/+106 |
* | Add missing includes for CURRENT | Martin Blapp | 2002-06-02 | 1 | -0/+14 |
* | Fix previous patch. We have to include unistd.h for FreeBSD | Martin Blapp | 2002-06-02 | 1 | -9/+11 |
* | Do not link with lsupc++. With the newest gcc3.1 version it seems not to | Martin Blapp | 2002-06-02 | 1 | -16/+7 |
* | Same case as Solaris. | Martin Blapp | 2002-06-02 | 1 | -0/+11 |
* | Fix patch. Of course the original checked for gcc3.0, not gcc3.1 | Martin Blapp | 2002-05-30 | 1 | -1/+1 |
* | Allow uno bridging code to compile with our gcc3.1 and gcc3.2 from ports. | Martin Blapp | 2002-05-30 | 1 | -0/+11 |
* | Make openoffice compile with gcc from ports, or just with CC=$CC and | Martin Blapp | 2002-05-29 | 12 | -26/+1228 |
* | Add BSD specific nas patches to get it really working. NetBSD should | Martin Blapp | 2002-05-19 | 1 | -6/+152 |
* | Work around another C++ compiler bug with -O in our | Martin Blapp | 2002-05-19 | 1 | -0/+12 |
* | Link libmozab2 too. This is apparently a bug introduced in | Martin Blapp | 2002-05-19 | 1 | -2/+12 |
* | Revert the include dirs to the old location as before, and | Martin Blapp | 2002-05-18 | 2 | -10/+40 |
* | Update to mozilla 1.0RC2, like the OO people did yesterday. | Martin Blapp | 2002-05-18 | 1 | -8/+55 |
* | Make setup start. Patch from Alexander N. Kabaev | Martin Blapp | 2002-05-18 | 1 | -3/+7 |
* | Remove -g from build. We have special makeflags for this in OO. | Martin Blapp | 2002-05-14 | 2 | -4/+4 |
* | A oounix dir is now used instead of unix. So we need | Martin Blapp | 2002-05-01 | 1 | -0/+12 |
* | Upgrade to 1.0.0 | Martin Blapp | 2002-05-01 | 6 | -28/+44 |