diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-03 21:41:55 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-03 21:41:55 +0000 |
commit | f08a9d56472a694f6818d50709fc4c031e095a57 (patch) | |
tree | 3fc0fc65f9d30bd9dc80410ffa3943c6b0c53e86 /irc/zircon | |
parent | 45c953480a4ebce7249584eaa3cc10151b838423 (diff) | |
download | ports-f08a9d56472a694f6818d50709fc4c031e095a57.tar.gz ports-f08a9d56472a694f6818d50709fc4c031e095a57.zip |
Notes
Diffstat (limited to 'irc/zircon')
-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 |