summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/files
AgeCommit message (Expand)AuthorFilesLines
2013-09-08Update to 20130908ryoon9-168/+220
2013-09-08Fix typos in comment from FreeMiNT's db1 patches.ryoon3-8/+8
2013-02-10check missing declaration of setpassent(3) for Cygwin.obache4-4/+18
2012-07-02If either va_copy or __builtin_va_copy is supported, use that in thejoerg4-19/+156
2012-05-15Don't re-define __UNCONST if it is already defined. On old NetBSD systemschristos1-2/+4
2012-03-01Wrap the fts function declarations in __BEGIN_DECL to make them usablehans1-1/+5
2011-12-28libnbcompat-20111228: If requesting BSDish getopt behavior, also includejoerg2-395/+789
2011-11-10Don't use implementation namespace as include guard. If not using ourjoerg1-3/+8
2011-11-08Avoid overlap with libcrypto, the OSF linker can't deal with that.joerg3-57/+25
2010-04-20Add workaround for broken pread/pwrite. This is needed at least onjoerg8-90/+207
2010-03-03Avoid conflicting types for `pgno_t', treat same as db_185.h in db[234].obache1-1/+9
2010-02-27BSIZE and BSHIFT are defined by sys/param.h on HP-UX, so undef themjoerg1-1/+3
2010-02-20PR 38488: It looks like BSDish warn(3), it smells like BSDish warn(3),joerg2-9859/+2181
2010-01-24* check endian.h and use it if available, for Haiku.obache4-32/+125
2010-01-24Kill __weak_alias, it break build on OpenBSD as reported in PR#42102.obache2-4/+8
2010-01-24complement NBBY with 8 if not defined.obache1-1/+5
2010-01-23Update config.guess/config.sub as the normal replacement doesn't workjoerg2-171/+243
2009-07-16Change the logic fromabs1-3/+3
2009-06-05libnbcompat-20090605:joerg5-13/+295
2009-05-07Attempt to apply a bit of DWIM to previous (PR 41368).schmonz2-8/+8
2009-05-06Deal with missing PATH_MAX as reported in PR 41368.joerg2-5/+13
2009-04-14Always declare optreset.joerg1-5/+5
2009-04-13libnbcompat-20090409:joerg4-32/+84
2009-03-22libnbcompat-20090322:joerg4-83/+208
2009-03-02libnbcompat-20090302:joerg1-1/+6
2009-02-26Provide TAILQ_FOREACH_SAFE if it is missing.joerg1-1/+8
2009-02-19Fix PR 40151 - bootstrap of pkgsrc fails on Ubuntu 8.10abs1-1/+6
2009-02-09Only use issetugid if it exists. Fixes reported build issues on QNX andjoerg5-232/+411
2008-12-14Need to include stdint.h for unit64_t on SUA 6.0.obache1-1/+5
2008-11-08OpenBSD headers are still not standalone, even though SUS is prettyjoerg2-5/+56
2008-11-06Add some forgotten ifndefs to fix issues on DragonFly.joerg1-1/+7
2008-10-30Define __UNCONST. From PR 39797.joerg1-3/+5
2008-10-30Avoid STAT as macro, it exists in sys/dir.h on AIX already.joerg2-27/+15
2008-10-29Don't use __RENAME.joerg1-6/+6
2008-10-29Provide more compat glue for ndbm interface as shown in PR 39738.joerg3-8/+85
2008-10-28Define away O_EXLOCK and O_SHLOCK if they are missing.joerg1-2/+9
2008-10-28Use nbcompat/paths.h, Solaris is missing paths.h. From Uwe Klaus.joerg2-6/+6
2008-10-28Add circleq support. Bump to 20081028. Should fix IRIX build fromjoerg1-1/+132
2008-10-28Replace EFTYPE with EINVAL if the former doesn't exist.joerg3-4/+18
2008-10-26Provide and use local mpool.h.joerg3-5/+108
2008-10-26Explicitly check for libnsl and libsocket as required by Solaris.joerg2-1/+155
2008-10-19Include nbcompat/types.h early to make sure that uintX_t are defined.joerg1-2/+2
2008-10-10pkg_install-20081010:joerg43-2/+11189
2008-10-08Mac OS X doesn't define uintXX_t in sys/types.h, so explicitly pull injoerg4-3/+17
2008-10-07Check for existance of sysexits.h and regen config.h.in.joerg3-11/+6
2008-10-06libnbcompat-20080922:joerg23-1540/+1733
2008-09-12Determine both for setmode.c and pwcache.c if any of the functions isjoerg2-116/+20
2008-09-08libnbcompat-20080908:joerg6-66/+226
2008-06-19Make style more consistent.joerg1-6/+6
2008-05-19libnbcompat-20080519:joerg3-15/+12