Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 1998 08:41:31 PST
From:      Bill Fenner <fenner@parc.xerox.com>
To:        ports@FreeBSD.ORG
Subject:   Re: what's up with this TCL port error? 
Message-ID:  <98Jan28.084146pst.177476@crevenia.parc.xerox.com>
In-Reply-To: Your message of "Wed, 28 Jan 98 04:32:22 PST." <199801281232.EAA06006@silvia.HIP.Berkeley.EDU> 

next in thread | previous in thread | raw e-mail | index | archive | help
asami@cs.berkeley.edu (Satoshi Asami) wrote:
>+OLDSYSTCL!=	${ECHO} /usr/include/tcl.h /usr/lib/libtcl??.so.*.*
>+OLDTCL!=	${ECHO} ${LOCALBASE}/include/tcl.h ${LOCALBASE}/lib/tclConfig.s
>  h
>+OLDTK!=		${ECHO} ${LOCALBASE}/include/tk.h ${LOCALBASE}/lib/tkCo
>  nfig.sh

Since OLDTCL and OLDTK don't use globbing, you can save the shell exec and
just set them directly.

+OLDSYSTCL!=	${ECHO} /usr/include/tcl.h /usr/lib/libtcl??.so.*.*
+OLDTCL=	${LOCALBASE}/include/tcl.h ${LOCALBASE}/lib/tclConfig.sh
+OLDTK=		${LOCALBASE}/include/tk.h ${LOCALBASE}/lib/tkConfig.sh

  Bill



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?98Jan28.084146pst.177476>