Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2003 22:12:08 -0700 (PDT)
From:      overholt@GeekDude.Com
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        overholt@GeekDude.Com
Subject:   ports/52779: please make rat and sdr use tcl/tk8.3
Message-ID:  <200305290512.h4T5C8vX013386@mail.geekdude.com>
Resent-Message-ID: <200305290510.h4T5A5Ms071281@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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