From 183ed7bdcf8fff81d222339ba37905181109f058 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Fri, 29 Oct 1999 17:03:29 +0000 Subject: Upgrade to zircon-1.18.223 switch to tcl/tk-8.2 --- irc/zircon/Makefile | 8 ++++---- irc/zircon/distinfo | 2 +- irc/zircon/files/patch-aa | 17 +++++++++++++---- 3 files changed, 18 insertions(+), 9 deletions(-) (limited to 'irc') diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 7deb2cff31a1..103998ecba23 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: zircon -# Version required: 1.18.223 +# Version required: 1.18.226 # Date created: 19 Aug 1995 # Whom: jkh / pst # # $FreeBSD$ # -DISTNAME= zircon-1.18.223 -CATEGORIES= irc tk81 +DISTNAME= zircon-1.18.226 +CATEGORIES= irc tk82 MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \ ftp://ftp.dinoex.sub.org/pub/approved/ MAINTAINER= jseger@FreeBSD.org -RUN_DEPENDS= wish8.1:${PORTSDIR}/x11-toolkits/tk81 +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 IS_INTERACTIVE= yes NO_BUILD= yes diff --git a/irc/zircon/distinfo b/irc/zircon/distinfo index a8121af17bf9..de65411e3422 100644 --- a/irc/zircon/distinfo +++ b/irc/zircon/distinfo @@ -1 +1 @@ -MD5 (zircon-1.18.223.tar.gz) = 62275147a6a18749a8a621eb7740cd96 +MD5 (zircon-1.18.226.tar.gz) = 92338d96ce10fe9611e926888023cfbf diff --git a/irc/zircon/files/patch-aa b/irc/zircon/files/patch-aa index 37a59ffec0d5..ed4f5ee6aff6 100644 --- a/irc/zircon/files/patch-aa +++ b/irc/zircon/files/patch-aa @@ -1,11 +1,20 @@ ---- installer/unix.tcl.orig Sat Sep 20 20:47:35 1997 -+++ installer/unix.tcl Sat Sep 20 20:47:37 1997 -@@ -228,7 +228,7 @@ +--- installer/unix.tcl.orig Wed Jul 14 05:39:14 1999 ++++ installer/unix.tcl Fri Oct 29 12:56:37 1999 +@@ -181,7 +181,7 @@ proc getCC {} { global CC GCC SCflag CFlags Type SLDflag share scflags switch {} $CC {} default return - set CFlags -O -+ set CFlags {-O -I/usr/local/include/tcl8.1} ++ set CFlags {-O -I/usr/local/include/tcl8.2} catch {set CFlags $cflags($Type)} switch BSDI $Type { set CC gcc2 +@@ -220,7 +220,7 @@ + proc findWish {} { + global env + foreach x [split $env(PATH) :] { +- foreach y {wish8.1 wish8.0 wish4.2 wish4.1 wish wishx} { ++ foreach y {wish8.2 wish8.1 wish8.0 wish4.2 wish4.1 wish wishx} { + if {[file exists [set f [file join $x $y]]]} { + return $f + } -- cgit v1.2.3