2009-03-22 23:33:13 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message: libnbcompat-20090322: 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 14:54:56 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: libnbcompat-20090302: Add TAILQ_LAST. |
2009-02-26 17:14:18 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Provide TAILQ_FOREACH_SAFE if it is missing. |
2009-02-19 01:51:12 by David Brownlee | Files touched by this commit (3) |
Log message: Fix PR 40151 - bootstrap of pkgsrc fails on Ubuntu 8.10 - 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 21:35:22 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message: Only use issetugid if it exists. Fixes reported build issues on QNX and AIX. |
2008-12-14 08:50:49 by OBATA Akio | Files touched by this commit (1) |
Log message: Need to include stdint.h for unit64_t on SUA 6.0. |
2008-11-08 22:35:58 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: OpenBSD headers are still not standalone, even though SUS is pretty 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 01:25:43 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Add some forgotten ifndefs to fix issues on DragonFly. |
2008-10-30 20:27:20 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Define __UNCONST. From PR 39797. |
2008-10-30 17:00:54 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Avoid STAT as macro, it exists in sys/dir.h on AIX already. |