From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 1 20:39:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 203F01065672; Tue, 1 Apr 2008 20:39:13 +0000 (UTC) (envelope-from frank@fenor.de) Received: from konzentrisch.de (konzentrisch.de [83.243.81.9]) by mx1.freebsd.org (Postfix) with ESMTP id D5D348FC13; Tue, 1 Apr 2008 20:39:12 +0000 (UTC) (envelope-from frank@fenor.de) Received: from enigma (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by konzentrisch.de (Postfix) with ESMTPSA id 511E8387185; Tue, 1 Apr 2008 22:19:21 +0200 (CEST) Message-ID: <006501c89435$a86dba00$6401a8c0@enigma> From: "Frank Fenor" To: , References: <200804011950.m31Jo3hX042117@freefall.freebsd.org> Date: Tue, 1 Apr 2008 22:19:15 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0062_01C89446.6BAEF9B0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Cc: Subject: Re: ports/122354: Make irc/eggdrop compile with Tcl versions other than 8.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 20:39:13 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0062_01C89446.6BAEF9B0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit I meant to put USE_TCL=80+ into the patchfile, by accident I left the 84+ in it. Sorry. ------=_NextPart_000_0062_01C89446.6BAEF9B0 Content-Type: application/octet-stream; name="irc-eggdrop-systemtcl.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="irc-eggdrop-systemtcl.patch" diff -Nru eggdrop.vanilla/Makefile eggdrop/Makefile --- eggdrop.vanilla/Makefile 2007-06-15 11:37:12.000000000 +0200 +++ eggdrop/Makefile 2008-04-01 21:19:13.000000000 +0200 @@ -19,13 +19,12 @@ MAINTAINER= beech@FreeBSD.org COMMENT= The most popular open source Internet Relay Chat bot -LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 +USE_TCL= 80+ USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl84.so \ - --with-tclinc=${LOCALBASE}/include/tcl8.4/tcl.h +CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \ + --with-tclinc=${TCL_INCLUDEDIR}/tcl.h OPTIONS= SSL "Use SSL" off ------=_NextPart_000_0062_01C89446.6BAEF9B0--