Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Mar 1999 03:38:38 -0800 (PST)
From:      jose@we.lc.ehu.es
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/10786: [PATCH] port update: net/zircon to 1.18.213
Message-ID:  <19990325113838.25E5D14E48@hub.freebsd.org>

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

>Number:         10786
>Category:       ports
>Synopsis:       [PATCH] port update: net/zircon to 1.18.213
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 25 03:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jose M. Alcaide
>Release:        3.1-RELEASE
>Organization:
Universidad del Pais Vasco - Dept. de Electricidad y Electronica
>Environment:
FreeBSD garatu.we.lc.ehu.es 3.1-RELEASE FreeBSD 3.1-RELEASE #1: Wed Mar  3 16:05:53 CET 1999     root@garatu.we.lc.ehu.es:/usr/src/sys/compile/GARATU  i386

>Description:
The port net/zircon (Tk-based IRC client) is outdated (in fact,
the tarfile does not exist). Also, this port depends on Tk 8.1 (and
Tcl 8.1), which are BETA versions; I think that this is not adequate,
so I suggest making this port depend on Tk 8.0 (currently 8.0.4),
which is STABLE (moreover, the "installZircon" script does not work
if Tk 8.1 is the only Tk installed in the system).
>How-To-Repeat:
cd /usr/ports/net/zircon; cat Makefile :-)

>Fix:
Apply the following patch (diff -u):

---------------- BEGIN ---------------------
--- Makefile.orig       Mon Feb 22 04:20:03 1999
+++ Makefile    Thu Mar 25 12:33:42 1999
@@ -1,20 +1,20 @@
 # New ports collection makefile for:   zircon
-# Version required:    1.18.210
+# Version required:    1.18.213
 # Date created:                19 Aug 1995
 # Whom:                        jkh / pst
 #
 # $Id: Makefile,v 1.37 1999/02/22 03:20:03 steve Exp $
 #
 
-DISTNAME=      zircon-1.18.210
-CATEGORIES=    net tk81
+DISTNAME=      zircon-1.18.213
+CATEGORIES=    net tk80
 MASTER_SITES=  ftp://catless.ncl.ac.uk/pub/ \
                ftp://ftp.dinoex.sub.org/pub/approved/
 
 MAINTAINER=    jseger@FreeBSD.org
 
-BUILD_DEPENDS= wish8.1:${PORTSDIR}/x11-toolkits/tk81
-RUN_DEPENDS=   wish8.1:${PORTSDIR}/x11-toolkits/tk81
+BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
+RUN_DEPENDS=   wish8.0:${PORTSDIR}/x11-toolkits/tk80
 
 IS_INTERACTIVE=        yes
 NO_BUILD=      yes
--- files/md5.orig      Thu Mar 25 12:35:56 1999
+++ files/md5   Thu Mar 25 12:36:02 1999
@@ -1 +1 @@
-MD5 (zircon-1.18.210.tar.gz) = 6d9b0ba587392adba404f84fc12cb272
+MD5 (/usr/ports/distfiles/zircon-1.18.213.tar.gz) = faeae0bc77b3c3dfcdf5958f92e935a8
--------------------- END ---------------------------------------

>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?19990325113838.25E5D14E48>