ports/52779: please make rat and sdr use tcl/tk8.3

overholt at GeekDude.Com overholt at GeekDude.Com
Thu May 29 05:10:06 UTC 2003


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



More information about the freebsd-ports-bugs mailing list