From owner-freebsd-ports Wed Jul 8 13:40:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25399 for freebsd-ports-outgoing; Wed, 8 Jul 1998 13:40:11 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25394 for ; Wed, 8 Jul 1998 13:40:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA17968; Wed, 8 Jul 1998 13:40:01 -0700 (PDT) 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 ; 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 Reply-To: gad@eclipse.its.rpi.edu To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: gad@eclipse.its.rpi.edu X-Send-Pr-Version: 3.2 Subject: ports/7219: misc/screen does not include libcrypt on 'make' Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7219 >Category: ports >Synopsis: misc/screen does not include libcrypt on 'make' >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 8 13:40:00 PDT 1998 >Last-Modified: >Originator: Garance A Drosehn >Organization: RPI >Release: FreeBSD 3.0-980627-SNAP i386 >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. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message