Bug 73724 - [PATCH] mail/libspf: fix dependency
Summary: [PATCH] mail/libspf: fix dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Yen-Ming Lee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-09 17:00 UTC by Yen-Ming Lee
Modified: 2004-11-18 14:50 UTC (History)
1 user (show)

See Also:


Attachments
libspf-0.25.b.patch (1.83 KB, patch)
2004-11-09 17:00 UTC, Yen-Ming Lee
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yen-Ming Lee freebsd_committer freebsd_triage 2004-11-09 17:00:54 UTC
- 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
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2004-11-10 14:01:58 UTC
State Changed
From-To: open->feedback

The maintainer is Cc-ed.
Comment 2 Yen-Ming Lee freebsd_committer freebsd_triage 2004-11-10 14:02:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->leeym

I will take care of this PR.
Comment 3 Yen-Ming Lee freebsd_committer freebsd_triage 2004-11-18 14:03:57 UTC
State Changed
From-To: feedback->closed

Committed, thanks.
Comment 4 Ceri Davies freebsd_committer freebsd_triage 2004-11-18 14:41:46 UTC
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