From owner-freebsd-ports@FreeBSD.ORG Sat Aug 9 20:30:54 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E9DB37B401 for ; Sat, 9 Aug 2003 20:30:54 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9071043FDF for ; Sat, 9 Aug 2003 20:30:53 -0700 (PDT) (envelope-from fearow@comcast.net) Received: from gerrard.woofcat.com (12-211-187-138.client.attbi.com[12.211.187.138](untrusted sender)) by comcast.net (rwcrmhc13) with SMTP id <20030810033052015006krhje>; Sun, 10 Aug 2003 03:30:53 +0000 Date: Sat, 9 Aug 2003 22:30:43 -0500 From: Anti To: Oliver Crow Message-Id: <20030809223043.6e5d8762.fearow@comcast.net> In-Reply-To: <20030809122231.D271-100000@iguana.simplexity.net> References: <20030809122231.D271-100000@iguana.simplexity.net> Organization: Woofcat X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart_Sat__9_Aug_2003_22:30:43_-0500_081ffe00" cc: jerry@thehutt.org cc: freebsd-ports@freebsd.org Subject: Re: problems compiling expect X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2003 03:30:54 -0000 This is a multi-part message in MIME format. --Multipart_Sat__9_Aug_2003_22:30:43_-0500_081ffe00 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 9 Aug 2003 12:31:00 -0700 (PDT) Oliver Crow wrote: > > I'm having problems building the lang/expect port. > > I'm running 4.8-RELEASE-p1. The PORTVERSION is 5.38.0. I cvsup'd > ports today. > > I do a 'make distclean' and a 'make -DWITHOUT_X11', and get this error: yes, this does not compile with WITHOUT_X11 defined, you can copy the attached patch into /usr/ports/lang/expect/files and it will work. --Multipart_Sat__9_Aug_2003_22:30:43_-0500_081ffe00 Content-Type: text/plain; name="patch-zz" Content-Disposition: attachment; filename="patch-zz" Content-Transfer-Encoding: quoted-printable --- configure.old Sun Jul 6 18:11:37 2003 +++ configure Sun Jul 6 18:11:13 2003 @@ -6434,10 +6434,10 @@ =20 if test x"$no_tk" =3D x"true" ; then eval "EXP_CC_SEARCH_FLAGS=3D\"$TCL_CC_SEARCH_FLAGS\"" - EXP_LD_SEARCH_FLAGS=3D${TCL_LD_SEARCH_FLAGS} + EXP_LD_SEARCH_FLAGS=3D${TCL_CC_SEARCH_FLAGS} else eval "EXP_CC_SEARCH_FLAGS=3D\"$TK_CC_SEARCH_FLAGS\"" - EXP_LD_SEARCH_FLAGS=3D${TK_LD_SEARCH_FLAGS} + EXP_LD_SEARCH_FLAGS=3D${TK_CC_SEARCH_FLAGS} fi =20 # now broken out into EXP_AND_TCL_LIBS and EXP_AND_TK_LIBS. Had to do this --Multipart_Sat__9_Aug_2003_22:30:43_-0500_081ffe00--