Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2003 23:37:37 +0200
From:      "YazzY" <yazzy@yazzy.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56654: Update of lang/expect with tcl84 and tk84 as it's dependiences.
Message-ID:  1063143457@lapdance
Resent-Message-ID: <200309092140.h89LeDvl093425@freefall.freebsd.org>

| raw e-mail | index | archive | help

>Number:         56654
>Category:       ports
>Synopsis:       Update of lang/expect with tcl84 and tk84 as it's dependiences.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 09 14:40:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     YazzY
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
YazzY.org 
>Environment:


System: FreeBSD lapdance 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep  8 16:58:13 CEST 2003     root@lapdance:/usr/obj/usr/src/sys/LAPDANCE i386  


>Description:


Update of lang/expect with tcl84 and tk84 as it's new lib dependiences. 


>How-To-Repeat:





>Fix:


--- expect.diff begins here ---
diff -ruN expect.orig/Makefile expect/Makefile
--- expect.orig/Makefile	Sat Mar 29 20:57:16 2003
+++ expect/Makefile	Tue Sep  9 23:08:00 2003
@@ -7,16 +7,16 @@
 PORTNAME=	expect
 PORTVERSION=	5.38.0
 PORTREVISION=	1
-CATEGORIES=	lang tcl83 tk83
+CATEGORIES=	lang tcl84 tk84
 MASTER_SITES=	http://expect.nist.gov/src/
 
 MAINTAINER=	jerry@thehutt.org
 COMMENT=	A sophisticated scripter based on tcl/tk
 
 .if !defined(WITHOUT_X11)
-LIB_DEPENDS?=	tk83.1:${PORTSDIR}/x11-toolkits/tk83
+LIB_DEPENDS?=	tk83.1:${PORTSDIR}/x11-toolkits/tk84
 .else
-LIB_DEPENDS?=	tcl83.1:${PORTSDIR}/lang/tcl83
+LIB_DEPENDS?=	tcl83.1:${PORTSDIR}/lang/tcl84
 .endif
 
 EXPECT_VER=	5.38
@@ -33,14 +33,14 @@
 TK_CONFIG_ARGS=
 PLIST_SUB+=	XFILES="@comment "
 .else
-TK_CONFIG_ARGS=	--with-tkconfig=${LOCALBASE}/lib/tk8.3 \
-		--with-tkinclude=${LOCALBASE}/include/tk8.3
+TK_CONFIG_ARGS=	--with-tkconfig=${LOCALBASE}/lib/tk8.4 \
+		--with-tkinclude=${LOCALBASE}/include/tk8.4
 PLIST_SUB+=	XFILES=""
 .endif
 
 CONFIGURE_ARGS?=--enable-shared \
-		--with-tclconfig=${LOCALBASE}/lib/tcl8.3 \
-		--with-tclinclude=${LOCALBASE}/include/tcl8.3 \
+		--with-tclconfig=${LOCALBASE}/lib/tcl8.4 \
+		--with-tclinclude=${LOCALBASE}/include/tcl8.4 \
 		${TK_CONFIG_ARGS}
 CONFIGURE_ENV=	LDFLAGS="-lutil"
 

--- expect.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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