Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (33m)  pkgsrc-2024Q1 (11d)  pkgsrc-2023Q4 (58d)  pkgsrc-2023Q2 (90d)  pkgsrc-2023Q3 (169d) 

2024-05-28 16:07:36 UTC Now

2012-06-13 15:35:32 UTC MAIN commitmail json YAML

Update to 1.6, changes:

- Use the correct id(1) program.  Fixes PR pkg/40691

- Avoid unprintable characters, some implementations of tr(1) have issues
  with them.  Instead go for what hopefully will be a unique string, as
  well as making use of shell parameter substitution.  Fixes PR pkg/42197

These changes combined make pkg_alternatives work correctly on Solaris.

(jperkin)