From nobody  Sat Feb 13 10:41:18 1999
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id KAA01731;
          Sat, 13 Feb 1999 10:41:18 -0800 (PST)
          (envelope-from nobody)
Message-Id: <199902131841.KAA01731@hub.freebsd.org>
Date: Sat, 13 Feb 1999 10:41:18 -0800 (PST)
From: berend@pobox.com
To: freebsd-gnats-submit@freebsd.org
Subject: package minicom needs package kermit not on FreeBSD 3.0 CD
X-Send-Pr-Version: www-1.0

>Number:         10065
>Category:       ports
>Synopsis:       package minicom needs package kermit not on FreeBSD 3.0 CD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 13 10:50:00 PST 1999
>Closed-Date:    Sat Feb 13 22:55:21 PST 1999
>Last-Modified:  Sat Feb 13 22:55:56 PST 1999
>Originator:     Berend de Boer
>Release:        3.0 CD RElease
>Organization:
NederWare
>Environment:
>Description:

>How-To-Repeat:
Install minicom when installing freebsd from cd.

Needs package kermit x.xx, but is not on the cd, so doesn't install.

>Fix:
Place package kermit on the cd.

Also check dependencies for all included packackages, probably can be
done automatically.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: des 
State-Changed-When: Sat Feb 13 11:22:48 PST 1999 
State-Changed-Why:  
Not a bug. 

From: Dag-Erling Smorgrav <des@flood.ping.uio.no>
To: berend@pobox.com
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: misc/10065: package minicom needs package kermit not on FreeBSD 3.0 CD
Date: 13 Feb 1999 20:22:29 +0100

 berend@pobox.com writes:
 > >How-To-Repeat:
 > Install minicom when installing freebsd from cd.
 > 
 > Needs package kermit x.xx, but is not on the cd, so doesn't install.
 > 
 > >Fix:
 > Place package kermit on the cd.
 
 Kermit is distributed under a license which explicitly prohibits
 redistribution. The only way to install Kermit is to download the
 sources directly from the authors' site and compile them.
 
 I suggest that you install Kermit from the ports collection:
 
 # cd /usr/ports/comms/kermit
 # make install clean
 
 You can then register minicom as a dependency:
 
 # cd /var/db/pkg
 # ls -d minicom* > kermit*/+REQUIRED_BY
 
 Assuming you installed minicom 1.82 and Kermit 6.0.192, there should
 now be a file named /var/db/pkg/kermit-6.0.192/+REQUIRED_BY which
 contains the line 'minicom-1.82'.
 
 By the way, minicom will work just fine without Kermit, so you don't
 need to do any of that unless you specifically need Kermit.
 
 DES
 -- 
 Dag-Erling Smorgrav - des@flood.ping.uio.no
State-Changed-From-To: closed->analyzed 
State-Changed-By: asami 
State-Changed-When: Sat Feb 13 11:43:25 PST 1999 
State-Changed-Why:  
It is definitely a bug if we ship a package doesn't pkg_add.  I'm 
talking to David about this. :) 
State-Changed-From-To: analyzed->closed 
State-Changed-By: asami 
State-Changed-When: Sat Feb 13 22:55:21 PST 1999 
State-Changed-Why:  
Thanks, kermit dependency removed from minicom port. 
>Unformatted:
