Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 1996 15:38:17 +0800
From:      Peter Wemm <peter@spinner.DIALix.COM>
To:        asami@freebsd.org (Satoshi Asami)
Cc:        jkh@time.cdrom.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit: ports/devel/libz/pkg COMMENT DESCR PLIST  ports/devel/libz Makefile ports/devel/libz/files md5  ports/devel/libz/patches patch-aa 
Message-ID:  <199608210738.PAA04210@spinner.DIALix.COM>
In-Reply-To: Your message of "Tue, 20 Aug 1996 23:09:26 MST." <199608210609.XAA06418@silvia.HIP.Berkeley.EDU> 

next in thread | previous in thread | raw e-mail | index | archive | help
Satoshi Asami wrote:
>  * This patch to the main source tree allows the tk41 port to get the
>  * information that it needs.  I generated a tkConfig.sh and tweaked it
>  * a bit to make it all fit together.
> 
> OK, I verified that it builds (at least) tk41 fine.  Do you want me to 
> commit this?

Probably not yet, I have exchanged a few bits of email with phk, he's 
happy to change the library name to the "normal" one (tcl75).  I think 
that will simplify things for the ports somewhat.

To do that though, will probably require a bsd.*.mk variable to identify 
the link command for the current "-ltcl" for the system to use.  
Currently, LIBTCL?=/usr/lib/libtcl.a, we may need a new variable for the 
command, perhaps simply TCL?=-ltcl75 (or LTCL?)  Since -ltcl{75} currently 
requires -lm as well, bsd.prog.mk would probably define something like:  
"TCL?=-ltcl75 -lm" and programs would link with "LDADD+= -lfoo -lbar 
${TCL}", "DPADD+= ${LIBFOO} ${LIBBAR} ${LIBTCL}"

Cheers,
-Peter





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608210738.PAA04210>