- define getopt_long_only as getopt_long and remove dependency on libgnugetopt Port maintainer (daniel@roe.ch) is cc'd. Generated with FreeBSD Port Tools 0.63
State Changed From-To: open->feedback The maintainer is Cc-ed.
Responsible Changed From-To: freebsd-ports-bugs->leeym I will take care of this PR.
State Changed From-To: feedback->closed Committed, thanks.
Adding to audit trail, from misfiled PR ports/74056: Date: Thu, 18 Nov 2004 01:10:50 +0100 From: Daniel Roethlisberger <daniel@roe.ch> Message-Id: <20041118001050.GA7288@dragon.roe.ch> In-Reply-To: <20041109165204.8B1493EAF1A@utopia.leeym.com> References: <20041109165204.8B1493EAF1A@utopia.leeym.com> My development machine broke down, so I am currently unable to do any serious testing until I get a replacement up and running... :( Other than that, this changing getopt_long_only to getopt_long invalidates the usage in tools/spfquery.c. Or more generally, it makes spfquery behave differently on FreeBSD than it behaves on other platforms (ie. it does not accept long options starting with a single dash). I am not sure that this is the right thing to do. If removing the dependency on libgnugetopt is important, then go ahead and commit this, but please also patch the usage strings in tools/spfquery.c. Cheers, Dan