Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 2017 19:04:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223291] [maintainer-update] sysutils/p5-File-Stat-Bits: fix for dev_t size change
Message-ID:  <bug-223291-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223291

            Bug ID: 223291
           Summary: [maintainer-update] sysutils/p5-File-Stat-Bits: fix
                    for dev_t size change
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: pirzyk@FreeBSD.org
          Reporter: jim+freebsd@pirzyk.org
          Assignee: pirzyk@FreeBSD.org
             Flags: maintainer-feedback?(pirzyk@FreeBSD.org)

Created attachment 187545
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D187545&action=
=3Dedit
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223291-13>