summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat
AgeCommit message (Expand)AuthorFilesLines
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
2003-09-23Provide prototypes for setmode and getmode functions if necessary.jschauma1-1/+9
2003-09-16bump BUILDLINK_DEPENDS to 20030916.grant1-2/+2
2003-09-16test that md5.h can be compiled and that it provides MD5Init(),grant5-14/+251
2003-09-15add prototypes for v{err,warn}{,x}.grant1-1/+5
2003-09-15add v{err,warn}{,x}.grant1-1/+59
2003-09-14add nbcompat/config.h to distclean target.grant1-2/+2
2003-09-14define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.hgrant1-1/+9
2003-09-14sl_add() returns void on some systems, so don't include <stringlist.h>,grant1-5/+1
2003-09-14Add dummy object not to become totally emptyitohy2-3/+11
2003-09-14bump version for latest changes.grant3-13/+13
2003-09-14define the maximum values for `long long' (LLONG_MAX) andgrant1-1/+9
2003-09-13Don't escape '#' within a print statement as it seems to break with somejlam1-3/+3
2003-09-13Unbreak pkg_install on Irix by adding irix to the statvfs dance in libnbcompat,jschauma2-3/+3
2003-09-13Allow libnbcompat to be used without being installed. Also remove thejlam6-137/+17
2003-09-11ensure GID_MAX and UID_MAX are defined, fixing build of mtree and paxgrant1-1/+11
2003-09-11back out revision 1.22 which broke statfs() on Linux and FreeBSDgrant3-60/+50
2003-09-11ensure S_ISTXT is defined if not defined in sys/stat.h.grant1-2/+6
2003-09-06update version according to autoconf to match realitygrant2-11/+11
2003-09-06fix some rcsidsgrant26-42/+35
2003-09-06Also check for presence of <sys/statfs.h>, and pretend we don't have it ifjlam4-6/+15
2003-09-06Remove the PKG_INSTALLATION_TYPES setting again... this shouldn't be herejlam1-3/+1
2003-09-06Modify autoconf tests so that we'll reliably implement BSD statfs()jlam3-51/+60
2003-09-06Ensure that struct option is defined properly before accepting that havingjlam5-78/+565