Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add BSD specific nas patches to get it really working. NetBSD should | mbr | 2002-05-19 | 1 | -6/+152 |
| | | | | do the same. | ||||
* | Work around another C++ compiler bug with -O in our | mbr | 2002-05-19 | 1 | -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 in | mbr | 2002-05-19 | 1 | -2/+12 |
| | | | | 1.0 by the OO people. This should fix the setup program. | ||||
* | Revert the include dirs to the old location as before, and | mbr | 2002-05-18 | 2 | -10/+40 |
| | | | | add the missing dirs. | ||||
* | 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 |
| | | | | to apply this patch to two files instead of one. | ||||
* | Upgrade to 1.0.0 | mbr | 2002-05-01 | 6 | -28/+44 |
| | | | | Builds ok, but is still broken | ||||
* | 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 |
| | | | | | problems and doesn't compile. We can bump later to 1.0, if the openoffice project does the same. | ||||
* | mktemp(3) needs unistd.h | mbr | 2002-04-16 | 1 | -0/+11 |
| | | | | Recieved from Carlos F. A. Paniago <pan@cnpm.embrapa.br> | ||||
* | 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 |
| | | | | | | 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 the | mbr | 2002-03-16 | 5 | -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. | mbr | 2002-03-15 | 2 | -2/+2 |
| | |||||
* | Correct invalid syntax in LIB_DEPENDS | kris | 2002-03-15 | 1 | -1/+1 |
| | | | | Submitted by: bento | ||||
* | 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 |
| | | | | | | | $CC -> $CXX $cc -> $CC everywhere. The compile seems to work again now. | ||||
* | 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 |
| | | | | | Do remove empty defines CC/CXX variables which did overwrite the SOLENV environment. | ||||
* | 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 |
| | | | | commits will follow. | ||||
* | Make portlint happy. Add USE_XLIB | mbr | 2002-03-13 | 1 | -10/+12 |
| | | | | Submitted by: demon | ||||
* | Fix breakage with "patch -i" which is missing in STABLE. For some strange | mbr | 2002-03-13 | 7 | -0/+77 |
| | | | | reason it exists in recent CURRENT, but is not documented. | ||||
* | Copy stlport library to the right place. Fix build | mbr | 2002-03-12 | 1 | -6/+17 |
| | |||||
* | Another alloca.h we do not have | mbr | 2002-03-12 | 1 | -0/+12 |
| | |||||
* | Upgrade the development snapshot to the latest build: 642 | mbr | 2002-03-12 | 9 | -88/+107 |
| | |||||
* | We need to build offuh here, else the build stops | mbr | 2002-03-11 | 2 | -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.8 | mbr | 2002-03-11 | 2 | -5/+5 |
| | | | | Thanks to Carlos F. A. Paniago <pan@cnpm.embrapa.br> | ||||
* | FreeBSD has no -ldl | mbr | 2002-03-11 | 1 | -0/+14 |
| | |||||
* | Build unoidl too | mbr | 2002-03-11 | 2 | -0/+22 |
| | |||||
* | If nSubKeys is not defined, just return. Fix from Tim Tretyak ↵ | mbr | 2002-03-11 | 2 | -0/+24 |
| | | | | <timothy@umc.com.ua> | ||||
* | Remove unnecessary #defines | mbr | 2002-03-11 | 2 | -0/+26 |
| | |||||
* | Fix number calculation. Patch from Tim Tretyak <timothy@umc.com.ua> | mbr | 2002-03-11 | 1 | -0/+19 |
| | |||||
* | Fix one #ifdef and add two more checks | mbr | 2002-03-11 | 1 | -2/+20 |
| | |||||
* | Add langinfo twirks | mbr | 2002-03-10 | 1 | -0/+18 |
| | |||||
* | Add tgetpwnam test for FreeBSD too | mbr | 2002-03-10 | 2 | -4/+40 |
| | |||||
* | Remove _cdecl before main() | mbr | 2002-03-10 | 1 | -0/+11 |
| | |||||
* | AddrLen is socklen_t, not int | mbr | 2002-03-10 | 2 | -4/+22 |
| | |||||
* | Add -f to ln to continue builds | mbr | 2002-03-10 | 2 | -14/+50 |
| | |||||
* | A getpwuid_r function is now implemented in patch-sal::osl::unx::system.c | mbr | 2002-03-10 | 1 | -14/+0 |
| | |||||
* | Add the PTHREAD_CFLAGS correctly to SOLARDEF, even if this is not yet used | mbr | 2002-03-10 | 1 | -9/+12 |
| | | | | and the CFLAGS are hardcoded in solenv/inc/unxfbsd.mk | ||||
* | We do not have GLIBC. Sigh. | mbr | 2002-03-10 | 1 | -2/+7 |
| | |||||
* | Define fcvt as extern as NetBSD does. | mbr | 2002-03-10 | 1 | -0/+18 |
| | |||||
* | Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts. | mbr | 2002-03-09 | 6 | -62/+74 |
| | | | | Requested by: cvs-comitters |