Log Message: When creating the sorted list of binary packages, "ls -t *.tgz" can easily overflow the argument space e.g. on DragonFly. Replace this statement with "ls -t | grep '\.tgz$'" to remove this constraint.
Revision | Action | file |
1.24 | modify | pkgsrc/pkgtools/pkg_chk/Makefile |
1.25 | modify | pkgsrc/pkgtools/pkg_chk/files/pkg_chk.sh |