[Bug 268793] sysutils/filewatcherd: fix argument parsing on arm/arm64

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 06 Jan 2023 23:41:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268793

            Bug ID: 268793
           Summary: sysutils/filewatcherd: fix argument parsing on
                    arm/arm64
           Product: Ports & Packages
           Version: Latest
          Hardware: arm
               URL: https://github.com/faelys/filewatcherd/issues/5
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: fuz@fuz.su
                CC: crest@rlwinm.de, natbsd@instinctive.eu
             Flags: maintainer-feedback?(natbsd@instinctive.eu)
                CC: natbsd@instinctive.eu
 Attachment #239313 maintainer-approval?(natbsd@instinctive.eu)
             Flags:
             Flags: merge-quarterly?

Created attachment 239313
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=239313&action=edit
sysutils/filewatcherd: fix argument parsing on arm/arm64

Don't use char to store the return value of getopt_long,
use int instead.

See also:       https://github.com/faelys/filewatcherd/issues/5

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Please MFH if possible.

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