Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-14 | Same netbsd*-eabi* tweak for libnbcompat's even older config.sub. | riastradh | 1 | -1/+1 | |
2014-09-03 | Use MAKE_JOBS for inplace libnbcompat. Reduces the build time for bootstrap | jperkin | 1 | -3/+3 | |
quite a bit when using --make-jobs, due to the potentially large number of times that libnbcompat needs to be (re)built. | |||||
2014-07-25 | libnbcompat-20140725: | jperkin | 6 | -12/+22 | |
Newer Linux systems have moved libutil.h to bsd/libutil.h, add the necessary checks for that location. Fixes at least Ubuntu 12.04. | |||||
2014-06-07 | s/HAVE_DECL_ASPRINTF/HAVE_DECL_VASPRINTF/. According to configure.ac | cheusov | 1 | -2/+2 | |
presense of vasprintf(3) is checked. This partially fixes bootstrap failure on AltLinux. | |||||
2014-03-14 | Add SCO OpenServer 5.0.7/3.2 support | ryoon | 5 | -6/+54 | |
2014-03-03 | Just define PKGNAME and use it. | obache | 1 | -4/+2 | |
2013-09-08 | Update to 20130908 | ryoon | 10 | -170/+222 | |
* Fix build on FreeMiNT. * Tested on some platforms, See files/README. | |||||
2013-09-08 | Fix typos in comment from FreeMiNT's db1 patches. | ryoon | 3 | -8/+8 | |
2013-02-10 | check missing declaration of setpassent(3) for Cygwin. | obache | 4 | -4/+18 | |
2012-09-11 | "user-destdir" is default these days | asau | 1 | -3/+1 | |
2012-07-02 | If either va_copy or __builtin_va_copy is supported, use that in the | joerg | 5 | -21/+158 | |
asprintf fallback implementation. If neither is supported, still try to work by copying va_list directly. Should fix PR 45767. | |||||
2012-05-15 | Don't re-define __UNCONST if it is already defined. On old NetBSD systems | christos | 1 | -2/+4 | |
the definition is a bit different so they bitch. | |||||
2012-03-01 | Wrap the fts function declarations in __BEGIN_DECL to make them usable | hans | 1 | -1/+5 | |
from C++. | |||||
2011-12-28 | libnbcompat-20111228: If requesting BSDish getopt behavior, also include | joerg | 3 | -397/+791 | |
our own getopt_long. Add a message to signify this in the configure output. Fixes issues reported by hans@ on Solaris with nbpatch. OK during freeze by wiz@ | |||||
2011-11-10 | Don't use implementation namespace as include guard. If not using our | joerg | 1 | -3/+8 | |
SHA2 code, fallback to <sha2.h>. | |||||
2011-11-08 | Avoid overlap with libcrypto, the OSF linker can't deal with that. | joerg | 3 | -57/+25 | |
Fixes PR 42142. | |||||
2011-08-20 | Always build libnbcompat with pkgsrc's make, | cheusov | 1 | -3/+3 | |
this fixes some build failures | |||||
2010-04-20 | Add workaround for broken pread/pwrite. This is needed at least on | joerg | 8 | -90/+207 | |
HP-UX. | |||||
2010-03-21 | Pick up maintainership. | joerg | 1 | -2/+2 | |
2010-03-21 | Reset maintainer, developer lost his commit bit. | wiz | 1 | -2/+2 | |
2010-03-03 | Avoid conflicting types for `pgno_t', treat same as db_185.h in db[234]. | obache | 1 | -1/+9 | |
IRIX have it in sys/types.h as reported by PR42841. | |||||
2010-02-27 | BSIZE and BSHIFT are defined by sys/param.h on HP-UX, so undef them | joerg | 1 | -1/+3 | |
first. | |||||
2010-02-20 | PR 38488: It looks like BSDish warn(3), it smells like BSDish warn(3), | joerg | 2 | -9859/+2181 | |
but it isn't BSDish warn(3). Do not use warn(3) family on Mac OS X, as it likes to vis(3) some arguments. | |||||
2010-01-24 | * check endian.h and use it if available, for Haiku. | obache | 4 | -32/+125 | |
* check optarg, it is used in nbcompat/unistd.h, but not checked. * check socket() in -lnetwork in addition to -lsocket, for Haiku. | |||||
2010-01-24 | Kill __weak_alias, it break build on OpenBSD as reported in PR#42102. | obache | 2 | -4/+8 | |
2010-01-24 | complement NBBY with 8 if not defined. | obache | 1 | -1/+5 | |
2010-01-23 | Update config.guess/config.sub as the normal replacement doesn't work | joerg | 2 | -171/+243 | |
here. | |||||
2009-08-17 | Pass down MAKE_ENV when calling make for inplace builds. | joerg | 1 | -3/+3 | |
2009-07-16 | Change the logic from | abs | 1 | -3/+3 | |
#ifdef MMAP_NOT_AVAILABLE /* Code which uses mmap, but with a comment saying we don't want to use it */ #endif to #if !defined(MMAP_NOT_AVAILABLE) && 0 /* Code which uses mmap, but with a comment saying we don't want to use it */ #endif so system without mmap() also work... | |||||
2009-06-14 | Drop now redundant @unexec ${RMDIR} | joerg | 1 | -3/+1 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2009-06-10 | Fix PLIST. | joerg | 2 | -3/+4 | |
2009-06-05 | libnbcompat-20090605: | joerg | 6 | -15/+297 | |
Add support for stdbool.h. Tested by sketch on Solaris (where stdbool.h only works in C99 mode). | |||||
2009-05-07 | Attempt to apply a bit of DWIM to previous (PR 41368). | schmonz | 2 | -8/+8 | |
2009-05-06 | Deal with missing PATH_MAX as reported in PR 41368. | joerg | 2 | -5/+13 | |
2009-04-14 | Always declare optreset. | joerg | 1 | -5/+5 | |
XXX optreset should be removed here, it can't be used correctly with a GNU getopt_long implementation without touching the environment. | |||||
2009-04-13 | libnbcompat-20090409: | joerg | 5 | -34/+86 | |
Resort and improve getopt_long detection. Should fix issues on Interix reported by mishka@ and QNX problems reported by Sean Boudreau. | |||||
2009-03-22 | libnbcompat-20090322: | joerg | 5 | -85/+210 | |
Don't use getopt_long as replacement for getopt. It behaves different and doesn't work well in combination with optreset. Instead use getopt(3) from NetBSD if requested. Sync getopt_long.c with NetBSD while here. Addresses issues with pkg_admin on Solaris reported by Tim Zingelman. | |||||
2009-03-02 | libnbcompat-20090302: | joerg | 2 | -3/+8 | |
Add TAILQ_LAST. | |||||
2009-02-26 | Provide TAILQ_FOREACH_SAFE if it is missing. | joerg | 2 | -3/+10 | |
2009-02-19 | Fix PR 40151 - bootstrap of pkgsrc fails on Ubuntu 8.10 | abs | 1 | -1/+6 | |
- At least Ubuntu 8.1 sets __attribute__((warn_unused_result)) on fwrite() http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509 which means (void)fwrite(...) will *always* generate a warning, so set -Wno-error to bypass this in Linux.sys.mk - Ubuntu 8.1 also jumps through hoops to ensure ARG_MAX is *undefined*, so work around this in tnftp and libnbcompat | |||||
2009-02-09 | Only use issetugid if it exists. Fixes reported build issues on QNX and | joerg | 5 | -232/+411 | |
AIX. | |||||
2008-12-14 | Need to include stdint.h for unit64_t on SUA 6.0. | obache | 1 | -1/+5 | |
2008-11-08 | OpenBSD headers are still not standalone, even though SUS is pretty | joerg | 2 | -5/+56 | |
explicit about it at least for netinet/in.h. Include sys/types.h before checking for content of sys/socket.h and netinet/in.h to fix this. Reported and tested by Georg Schwarz. | |||||
2008-11-06 | Add some forgotten ifndefs to fix issues on DragonFly. | joerg | 1 | -1/+7 | |
2008-10-30 | Define __UNCONST. From PR 39797. | joerg | 1 | -3/+5 | |
2008-10-30 | Avoid STAT as macro, it exists in sys/dir.h on AIX already. | joerg | 2 | -27/+15 | |
2008-10-29 | Don't use __RENAME. | joerg | 1 | -6/+6 | |
2008-10-29 | Provide more compat glue for ndbm interface as shown in PR 39738. | joerg | 4 | -10/+87 | |
Bump to libnbcompat-20081029. | |||||
2008-10-28 | Define away O_EXLOCK and O_SHLOCK if they are missing. | joerg | 1 | -2/+9 | |