Subject: CVS commit: pkgsrc/lang/tcl
To: None <pkgsrc-changes@netbsd.org>
From: Jim Wise <jwise@netbsd.org>
List: pkgsrc-changes
Date: 06/13/2001 21:02:14
Module Name:	pkgsrc
Committed By:	jwise
Date:		Wed Jun 13 18:02:14 UTC 2001

Modified Files:
	pkgsrc/lang/tcl: distinfo
	pkgsrc/lang/tcl/patches: patch-ab

Log Message:
Fix generated tclConfig.sh by fixing determination of TCL_LIB_SPEC in configure.

Previously, TCL_LIB_SPEC required the including program to explicitly set
${exec_path}.  This means that programs which used autoconf _and_ tclConfig.sh
accidentally worked.  Other programs failed if they depended on the value of
TCL_LIB_SPEC.

One such failing program is ap-dtcl, which was updated to depend on tclConfig.sh
without the package maintainer being contacted.  This update caused mod_dtcl.so
to be built with a bad ELF rpath -- clearly the developer who updated this did
not test it on any ELF platform (if at all).

There, that's out of my system now.  I'm off for more coffee.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/tcl/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/lang/tcl/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.