summaryrefslogtreecommitdiff
path: root/mk/buildlink2/NOTES
AgeCommit message (Collapse)AuthorFilesLines
2003-09-02Merge pkgviews-mk branch into the HEAD by running:jlam1-1/+1
cd pkgsrc/mk cvs update -Pd -A cvs update -Pd -j pkgviews-mk-base -j pkgviews-mk
2003-08-31bsd.buildlink2.mk says that Solaris 9 works with full caching.jlam1-2/+2
2003-08-31Remove N/A from this file... it's much easier to read now.jlam1-7/+7
2002-12-28Darwin 5.5 has finished the grueling recertification process: stillschmonz1-2/+2
works, but not with full caching.
2002-12-27Both buildlink caching methods work on Solaris 8 and Darwin 6.2.grant1-3/+3
Enable full caching for any SunOS arch and Darwin 6*.
2002-12-26Full caching still works on Irix. Yay. :)jschauma1-2/+2
2002-12-26Rewrite wrapper scripts so that it is possible to add wrapper-specificjlam1-10/+11
logic and caching in a more natural way.
2002-12-23Note that buildlink2 and full caching both work on IRIX (thanks, jschauma!)jlam1-2/+2
2002-12-23Note that to test buildlink2, we need to build & install, but to testjlam1-3/+3
caching, only building is needed.
2002-12-23Note that Solaris 8 & 9 work with full caching enabled (thanks grant, salo!).jlam1-2/+2
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- full caching works on Solaris 8.grant1-4/+5
- only building pkgs is required. - update platforms.
2002-12-23Convert the lists into a capability matrix for ease of maintainence, andjlam1-16/+13
change "MacOS X" versions into their "Darwin" equivalents.
2002-12-23buildlink2 works on NetBSD-1.5.x (thanks gendalia!). Also note that wejlam1-4/+4
can test using gettext-lib instead of gettext, now that gettext-lib has been converted to use buildlink2.
2002-12-22The buildlink2 problems on non-NetBSD platform seem to be related tojlam1-0/+36
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)