Age | Commit message (Expand) | Author | Files | Lines |
2003-09-05 | Update pkgtools/libnbcompat to 20030829. Changes from previous version | jlam | 32 | -2893/+578 |
2003-09-04 | Use AH_TEMPLATE when we use AC_DEFINE so that autoheader can generate the | jlam | 3 | -62/+94 |
2003-09-04 | Update pkgtools/libnbcompat to 20030828. Changes from previous version | jlam | 3 | -10/+10 |
2003-09-03 | Update pkgtools/libnbcompat to 20030827. Changes from previous version | jlam | 6 | -8/+98 |
2003-09-03 | Add and remove some files I forgot to in the last commit. | jlam | 1 | -0/+107 |
2003-09-03 | Add and remove some files I forgot to in the last commit. | jlam | 7 | -113/+236 |
2003-09-03 | Update pkgtools/libnbcompat to 20030826. Changes from previous version: | jlam | 31 | -274/+468 |
2003-09-03 | Update pkgtools/libnbcompat to 20030825. Changes from version 20030824 | jlam | 2 | -9/+11 |
2003-09-03 | Add missing include files. | tron | 1 | -1/+3 |
2003-09-03 | Actually, extern.h and stat_flags.h are used by pkgtools/mtree. | jlam | 1 | -3/+3 |
2003-09-03 | Update pkgtools/libnbcompat to 20030824. Changes from previous version: | jlam | 7 | -20/+83 |
2003-09-03 | Use '#if !HAVE_xxx' instead of '#ifndef HAVE_xxx' to cover cases when | jlam | 1 | -35/+35 |
2003-09-02 | If the package uses GNU_CONFIGURE, then automatically add the necessary | jlam | 1 | -1/+7 |
2003-09-02 | BUILDLINK_LDADD.libnbcompat contains the options to add to the compiler to | jlam | 1 | -1/+2 |
2003-09-02 | Solaris needs to include <sys/vfs.h> to get definitions for statvfs(). | jlam | 3 | -5/+10 |
2003-09-02 | Older awks don't like gensub() so use sub() instead. | jlam | 1 | -2/+4 |
2003-09-02 | We only need to step carefully in the Solaris case for statfs(), but | jlam | 2 | -11/+11 |
2003-09-01 | Bump version to 20030823: | jlam | 34 | -705/+1131 |
2003-08-31 | Tighten up this file by removing an unnecessary inclusion of bsd.prefs.mk. | jlam | 1 | -7/+3 |
2003-08-31 | This package is needed to bootstrap pkgsrc, so don't do tools, buildlink, | jlam | 2 | -5/+13 |
2003-08-27 | Drop advertising clause from UCB licensed code, following changes done in | jmmv | 16 | -109/+45 |
2003-07-31 | Add the err.h header, so we can use it on systems that don't provide err.h | jschauma | 5 | -8/+55 |
2003-07-19 | bump to 20030718 | grant | 1 | -2/+2 |
2003-07-19 | test for time.h, sys/time.h and inclusion of both. | grant | 4 | -16/+88 |
2003-07-17 | bump to 20030717 | grant | 1 | -2/+2 |
2003-07-17 | don't test for fparseln in libutil for now. | grant | 3 | -176/+13 |
2003-07-17 | force nbtypes.h to be built, and run ranlib after building the static | grant | 1 | -3/+4 |
2003-07-17 | move stuff from deprecated acconfig.h to configure.ac. | grant | 3 | -26/+24 |
2003-07-15 | do away with AC_CONFIG_SRCDIR | grant | 2 | -3/+0 |
2003-07-15 | bump to 20030715 | grant | 1 | -2/+2 |
2003-07-15 | fix getopt_long() test to avoid overriding it. | grant | 5 | -15/+241 |
2003-07-13 | bump to 20030713 | grant | 1 | -2/+2 |
2003-07-13 | setenv.c - include strings.h for bcopy prototype | grant | 3 | -3/+26 |
2003-07-12 | setenv() returns an int, so make it believe that. | grant | 1 | -1/+2 |
2003-06-30 | bump to 20030630 | grant | 1 | -2/+2 |
2003-06-30 | s/#if !/#ifndef/, since the former confuses some C pre-processors | grant | 1 | -30/+30 |
2003-06-30 | fix rcsid | grant | 1 | -1/+1 |
2003-06-30 | remove config.h in distclean target, not clean. | grant | 1 | -3/+3 |
2003-06-24 | Make pax compile on Irix by including pwcache.h, which now includes | jschauma | 1 | -1/+17 |
2003-06-24 | add prototype for isblank() to avoid implicit declaration | grant | 2 | -0/+8 |
2003-06-23 | not all systems define all of the time related constants we | grant | 1 | -9/+33 |
2003-06-23 | add getopt, getopt_long. | grant | 9 | -21/+621 |
2003-06-10 | use wildward for installed header files rather than listing each | grant | 1 | -17/+2 |
2003-06-10 | protect against multiple inclusion | grant | 1 | -0/+5 |
2003-06-10 | test for both getmode() and setmode(). | grant | 4 | -6/+94 |
2003-06-09 | regen after bumping date | grant | 1 | -9/+9 |
2003-06-09 | add isblank() and strmode(). | grant | 6 | -10/+218 |
2003-05-25 | Commit the recent 'setmode' change here, too, as pointed out by grant. | jschauma | 1 | -1/+1 |
2003-05-22 | Add some more protoypes in extern.h and check for setmode to shut up some | jschauma | 3 | -3/+23 |
2003-04-27 | work around the need for rpl_malloc (induced by config.h), since we | grant | 1 | -2/+11 |