Created attachment 187545 [details] Patch to handle change in dev_t size This is a fix for the dev_t size change as eluded to in 221784. The only change to the gen-stat.c patch in that PR is the change of the printf line from this: printf("sub %-12s () { 0%06llo }\n", name, value); to this: printf("sub %-12s () { 0%06llo }\n", name, (unsigned long long) value); Otherwise we get warnings when building on < FreeBSD-12 systems.
Hi Jim, So that your maintainer lines and bugzilla account emails match and so the auto-assigner can work correctly, could you please create a new issue under the Services::Bug Tracker component to request the merging of your freebsd and non-freebsd bugzilla accounts. Please add this issues ID to that new issues "See Also" field
Comment on attachment 187545 [details] Patch to handle change in dev_t size Set maintainer approval correctly. Reporter is committer (and maintainer) but emails do not currently match (pending account merging)
What is needed for this to be moved along?
A commit references this bug: Author: swills Date: Tue Jan 8 12:56:20 UTC 2019 New revision: 489677 URL: https://svnweb.freebsd.org/changeset/ports/489677 Log: sysutils/p5-File-Stat-Bits: Fix for dev_t size change Fixes armv6 and armv7 build PR: 223291 PR: 221784 Submitted by: mikael.urankar@gmail.com Approved by: maintainer timeout (pirzyk, >1 year) Changes: head/sysutils/p5-File-Stat-Bits/Makefile head/sysutils/p5-File-Stat-Bits/files/ head/sysutils/p5-File-Stat-Bits/files/patch-t_gen-stat.c
Committed, thanks!