diff options
author | jseger <jseger@FreeBSD.org> | 1999-04-04 05:41:55 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-04-04 05:41:55 +0800 |
commit | a477fa7c1a8cb39fb4351d3846b7e050b4d6b23a (patch) | |
tree | 9b4f5abfe31ea4892cc3e08396c0d9fffe53fb93 /irc | |
parent | a409949f031da80f18aa270dc89150050473e53b (diff) | |
download | freebsd-ports-gnome-a477fa7c1a8cb39fb4351d3846b7e050b4d6b23a.tar.gz freebsd-ports-gnome-a477fa7c1a8cb39fb4351d3846b7e050b4d6b23a.tar.zst freebsd-ports-gnome-a477fa7c1a8cb39fb4351d3846b7e050b4d6b23a.zip |
Update to zircon 1.18.213
PR: ports/10786
Diffstat (limited to 'irc')
-rw-r--r-- | irc/zircon/Makefile | 11 | ||||
-rw-r--r-- | irc/zircon/distinfo | 2 | ||||
-rw-r--r-- | irc/zircon/files/patch-aa | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 177452a1dba1..5ac49f2f5f24 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -1,20 +1,19 @@ # 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.35 1999/01/26 02:58:39 steve Exp $ +# $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 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 IS_INTERACTIVE= yes NO_BUILD= yes diff --git a/irc/zircon/distinfo b/irc/zircon/distinfo index 9d0b74f8a888..fde378f4549e 100644 --- a/irc/zircon/distinfo +++ b/irc/zircon/distinfo @@ -1 +1 @@ -MD5 (zircon-1.18.210.tar.gz) = 6d9b0ba587392adba404f84fc12cb272 +MD5 (zircon-1.18.213.tar.gz) = faeae0bc77b3c3dfcdf5958f92e935a8 diff --git a/irc/zircon/files/patch-aa b/irc/zircon/files/patch-aa index 37a59ffec0d5..66415b5d6352 100644 --- a/irc/zircon/files/patch-aa +++ b/irc/zircon/files/patch-aa @@ -5,7 +5,7 @@ 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.0} catch {set CFlags $cflags($Type)} switch BSDI $Type { set CC gcc2 |