Age | Commit message (Expand) | Author | Files | Lines |
2003-10-12 | Fix typo. | jlam | 1 | -2/+2 |
2003-10-12 | name jlam as the guilty party who wrote this. | grant | 1 | -2/+2 |
2003-10-12 | move src2nbcompat from pkg_install to libnbcompat. | grant | 1 | -0/+143 |
2003-10-10 | use !defined instead of ! for testing if {,U}LLONG_MAX is defined. | grant | 1 | -3/+3 |
2003-09-23 | Provide prototypes for setmode and getmode functions if necessary. | jschauma | 1 | -1/+9 |
2003-09-16 | bump BUILDLINK_DEPENDS to 20030916. | grant | 1 | -2/+2 |
2003-09-16 | test that md5.h can be compiled and that it provides MD5Init(), | grant | 5 | -14/+251 |
2003-09-15 | add prototypes for v{err,warn}{,x}. | grant | 1 | -1/+5 |
2003-09-15 | add v{err,warn}{,x}. | grant | 1 | -1/+59 |
2003-09-14 | add nbcompat/config.h to distclean target. | grant | 1 | -2/+2 |
2003-09-14 | define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.h | grant | 1 | -1/+9 |
2003-09-14 | sl_add() returns void on some systems, so don't include <stringlist.h>, | grant | 1 | -5/+1 |
2003-09-14 | Add dummy object not to become totally empty | itohy | 2 | -3/+11 |
2003-09-14 | bump version for latest changes. | grant | 3 | -13/+13 |
2003-09-14 | define the maximum values for `long long' (LLONG_MAX) and | grant | 1 | -1/+9 |
2003-09-13 | Don't escape '#' within a print statement as it seems to break with some | jlam | 1 | -3/+3 |
2003-09-13 | Unbreak pkg_install on Irix by adding irix to the statvfs dance in libnbcompat, | jschauma | 2 | -3/+3 |
2003-09-13 | Allow libnbcompat to be used without being installed. Also remove the | jlam | 6 | -137/+17 |
2003-09-11 | ensure GID_MAX and UID_MAX are defined, fixing build of mtree and pax | grant | 1 | -1/+11 |
2003-09-11 | back out revision 1.22 which broke statfs() on Linux and FreeBSD | grant | 3 | -60/+50 |
2003-09-11 | ensure S_ISTXT is defined if not defined in sys/stat.h. | grant | 1 | -2/+6 |
2003-09-06 | update version according to autoconf to match reality | grant | 2 | -11/+11 |
2003-09-06 | fix some rcsids | grant | 26 | -42/+35 |
2003-09-06 | Also check for presence of <sys/statfs.h>, and pretend we don't have it if | jlam | 4 | -6/+15 |
2003-09-06 | Remove the PKG_INSTALLATION_TYPES setting again... this shouldn't be here | jlam | 1 | -3/+1 |
2003-09-06 | Modify autoconf tests so that we'll reliably implement BSD statfs() | jlam | 3 | -51/+60 |
2003-09-06 | Ensure that struct option is defined properly before accepting that having | jlam | 5 | -78/+565 |
2003-09-06 | fix missing include of getopt.h by including nbcompat.h. | grant | 1 | -3/+4 |
2003-09-06 | Oops, we're not supposed to convert packages to be able to use pkgviews | jlam | 1 | -3/+1 |
2003-09-06 | nbcompat/sha2.h is no more in libnbcompat-20030830. | jlam | 1 | -2/+2 |
2003-09-06 | Update pkgtools/libnbcompat to 20030830. Changes from the previous | jlam | 10 | -1492/+8 |
2003-09-05 | Add back setmode.c which is still needed on systems that don't have | jlam | 2 | -1/+506 |
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 |