Bug 24848 - mail/mess822 RFC 822 mail message parsing library and rewriting utilities
Summary: mail/mess822 RFC 822 mail message parsing library and rewriting utilities
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: Peter Pentchev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-04 14:40 UTC by drs
Modified: 2001-02-05 07:29 UTC (History)
0 users

See Also:


Attachments
file.shar (6.00 KB, text/plain)
2001-02-04 14:40 UTC, drs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description drs 2001-02-04 14:40:01 UTC
RFC 822 mail message parsing library and rewriting utilities
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2001-02-04 14:50:22 UTC
Responsible Changed
From-To: freebsd-ports->roam

I'll take care of this.
Comment 2 Peter Pentchev 2001-02-04 14:57:06 UTC
On Sun, Feb 04, 2001 at 02:31:34PM -0000, drs@rucus.ru.ac.za wrote:
> 
> >Number:         24848
> >Category:       ports
> >Synopsis:       mail/mess822 RFC 822 mail message parsing library and rewriting utilities
> >Originator:     David Siebörger
> >Release:        FreeBSD 4.1-STABLE i386
> >Organization:
> Rhodes University Computer Users Society
> >Environment:
> 
> >Description:
> 
> RFC 822 mail message parsing library and rewriting utilities
> 
> >How-To-Repeat:
> 
> >Fix:
> 
> # This is a shell archive.  Save it in a file, remove anything before
> # this line, and then unpack it by entering "sh file".  Note, it may
> # create directories; files and directories will be owned by you and
> # have default permissions.
[snip]
> X# New ports collection makefile for:	mess822
> X# Date created:		4 February 2001
> X# Whom:			David Siebörger <drs@rucus.ru.ac.za>
> X#
> X# $FreeBSD$
> X#
> X
[snip]
> X
> XALL_TARGET=	it
> XINSTALL_TARGET=	setup
> X
[snip]
> X
> Xdo-build:
> X	@cd ${WRKSRC} && make ${ALL_TARGET}
> X
> Xdo-install:
> X	@cd ${WRKSRC} && make ${INSTALL_TARGET}
> X
> X.include <bsd.port.mk>
> END-of-mess822/Makefile

Would you object terribly if I removed the do-build and do-install targets?
bsd.port.mk seems to handle ALL_TARGET and INSTALL_TARGET just fine :)

Also, it's customary for ports of DJB's software to include the 'instcheck'
target in INSTALL_TARGET, just in case..  mind me adding it?

All in all, thanks a lot for your work in making a port of this - I can't
believe there wasn't such a port already! :)

G'luck,
Peter

-- 
You have, of course, just begun reading the sentence that you have just finished reading.
Comment 3 Peter Pentchev 2001-02-04 14:58:13 UTC
On Sun, Feb 04, 2001 at 04:57:06PM +0200, Peter Pentchev wrote:
> On Sun, Feb 04, 2001 at 02:31:34PM -0000, drs@rucus.ru.ac.za wrote:
[snip]
> 
> Would you object terribly if I removed the do-build and do-install targets?
> bsd.port.mk seems to handle ALL_TARGET and INSTALL_TARGET just fine :)
> 
> Also, it's customary for ports of DJB's software to include the 'instcheck'
> target in INSTALL_TARGET, just in case..  mind me adding it?

Uhhh.. of course I meant the 'check' target..

> All in all, thanks a lot for your work in making a port of this - I can't
> believe there wasn't such a port already! :)

G'luck,
Peter

-- 
I am the meaning of this sentence.
Comment 4 Peter Pentchev freebsd_committer freebsd_triage 2001-02-05 07:29:04 UTC
State Changed
From-To: open->closed

Committed, thanks!