From owner-freebsd-ports@FreeBSD.ORG Tue Dec 7 12:36:56 2004 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 1A9C816A4CE; Tue, 7 Dec 2004 12:36:56 +0000 (GMT) Received: from public.dsb.ru (public.dsb.ru [195.206.49.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id CACBF43D45; Tue, 7 Dec 2004 12:36:51 +0000 (GMT) (envelope-from sergei@dolmatov.dsb.ru) Received: from dolmatov.dsb.ru ([195.206.61.238]) by public.dsb.ru (8.11.7/8.11.7) with ESMTP id iB7Cbbx64835; Tue, 7 Dec 2004 20:37:37 +0800 (IRKT) Received: from dolmatov.dsb.ru (localhost.dsb.ru [127.0.0.1]) by dolmatov.dsb.ru (8.13.1/8.13.1) with ESMTP id iB74flGV008223; Tue, 7 Dec 2004 12:41:47 +0800 (IRKT) (envelope-from sergei@dolmatov.dsb.ru) Received: (from sergei@localhost) by dolmatov.dsb.ru (8.13.1/8.13.1/Submit) id iB74fkg7008222; Tue, 7 Dec 2004 12:41:46 +0800 (IRKT) (envelope-from sergei) Date: Tue, 7 Dec 2004 12:41:45 +0800 From: Sergei Dolmatov To: ports@FreeBSD.org Message-ID: <20041207044145.GF609@dolmatov.dsb.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline cc: ade@FreeBSD.org Subject: Problem with building current tk84 port 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: Tue, 07 Dec 2004 12:36:56 -0000 Hello! Current build of tk84 cannot find tcl.h which is in /usr/local/lib/tcl8.4. Looks like problem is in tk84 Makefile: diff -Nru tk84.orig/Makefile tk84/Makefile --- tk84.orig/Makefile Tue Dec 7 12:38:15 2004 +++ tk84/Makefile Tue Dec 7 12:17:25 2004 @@ -27,7 +27,7 @@ TK_VER= 8.4 SHORT_TK_VER= 84 CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl${TK_VER} \ - --includedir=${LOCALBASE}/include/tk${TK_VER} + --includedir=${LOCALBASE}/include/tcl${TK_VER} CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk${SHORT_TK_VER}.so.1 MAKE_ENV= SHORT_TK_VER=${SHORT_TK_VER} PLIST_SUB= TK_VER=${TK_VER} SHORT_TK_VER=${SHORT_TK_VER} -- Regards, Sergei Dolmatov.