From root@freefour.acs.rpi.edu  Wed Jul  8 13:33:48 1998
Received: from freefour.acs.rpi.edu (freefour.acs.rpi.edu [128.113.24.91])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAB24522
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 8 Jul 1998 13:33:40 -0700 (PDT)
          (envelope-from root@freefour.acs.rpi.edu)
Received: (from root@localhost)
	by freefour.acs.rpi.edu (8.8.8/8.8.8) id QAA15528;
	Wed, 8 Jul 1998 16:33:15 -0400 (EDT)
	(envelope-from root)
Message-Id: <199807082033.QAA15528@freefour.acs.rpi.edu>
Date: Wed, 8 Jul 1998 16:33:15 -0400 (EDT)
From: Charlie Root <root@freefour.acs.rpi.edu>
Reply-To: gad@eclipse.its.rpi.edu
To: FreeBSD-gnats-submit@freebsd.org
Cc: gad@eclipse.its.rpi.edu
Subject: misc/screen does not include libcrypt on 'make'
X-Send-Pr-Version: 3.2

>Number:         7219
>Category:       ports
>Synopsis:       misc/screen does not include libcrypt on 'make'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul  8 13:40:00 PDT 1998
>Closed-Date:    Sat Jul 11 15:04:07 PDT 1998
>Last-Modified:  Sat Jul 11 15:05:38 PDT 1998
>Originator:     Garance A Drosehn
>Release:        FreeBSD 3.0-980627-SNAP i386
>Organization:
RPI
>Environment:

	I'm running a recently built system, with only a few ports
        installed.

>Description:

	I should be cvsup-ed to pretty close to the minute.  I cd'ed
	to /usr/ports/misc/screen, and did a 'make'.  The make failed,
        with the linking step saying it could not find '_crypt'.  My
	system does have /usr/lib/libcrypt and /usr/lib/aout/libcrypt.*,
	so I just editted the makefile in the screen/work directory to
	include -lcrypt on the "LIBS =" line.  screen then compiled OK
	and seems to be working correctly.

>How-To-Repeat:

	See above.

>Fix:
	
	I did not look to see *why* the makefile for screen did not
	include -lcrypt.  I was in a bit of a rush to make this, so
	just did the quickest fix that got it to make for me.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sat Jul 11 15:04:07 PDT 1998 
State-Changed-Why:  
This ia problem associated with the a.out -> elf movement.  Make 
sure /usr/lib/libcrypt.a exists and this port will build. 
>Unformatted:
