jlam
841b57441b
Merge pkgviews-mk branch into the HEAD by running:
...
cd pkgsrc/mk
cvs update -Pd -A
cvs update -Pd -j pkgviews-mk-base -j pkgviews-mk
2003-09-02 06:59:37 +00:00
jlam
e4ba59523f
bsd.buildlink2.mk says that Solaris 9 works with full caching.
2003-08-31 10:17:16 +00:00
jlam
759dd368bc
Remove N/A from this file... it's much easier to read now.
2003-08-31 10:15:42 +00:00
schmonz
5301f05651
Darwin 5.5 has finished the grueling recertification process: still
...
works, but not with full caching.
2002-12-28 23:01:25 +00:00
grant
2e18bd5caf
Both buildlink caching methods work on Solaris 8 and Darwin 6.2.
...
Enable full caching for any SunOS arch and Darwin 6*.
2002-12-27 07:00:51 +00:00
jschauma
a6012250a1
Full caching still works on Irix. Yay. :)
2002-12-26 17:53:48 +00:00
jlam
e287e42e02
Rewrite wrapper scripts so that it is possible to add wrapper-specific
...
logic and caching in a more natural way.
2002-12-26 17:08:55 +00:00
jlam
7fcfeb7629
Note that buildlink2 and full caching both work on IRIX (thanks, jschauma!)
2002-12-23 17:31:15 +00:00
jlam
06e0805659
Note that to test buildlink2, we need to build & install, but to test
...
caching, only building is needed.
2002-12-23 17:17:32 +00:00
jlam
d9c2c12997
Note that Solaris 8 & 9 work with full caching enabled (thanks grant, salo!).
...
Also change _BLNK_CACHE_ALL to take wildcard lists of MACHINE_PLATFORMs so
that specific operating system versions can be nailed down.
2002-12-23 17:09:17 +00:00
grant
d2d6576c3b
- full caching works on Solaris 8.
...
- only building pkgs is required.
- update platforms.
2002-12-23 16:21:10 +00:00
jlam
1566cdd893
Convert the lists into a capability matrix for ease of maintainence, and
...
change "MacOS X" versions into their "Darwin" equivalents.
2002-12-23 15:10:05 +00:00
jlam
dbbb22cec3
buildlink2 works on NetBSD-1.5.x (thanks gendalia!). Also note that we
...
can test using gettext-lib instead of gettext, now that gettext-lib has
been converted to use buildlink2.
2002-12-23 03:42:39 +00:00
jlam
cfaa1ad9ff
The buildlink2 problems on non-NetBSD platform seem to be related to
...
correct manipulation of variables containing values with escaped
metacharacters by the shell. The new code only does partial caching, which
doesn't cache "special" arguments that contain escaped metacharacters or
other oddly quoted values. On certain platforms listed in _BLNK_CACHE_ALL
in bsd.buildlink2.mk, we do full caching, which has enormous speed benefits
since it avoids an extra sed invocation per "special" argument.
Known working platforms:
MacOS X 10.1.5 (schmonz)
MacOS X 10.2 (grant)
NetBSD 1.6 [full caching] (jlam)
OpenBSD (cjep)
Solaris 8 (grant)
Solaris 9 (salo)
2002-12-22 19:02:43 +00:00