mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Upgrade to zircon-1.18.223
This commit is contained in:
parent
011120dd34
commit
cf82726b69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20901
@ -1,19 +1,19 @@
|
||||
# New ports collection makefile for: zircon
|
||||
# Version required: 1.18.213
|
||||
# Version required: 1.18.223
|
||||
# Date created: 19 Aug 1995
|
||||
# Whom: jkh / pst
|
||||
#
|
||||
# $Id: Makefile,v 1.38 1999/04/03 21:41:55 jseger Exp $
|
||||
# $Id: Makefile,v 1.39 1999/06/28 02:21:35 billf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= zircon-1.18.213
|
||||
CATEGORIES= irc tk80
|
||||
DISTNAME= zircon-1.18.223
|
||||
CATEGORIES= irc tk81
|
||||
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \
|
||||
ftp://ftp.dinoex.sub.org/pub/approved/
|
||||
|
||||
MAINTAINER= jseger@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
|
||||
RUN_DEPENDS= wish8.1:${PORTSDIR}/x11-toolkits/tk81
|
||||
|
||||
IS_INTERACTIVE= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -1 +1 @@
|
||||
MD5 (zircon-1.18.213.tar.gz) = faeae0bc77b3c3dfcdf5958f92e935a8
|
||||
MD5 (zircon-1.18.223.tar.gz) = 62275147a6a18749a8a621eb7740cd96
|
||||
|
@ -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.0}
|
||||
+ set CFlags {-O -I/usr/local/include/tcl8.1}
|
||||
catch {set CFlags $cflags($Type)}
|
||||
switch BSDI $Type {
|
||||
set CC gcc2
|
||||
|
@ -30,6 +30,7 @@ lib/zircon/help/Zircon/Windows/Channel
|
||||
lib/zircon/help/Zircon/Windows/Control
|
||||
lib/zircon/help/Zircon/Windows/Info
|
||||
lib/zircon/help/Zircon/Windows/Message
|
||||
lib/zircon/installed
|
||||
lib/zircon/lang/bulgar.tcl
|
||||
lib/zircon/lang/catala.tcl
|
||||
lib/zircon/lang/deutsch.tcl
|
||||
@ -66,15 +67,15 @@ lib/zircon/lib/Mac.tcl
|
||||
lib/zircon/lib/Message.tcl
|
||||
lib/zircon/lib/Monitor.tcl
|
||||
lib/zircon/lib/Net.tcl
|
||||
lib/zircon/lib/Notice.tcl
|
||||
lib/zircon/lib/Netspace.tcl
|
||||
lib/zircon/lib/Notice.tcl
|
||||
lib/zircon/lib/Notrace.tcl
|
||||
lib/zircon/lib/Object.tcl
|
||||
lib/zircon/lib/On.tcl
|
||||
lib/zircon/lib/Protect.tcl
|
||||
lib/zircon/lib/SOCKS.tcl
|
||||
lib/zircon/lib/Server.tcl
|
||||
lib/zircon/lib/Service.tcl
|
||||
lib/zircon/lib/SOCKS.tcl
|
||||
lib/zircon/lib/Sound.tcl
|
||||
lib/zircon/lib/Split.tcl
|
||||
lib/zircon/lib/Tags.tcl
|
||||
@ -102,6 +103,7 @@ lib/zircon/lib/initial.tcl
|
||||
lib/zircon/lib/main.tcl
|
||||
lib/zircon/lib/misc.tcl
|
||||
lib/zircon/lib/misc2.tcl
|
||||
lib/zircon/lib/pkgIndex.tcl
|
||||
lib/zircon/lib/plugin.tcl
|
||||
lib/zircon/lib/saverc.tcl
|
||||
lib/zircon/lib/servers.tcl
|
||||
@ -109,24 +111,23 @@ lib/zircon/lib/tcl75.tcl
|
||||
lib/zircon/lib/tcl76.tcl
|
||||
lib/zircon/lib/tcl80.tcl
|
||||
lib/zircon/lib/tcl81.tcl
|
||||
lib/zircon/lib/tcl82.tcl
|
||||
lib/zircon/lib/upgrade.tcl
|
||||
lib/zircon/lib/userCmds.tcl
|
||||
lib/zircon/lib/zircon.tcl
|
||||
lib/zircon/lib/pkgIndex.tcl
|
||||
lib/zircon/look/standard.tcl
|
||||
lib/zircon/plugins/Dcc/auto.tcl
|
||||
lib/zircon/plugins/Dcc/chat.tcl
|
||||
lib/zircon/plugins/Dcc/dcc.tcl
|
||||
lib/zircon/plugins/Dcc/dccget.tcl
|
||||
lib/zircon/plugins/Dcc/dccsend.tcl
|
||||
lib/zircon/plugins/Dcc/send.tcl
|
||||
lib/zircon/plugins/Dcc/pkgIndex.tcl
|
||||
lib/zircon/plugins/Dcc/send.tcl
|
||||
lib/zircon/plugins/MsgOps/setup.tcl
|
||||
lib/zircon/plugins/NoticeOps/setup.tcl
|
||||
lib/zircon/plugins/Sed/decrypt.tcl
|
||||
lib/zircon/plugins/Sed/pkgIndex.tcl
|
||||
lib/zircon/samples/zircon.ad
|
||||
lib/zircon/installed
|
||||
@exec mkdir -p %D/lib/zircon/help/Channels
|
||||
@exec mkdir -p %D/lib/zircon/help/Servers
|
||||
@exec mkdir -p %D/lib/zircon/help/Services
|
||||
|
Loading…
Reference in New Issue
Block a user