Update to zircon 1.18.213
PR: ports/10786
This commit is contained in:
parent
45c953480a
commit
f08a9d5647
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17625
3 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (zircon-1.18.210.tar.gz) = 6d9b0ba587392adba404f84fc12cb272
|
||||
MD5 (zircon-1.18.213.tar.gz) = faeae0bc77b3c3dfcdf5958f92e935a8
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue