Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 2003 09:30:14 -0800 (PST)
From:      Tilman Linneweh <tilman@arved.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/50335: lang/expect port build failure: `openpty' unresolved
Message-ID:  <200303291730.h2THUEII073013@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/50335; it has been noted by GNATS.

From: Tilman Linneweh <tilman@arved.de>
To: freebsd-gnats-submit@FreeBSD.org, neldredge@hmc.edu
Cc: jerry@thehutt.org
Subject: Re: ports/50335: lang/expect port build failure: `openpty' unresolved
Date: Sat, 29 Mar 2003 18:22:39 +0100

 --ikeVEW9yuYc//A+q
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Nate, Can you try this patch.
 Jerry, Can i commit it?
 
 regards
 tilman
 
 --ikeVEW9yuYc//A+q
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="expect.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/lang/expect/Makefile,v
 retrieving revision 1.60
 diff -u -r1.60 Makefile
 --- Makefile	21 Feb 2003 12:35:01 -0000	1.60
 +++ Makefile	29 Mar 2003 17:18:57 -0000
 @@ -42,6 +42,7 @@
  		--with-tclconfig=${LOCALBASE}/lib/tcl8.3 \
  		--with-tclinclude=${LOCALBASE}/include/tcl8.3 \
  		${TK_CONFIG_ARGS}
 +CONFIGURE_ENV=	LDFLAGS="-lutil"
  
  .if !defined(NO_MAN_INSTALL)
  MAN1=		autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \
 
 --ikeVEW9yuYc//A+q--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303291730.h2THUEII073013>