summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat
AgeCommit message (Expand)AuthorFilesLines
2004-05-12bump to 20040512 (another poll.h fix)grant1-2/+2
2004-05-12don't include poll.h or sys/poll.h, but instead, undefine HAVE_POLL_Hgrant1-8/+4
2004-05-09Unused.wiz1-28/+0
2004-04-23make sure we define HAVE_POLL if a usable poll() implementation isgrant3-33/+49
2004-04-20bump version to 20040420 (Darwin 7 poll() fix).grant1-2/+2
2004-04-20workaround poll() being a compatibility function on Darwin 7grant4-18/+404
2004-04-20no need to test for poll() twice.grant2-4/+3
2004-04-18Include limits.h if available to shut down warnings about UINT_MAX onheinz2-1/+9
2004-04-16Use statvfs on UnixWare, similar to Solaris and IRIX.heinz2-5/+5
2004-03-28remove NO_TOOLS. we need the tools stuff to have the .sunpro/.gccgrant1-2/+1
2004-03-21bump to 20040321 for vis.c multiple char[] fix.grant1-2/+2
2004-03-21Some compilers (e.g. Sunpro) emit one char[] per string, even whenbouyer1-5/+7
2004-03-12#if 0 out the __weak_alias stuff, which isn't needed here. should fixgrant6-11/+23
2004-03-11Solaris has fsid_t in sys/vfs.h, so include appropriately.sketch2-1/+7
2004-03-11bump to 20040311 for Interix changes.grant1-2/+2
2004-03-11adding a file to cvs requires "cvs add". duh.grant1-0/+59
2004-03-11catch up with bootstrap-pkgsrc changes.grant6-6/+228
2004-03-11catch up with bootstrap-pkgsrc changes.grant1-1/+6
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-4/+7
2004-02-14When checking for the <sys/mount.h> header, include <sys/param.h> ifsimonb2-636/+1750
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam1-2/+2
2004-02-01s/seperate/separate/; s/independantly/independently/;snj1-4/+4
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
2004-01-14relax the requirement for a >= 64bit off_t to enable long longgrant2-3/+3
2004-01-14use LL for long long suffix.grant1-3/+3
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-11/+8
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+25
2003-12-19regen for HAVE_WORKING_LONG_LONG renamegrant2-4/+4
2003-12-19* Rename HAVE_QUAD_SUPPORT to the more mnemonic HAVE_WORKING_LONG_LONG.grant2-11/+19
2003-12-19Sync to lib/libc/stdlib/strtoll.c 1.6:grant1-8/+11
2003-12-19sync to NetBSD for Todd's latest licensegrant1-2/+19
2003-12-19sync to NetBSD for Todd's latest license, and fix for potential SEGVgrant1-26/+17
2003-12-19Apply change from src/include/fts.h 1.10:grant1-3/+3
2003-12-19Convert the 4 clause UCB license to the 3 clause license.grant3-19/+7
2003-12-10bump version for glob() fix.grant1-2/+2
2003-12-10always use local glob() as some glob() implementations have securitygrant6-121/+14
2003-12-08shut up another escaping warning from gawk.grant1-2/+2
2003-12-08fix last; it's not 20031211 yet.grant1-2/+2
2003-12-08bump version for glob.[ch] fix.grant1-2/+2
2003-12-08always use local glob.[ch] if GLOB_NOMATCH or GLOB_ABORTED aren'tgrant4-2/+94
2003-12-08kill some superfluous escaping to shut up warnings from gawk.grant1-10/+10
2003-12-05Updated version that works on AIX.erh1-2/+2
2003-12-05Check for setenv and unsetenv independantly since setenv presence doesn'terh4-6/+109
2003-12-05AIX needs getopt_long.erh1-2/+2
2003-12-05On AIX h_errno is a function call. Don't try to redefine it.erh1-1/+3
2003-10-12Fix typo.jlam1-2/+2
2003-10-12name jlam as the guilty party who wrote this.grant1-2/+2
2003-10-12move src2nbcompat from pkg_install to libnbcompat.grant1-0/+143
2003-10-10use !defined instead of ! for testing if {,U}LLONG_MAX is defined.grant1-3/+3