9 Commits

Author SHA1 Message Date
bcallah
fea28d8be5 Update to bfs-1.5
Changelog: https://github.com/tavianator/bfs/releases/tag/1.5
2019-07-14 21:43:56 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
bcallah
5d7debe879 Update to bfs-1.4.1
Changelog: https://github.com/tavianator/bfs/releases/tag/1.4.1
2019-05-07 15:25:43 +00:00
bcallah
c3abfb9f60 Update to bfs-1.4
Changelog: https://github.com/tavianator/bfs/releases/tag/1.4
2019-04-17 17:11:25 +00:00
bcallah
2b8980131e Build with -DBFS_HAS_SYS_ACL=0 to ensure that bfs builds on all archs.
Noticed on hppa, also fixes macppc.
ok cwen@
2019-04-15 21:04:14 +00:00
bcallah
9004874735 Update to bfs-1.3.3
Changelog: https://github.com/tavianator/bfs/releases/tag/1.3.3
2019-02-12 21:47:11 +00:00
bcallah
4b5b169393 Bugfix update to bfs-1.3.2
Changelog: https://github.com/tavianator/bfs/compare/1.3.1...1.3.2
While here, upstream assumes that a sys/acl.h header exists which can break
the build so turn that assumption off.
Reported by landry@ from the latest powerpc bulk build, patch tested by
cwen@
2019-01-13 14:00:50 +00:00
bcallah
fa4aaf2297 Update to bfs-1.3.1
Changelog: https://github.com/tavianator/bfs/compare/1.2.4...1.3.1
2019-01-04 03:14:11 +00:00
bcallah
365ad58f60 Import sysutils/bfs, a breadth-first version of the UNIX find command.
ok solene@

bfs is a variant of the UNIX find command that operates breadth-first
rather than depth-first. It is otherwise intended to be compatible with
many versions of find, including:

* POSIX find
* GNU find
* {Free,Open,Net}BSD find
* macOS find
2018-09-26 14:37:51 +00:00