2004-03-11 15:11:04 by grant beattie | Files touched by this commit (1) |
Log message:
adding a file to cvs requires "cvs add". duh.
|
2004-03-11 14:28:45 by grant beattie | Files touched by this commit (6) |
Log message:
catch up with bootstrap-pkgsrc changes.
- 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 14:17:34 by grant beattie | Files touched by this commit (1) |
Log message:
catch up with bootstrap-pkgsrc changes.
Protect from multiple inclusion, in case system headers try to pull it in
(happens on Interix).
|
2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256) |
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
2004-02-14 05:47:13 by Simon Burge | Files touched by this commit (2) |
Log message:
When checking for the <sys/mount.h> header, include <sys/param.h> if
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 21:45:02 by Johnny C. Lam | Files touched by this commit (20) |
Log message:
The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk
and any pre-existing buildlink2.mk files.
|
2004-02-01 01:07:56 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
s/seperate/separate/; s/independantly/independently/;
s/dependancies/dependencies/
|
2004-01-24 04:26:48 by Johnny C. Lam | Files touched by this commit (57) |
Log message:
Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
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 09:59:31 by grant beattie | Files touched by this commit (2) |
Log message:
relax the requirement for a >= 64bit off_t to enable long long
support, as some systems with a < 64bit off_t have long long support.
|
2004-01-14 09:58:41 by grant beattie | Files touched by this commit (1) |
Log message:
use LL for long long suffix.
|