jlam
9ff0e10340
Reorder location and setting of BUILDLINK_PACKAGES to match template
...
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
simonb
9aef326f45
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-14 04:47:13 +00:00
jlam
1b2674fcd7
The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk
...
and any pre-existing buildlink2.mk files.
2004-02-10 20:45:01 +00:00
snj
445af1efbf
s/seperate/separate/; s/independantly/independently/;
...
s/dependancies/dependencies/
2004-02-01 00:07:56 +00:00
jlam
a7d877ca6a
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-24 03:26:45 +00:00
grant
661b403916
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 08:59:31 +00:00
grant
7a12876daa
use LL for long long suffix.
2004-01-14 08:58:41 +00:00
jlam
d279e6f535
Use S/+$// instead of C/\+$// to save a backslash. Very highly
...
recommended by seb :)
2004-01-05 11:05:44 +00:00
jlam
47bb2aae5f
Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.
2004-01-04 23:34:04 +00:00
jlam
339cd13cb2
Initial sprinkling of work-in-progress buildlink3.mk files for using the
...
buildlink3 framework.
2004-01-03 23:06:43 +00:00
grant
b043fa59b4
regen for HAVE_WORKING_LONG_LONG rename
2003-12-19 22:46:01 +00:00
grant
0784cb96bf
* Rename HAVE_QUAD_SUPPORT to the more mnemonic HAVE_WORKING_LONG_LONG.
...
* Don't bother providing compat defs for QUAD_{MIN,MAX} since
they're not used anymore.
2003-12-19 22:45:14 +00:00
grant
d324f0f468
Sync to lib/libc/stdlib/strtoll.c 1.6:
...
* 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 22:40:04 +00:00
grant
93098e6d36
sync to NetBSD for Todd's latest license
2003-12-19 22:27:01 +00:00
grant
e06a4eead8
sync to NetBSD for Todd's latest license, and fix for potential SEGV
2003-12-19 22:26:46 +00:00
grant
134f0eab0f
Apply change from src/include/fts.h 1.10:
...
Make fts_pathlen and fts_nitems unsigned.
2003-12-19 22:23:00 +00:00
grant
2c8b5142eb
Convert the 4 clause UCB license to the 3 clause license.
2003-12-19 22:16:14 +00:00
grant
e37fd80189
bump version for glob() fix.
2003-12-10 07:21:43 +00:00
grant
a6fea9e8b2
always use local glob() as some glob() implementations have security
...
issues. suggested by lukem.
2003-12-10 07:21:20 +00:00
grant
b54024e198
shut up another escaping warning from gawk.
2003-12-08 15:28:54 +00:00
grant
4cea9a497f
fix last; it's not 20031211 yet.
2003-12-08 14:54:24 +00:00
grant
1c6ca46404
bump version for glob.[ch] fix.
2003-12-08 14:53:09 +00:00
grant
4b9a7b94e1
always use local glob.[ch] if GLOB_NOMATCH or GLOB_ABORTED aren't
...
defined.
2003-12-08 14:52:02 +00:00
grant
f700dc3a03
kill some superfluous escaping to shut up warnings from gawk.
2003-12-08 13:39:11 +00:00
erh
a4d68c61e3
Updated version that works on AIX.
2003-12-05 15:47:36 +00:00
erh
d5b08e455b
Check for setenv and unsetenv independantly since setenv presence doesn't
...
always imply unsetenv.
2003-12-05 15:43:10 +00:00
erh
059ec43e2d
AIX needs getopt_long.
2003-12-05 15:42:13 +00:00
erh
92da59fed3
On AIX h_errno is a function call. Don't try to redefine it.
2003-12-05 15:41:06 +00:00
jlam
db20aa3e21
Fix typo.
2003-10-12 08:58:04 +00:00
grant
6764a676b9
name jlam as the guilty party who wrote this.
2003-10-12 01:19:08 +00:00
grant
caeb81ba77
move src2nbcompat from pkg_install to libnbcompat.
2003-10-12 01:17:50 +00:00
grant
2c562cc1b8
use !defined instead of ! for testing if {,U}LLONG_MAX is defined.
...
fixes build on bsdi, noted by Jeremy C. Reed on tech-pkg.
2003-10-10 10:15:09 +00:00
jschauma
fbfb7c1963
Provide prototypes for setmode and getmode functions if necessary.
...
This fixes build problems of mtree and pax on Irix.
2003-09-23 02:03:36 +00:00
grant
6865175e09
bump BUILDLINK_DEPENDS to 20030916.
2003-09-16 16:49:51 +00:00
grant
b55c2bb5b1
test that md5.h can be compiled and that it provides MD5Init(),
...
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-16 16:48:22 +00:00
grant
f0d05394e2
add prototypes for v{err,warn}{,x}.
2003-09-15 08:29:51 +00:00
grant
3fb4cc8435
add v{err,warn}{,x}.
2003-09-15 07:39:34 +00:00
grant
e40162e638
add nbcompat/config.h to distclean target.
2003-09-14 14:41:23 +00:00
grant
4b107be2da
define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.h
...
is included.
2003-09-14 14:24:12 +00:00
grant
efa6f88bac
sl_add() returns void on some systems, so don't include <stringlist.h>,
...
always use local prototypes.
2003-09-14 14:10:17 +00:00
itohy
6296166f8e
Add dummy object not to become totally empty
...
(a.out ld will fail on an empty library).
2003-09-14 07:38:12 +00:00
grant
ef72c2b1c7
bump version for latest changes.
2003-09-14 07:36:12 +00:00
grant
506a54ae42
define the maximum values for `long long' (LLONG_MAX) and
...
`unsigned long long' (ULLONG_MAX) if we don't have them.
as seen on (a) Linux.
2003-09-14 05:35:57 +00:00
jlam
ce04d82646
Don't escape '#' within a print statement as it seems to break with some
...
awks. Thanks to Hubert Feyrer for the fix!
2003-09-13 17:07:47 +00:00
jschauma
ddacbe098a
Unbreak pkg_install on Irix by adding irix to the statvfs dance in libnbcompat,
...
as suggested by Grant.
2003-09-13 16:17:40 +00:00
jlam
93c459d2f8
Allow libnbcompat to be used without being installed. Also remove the
...
unused header file util.h.
2003-09-13 03:50:12 +00:00
grant
6078a6d2e6
ensure GID_MAX and UID_MAX are defined, fixing build of mtree and pax
...
after latest rototill.
2003-09-11 11:27:38 +00:00
grant
a77ed0a130
back out revision 1.22 which broke statfs() on Linux and FreeBSD
...
systems which have both statfs() and statvfs().
while it would be nice to have an OS-independent way of testing
whether to use our statfs() implementation, in reality it is much more
reliable to only use it where required.
2003-09-11 11:26:09 +00:00
grant
fb5ee43622
ensure S_ISTXT is defined if not defined in sys/stat.h.
2003-09-11 10:57:20 +00:00
grant
122e470b55
update version according to autoconf to match reality
2003-09-06 23:05:40 +00:00