From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 22:10:06 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7168137B401 for ; Wed, 28 May 2003 22:10:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5106D43FA3 for ; Wed, 28 May 2003 22:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4T5A5Up071282 for ; Wed, 28 May 2003 22:10:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T5A5Ms071281; Wed, 28 May 2003 22:10:05 -0700 (PDT) Resent-Date: Wed, 28 May 2003 22:10:05 -0700 (PDT) Resent-Message-Id: <200305290510.h4T5A5Ms071281@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, overholt@GeekDude.Com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 380A437B401 for ; Wed, 28 May 2003 22:08:52 -0700 (PDT) Received: from mail.geekdude.com (adsl-63-198-177-6.dsl.snfc21.pacbell.net [63.198.177.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B44A43F85 for ; Wed, 28 May 2003 22:08:51 -0700 (PDT) (envelope-from overholt@mail.geekdude.com) Received: from mail.geekdude.com (localhost.geekdude.com [127.0.0.1]) by mail.geekdude.com (8.12.9/8.12.9) with ESMTP id h4T5C8gw013387; Wed, 28 May 2003 22:12:08 -0700 (PDT) (envelope-from overholt@mail.geekdude.com) Received: (from overholt@localhost) by mail.geekdude.com (8.12.9/8.12.9/Submit) id h4T5C8vX013386; Wed, 28 May 2003 22:12:08 -0700 (PDT) (envelope-from overholt) Message-Id: <200305290512.h4T5C8vX013386@mail.geekdude.com> Date: Wed, 28 May 2003 22:12:08 -0700 (PDT) From: overholt@GeekDude.Com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: overholt@GeekDude.Com Subject: ports/52779: please make rat and sdr use tcl/tk8.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: overholt@GeekDude.Com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 05:10:06 -0000 >Number: 52779 >Category: ports >Synopsis: please make rat and sdr use tcl/tk8.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 28 22:10:04 PDT 2003 >Closed-Date: >Last-Modified: >Originator: overholt >Release: FreeBSD 4.8-STABLE i386 >Organization: geekdude >Environment: System: FreeBSD boboy 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Apr 7 15:26:45 PDT 2003 root@boboy:/usr/obj/usr/src/sys/BOBOY i386 >Description: sdr and rat now use tcl8.2 and tk8.2. please update the Makefiles and files so it will use tcl8.3 and tk8.3 >How-To-Repeat: portinstall rat sdr >Fix: rat is easy, just the FreeBSD Makefile... boboy:/usr/ports/mbone/rat# diff Makefile.orig Makefile 19,20c19,20 < TCLTK_VERSION= 8.2 < LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 --- > TCLTK_VERSION= 8.3 > LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 sdr needs changes in the FreeBSD Makefile and 2 files... boboy:/usr/ports/mbone/sdr# diff Makefile.orig Makefile 10c10 < CATEGORIES= mbone tk82 --- > CATEGORIES= mbone tk83 16c16 < LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 --- > LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 boboy:/usr/ports/mbone/sdr/files# diff Makefile.freebsd.orig Makefile.freebsd 2,3c2,3 < INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk8.2 -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/uclmmbase < LIBS = -L${LOCALBASE}/lib -ltk82 -ltcl82 -luclmmbase -L${X11BASE}/lib -lX11 -lz -lm --- > INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk8.3 -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/uclmmbase > LIBS = -L${LOCALBASE}/lib -ltk83 -ltcl83 -luclmmbase -L${X11BASE}/lib -lX11 -lz -lm boboy:/usr/ports/mbone/sdr/files# diff patch-ab.orig patch-ab 8c8 < + tclsh8.2 ../src/plugin2tcl.tcl --- > + tclsh8.3 ../src/plugin2tcl.tcl >Release-Note: >Audit-Trail: >Unformatted: