Bug 15423 - update mail/nmh port to nmh-1.0.2
Summary: update mail/nmh port to nmh-1.0.2
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: Sheldon Hearn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-12-11 21:00 UTC by Scott.Blachowicz
Modified: 1999-12-22 17:32 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (12.77 KB, patch)
1999-12-11 21:00 UTC, Scott.Blachowicz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scott.Blachowicz 1999-12-11 21:00:01 UTC
	Update port to most recent version of the nmh software. Following
	changes made to port:

	1) Updated to nmh-1.0.2 from nmh-1.0.
	2) No longer have the added complexity of patching "-libdir"
	   option to be "-libexecdir", since everything that gets
	   installed to the nmh "libdir" need to go to "libexec".  Just
	   set -libdir=PREFIX/libexec instead.
	3) Now run autoconf via USE_AUTOCONF flag instead of trying to
	   patch both autoconf input & output files.
	4) Removed what appears to be an ineffective attempt to patch
	   things to do FLOCK_LOCKING instead of DOT_LOCKING (when it
	   should be using dot locking anyways).
	5) Tweaked DESCR to make it more obvious this is a MUA package.

Fix: Apply patch:
Comment 1 Scott.Blachowicz 1999-12-22 17:24:06 UTC
Hi-

It's been brought to my attention that I goofed in constructing that patch. I
removed the 'patches/patch-ad' file from the port, but that fact didn't make
it into my submitted patch. I'm not sure how that normally gets handled (use
'diff -N' to create patch & expect 'patch -E' to get used later?). Is there
anything else I need to do at this point aside from sending this message?
Should I resubmit a patch?

Sorry,
Scott.Blachowicz@seaslug.org

Scott.Blachowicz@seaslug.org wrote:

> 
> >Number:         15423
> >Category:       ports
> >Synopsis:       update mail/nmh port to nmh-1.0.2
> >Confidential:   no
> >Severity:       non-critical
> >Priority:       low
> >Responsible:    freebsd-ports
> >State:          open
> >Quarter:        
> >Keywords:       
> >Date-Required:
> >Class:          change-request
> >Submitter-Id:   current-users
> >Arrival-Date:   Sat Dec 11 13:00:01 PST 1999
> >Closed-Date:
> >Last-Modified:
> >Originator:     Scott Blachowicz
> >Release:        FreeBSD 3.2-RELEASE i386
> >Organization:
> none
> >Environment:
> 
> 	FreeBSD
> 
> >Description:
> 
> 	Update port to most recent version of the nmh software. Following
> 	changes made to port:
> 
> 	1) Updated to nmh-1.0.2 from nmh-1.0.
> 	2) No longer have the added complexity of patching "-libdir"
> 	   option to be "-libexecdir", since everything that gets
> 	   installed to the nmh "libdir" need to go to "libexec".  Just
> 	   set -libdir=PREFIX/libexec instead.
> 	3) Now run autoconf via USE_AUTOCONF flag instead of trying to
> 	   patch both autoconf input & output files.
> 	4) Removed what appears to be an ineffective attempt to patch
> 	   things to do FLOCK_LOCKING instead of DOT_LOCKING (when it
> 	   should be using dot locking anyways).
> 	5) Tweaked DESCR to make it more obvious this is a MUA package.
> 
> >How-To-Repeat:
> 
> 	
> 
> >Fix:
> 	
> 	Apply patch:
> ...
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 1999-12-22 17:32:02 UTC
Responsible Changed
From-To: freebsd-ports->sheldonh

I'll take this one. :-) 
Comment 3 Sheldon Hearn freebsd_committer freebsd_triage 1999-12-22 17:32:21 UTC
State Changed
From-To: open->closed

Committed, thanks!  Don't forget diff -r in future. ;-)