Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2002 15:50:22 -0800 (PST)
From:      "Bruce A. Mah" <bmah@packetdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35803: [patch] Update to lang/otcl port
Message-ID:  <200203112350.g2BNoMD16493@nimitz.packetdesign.com>

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

>Number:         35803
>Category:       ports
>Synopsis:       [patch] Update to lang/otcl port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 11 16:00:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Bruce A. Mah
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Packet Design
>Environment:
System: FreeBSD nimitz.packetdesign.com 4.5-STABLE FreeBSD 4.5-STABLE #23: Mon Mar 11 10:53:32 PST 2002 root@nimitz.packetdesign.com:/usr/obj/usr/src/sys/NIMITZ i386


	
>Description:

The attached patch updates the lang/otcl port to 1.0a7, makes it
depend on Tcl/Tk 8.3 (rather than 8.2), and adds the tcl83 and tk83
pseudo-categories to the CATEGORIES= definition.

Mail to the port maintainer bounced.

>How-To-Repeat:
	
>Fix:

	

--- otcl.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/otcl/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	16 Jan 2001 17:31:14 -0000	1.14
+++ Makefile	11 Mar 2002 23:34:25 -0000
@@ -6,20 +6,20 @@
 #
 
 PORTNAME=	otcl
-PORTVERSION=	1.0a6
-CATEGORIES=	lang
+PORTVERSION=	1.0a7
+CATEGORIES=	lang tcl83 tk83
 MASTER_SITES=	http://www.isi.edu/nsnam/dist/
 
 MAINTAINER=	obonilla@fisicc-ufm.edu
 
-LIB_DEPENDS=	tk82.1:${PORTSDIR}/x11-toolkits/tk82
+LIB_DEPENDS=	tk83.1:${PORTSDIR}/x11-toolkits/tk83
 
 INSTALLS_SHLIB=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-tcl-ver=8.2 --with-tk-ver=8.2
+CONFIGURE_ARGS=	--with-tcl-ver=8.3 --with-tk-ver=8.3
 USE_AUTOCONF=	yes
-PKGINSTALL=	${PORTSDIR}/lang/tcl82/pkg-install.tclsh
-PKGDEINSTALL=	${PORTSDIR}/lang/tcl82/pkg-deinstall.tclsh
+PKGINSTALL=	${PORTSDIR}/lang/tcl83/pkg-install.tclsh
+PKGDEINSTALL=	${PORTSDIR}/lang/tcl83/pkg-deinstall.tclsh
 
 post-install:
 	${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/lang/otcl/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	9 Dec 2000 15:30:18 -0000	1.3
+++ distinfo	11 Mar 2002 23:34:25 -0000
@@ -1 +1 @@
-MD5 (otcl-1.0a6.tar.gz) = 1f62207fb5af5d07bb70a7c031b95e46
+MD5 (otcl-1.0a7.tar.gz) = b1cc048a131a061f8e5ef739acd4f781
--- otcl.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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