Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-11 | Solaris has fsid_t in sys/vfs.h, so include appropriately. | sketch | 2 | -1/+7 | |
This gets the new pkgsrc bootstrap working on Solaris. | |||||
2004-03-11 | bump to 20040311 for Interix changes. | grant | 1 | -2/+2 | |
2004-03-11 | adding a file to cvs requires "cvs add". duh. | grant | 1 | -0/+59 | |
2004-03-11 | catch up with bootstrap-pkgsrc changes. | grant | 6 | -6/+228 | |
- check for existence of fsid_t type, and typedef it if missing - check for existence of struct statvfs.f_basetype field - if <sys/mkdev.h> is included and makedev() is missing, try to use mkdev() - add replacement library file for utimes() by wrappering utime() | |||||
2004-03-11 | catch up with bootstrap-pkgsrc changes. | grant | 1 | -1/+6 | |
Protect from multiple inclusion, in case system headers try to pull it in (happens on Interix). | |||||
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -4/+7 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-14 | When checking for the <sys/mount.h> header, include <sys/param.h> if | simonb | 2 | -636/+1750 | |
it exists to stop a warning that comes from including <sys/mount.h> by itself. Fix from Love Hornquist Astrand in PR pkg/24419. | |||||
2004-02-10 | The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk | jlam | 1 | -2/+2 | |
and any pre-existing buildlink2.mk files. | |||||
2004-02-01 | s/seperate/separate/; s/independantly/independently/; | snj | 1 | -4/+4 | |
s/dependancies/dependencies/ | |||||
2004-01-24 | Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In | jlam | 1 | -2/+2 | |
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched. | |||||
2004-01-14 | relax the requirement for a >= 64bit off_t to enable long long | grant | 2 | -3/+3 | |
support, as some systems with a < 64bit off_t have long long support. | |||||
2004-01-14 | use LL for long long suffix. | grant | 1 | -3/+3 | |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 | |
recommended by seb :) | |||||
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -11/+8 | |
2004-01-03 | Initial sprinkling of work-in-progress buildlink3.mk files for using the | jlam | 1 | -0/+25 | |
buildlink3 framework. | |||||
2003-12-19 | regen for HAVE_WORKING_LONG_LONG rename | grant | 2 | -4/+4 | |
2003-12-19 | * Rename HAVE_QUAD_SUPPORT to the more mnemonic HAVE_WORKING_LONG_LONG. | grant | 2 | -11/+19 | |
* Don't bother providing compat defs for QUAD_{MIN,MAX} since they're not used anymore. | |||||
2003-12-19 | Sync to lib/libc/stdlib/strtoll.c 1.6: | grant | 1 | -8/+11 | |
* Use LLONG_{MIN,MAX} instead of QUAD_{MIN,MAX} * Use "long long int" instead of "long long" * Appease lint * Use "long long" instead of "quad" in comments. | |||||
2003-12-19 | sync to NetBSD for Todd's latest license | grant | 1 | -2/+19 | |
2003-12-19 | sync to NetBSD for Todd's latest license, and fix for potential SEGV | grant | 1 | -26/+17 | |
2003-12-19 | Apply change from src/include/fts.h 1.10: | grant | 1 | -3/+3 | |
Make fts_pathlen and fts_nitems unsigned. | |||||
2003-12-19 | Convert the 4 clause UCB license to the 3 clause license. | grant | 3 | -19/+7 | |
2003-12-10 | bump version for glob() fix. | grant | 1 | -2/+2 | |
2003-12-10 | always use local glob() as some glob() implementations have security | grant | 6 | -121/+14 | |
issues. suggested by lukem. | |||||
2003-12-08 | shut up another escaping warning from gawk. | grant | 1 | -2/+2 | |
2003-12-08 | fix last; it's not 20031211 yet. | grant | 1 | -2/+2 | |
2003-12-08 | bump version for glob.[ch] fix. | grant | 1 | -2/+2 | |
2003-12-08 | always use local glob.[ch] if GLOB_NOMATCH or GLOB_ABORTED aren't | grant | 4 | -2/+94 | |
defined. | |||||
2003-12-08 | kill some superfluous escaping to shut up warnings from gawk. | grant | 1 | -10/+10 | |
2003-12-05 | Updated version that works on AIX. | erh | 1 | -2/+2 | |
2003-12-05 | Check for setenv and unsetenv independantly since setenv presence doesn't | erh | 4 | -6/+109 | |
always imply unsetenv. | |||||
2003-12-05 | AIX needs getopt_long. | erh | 1 | -2/+2 | |
2003-12-05 | On AIX h_errno is a function call. Don't try to redefine it. | erh | 1 | -1/+3 | |
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 | |
fixes build on bsdi, noted by Jeremy C. Reed on tech-pkg. | |||||
2003-09-23 | Provide prototypes for setmode and getmode functions if necessary. | jschauma | 1 | -1/+9 | |
This fixes build problems of mtree and pax on Irix. | |||||
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 | |
otherwise, pretend we don't have it. fixes build on some RedHat systems where md5.h is incompatible with NetBSD's. bump to 20030916. | |||||
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 | |
is included. | |||||
2003-09-14 | sl_add() returns void on some systems, so don't include <stringlist.h>, | grant | 1 | -5/+1 | |
always use local prototypes. | |||||
2003-09-14 | Add dummy object not to become totally empty | itohy | 2 | -3/+11 | |
(a.out ld will fail on an empty library). | |||||
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 | |
`unsigned long long' (ULLONG_MAX) if we don't have them. as seen on (a) Linux. | |||||
2003-09-13 | Don't escape '#' within a print statement as it seems to break with some | jlam | 1 | -3/+3 | |
awks. Thanks to Hubert Feyrer for the fix! | |||||
2003-09-13 | Unbreak pkg_install on Irix by adding irix to the statvfs dance in libnbcompat, | jschauma | 2 | -3/+3 | |
as suggested by Grant. |