Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 2023 20:55:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 275185] dns/renewck: Fix duplicate "-d" short cmdline option
Message-ID:  <bug-275185-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 275185
           Summary: dns/renewck: Fix duplicate "-d" short cmdline option
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: yz@yz.kiev.ua

Created attachment 246408
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D246408&action=
=3Dedit
Patch for dns/renewck (add patch and bump port revision)

This patch fixes `Duplicate specification "domain|d:s" for option "d"` erro=
r.
The fix was provided by `renewck` author: Sergey Poznyakoff <gray@gnu.org.u=
a>
Quoting original email text from Sergey:
> Thanks for reporting that.  What happens is that the code defined short
> option -d equivalent to two different long options: --debug (line 421)
> and --domain (line 440).  The warning you get just draws attention
> to the fact (apparently it is reported by newer versions of
> Getopt::Long).  Please find attached a patch that fixes it.

--=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-275185-7788>