Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 03/25/2004 22:49:15
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Mar 25 22:49:15 UTC 2004

Modified Files:
	pkgsrc/lang/tcl: Makefile distinfo
	pkgsrc/lang/tcl/patches: patch-aa patch-ab patch-af
	pkgsrc/x11/tk: Makefile distinfo
	pkgsrc/x11/tk/patches: patch-aa patch-ab patch-ac
Added Files:
	pkgsrc/lang/tcl/patches: patch-ag

Log Message:
Fix tcl/tk configure script stupidity: it overwrote the value of LDFLAGS
that accumulates within itself with a do-nothing version because it tried
to re-use LDFLAGS for another purpose.  This broke all library checks after
the "checking for ELF" step.  Fix this by (duh) not re-using LDFLAGS but
by using a different variable.  Bump the PKGREVISIONs of lang/tcl and
x11/tk.

This fixes building the threaded versions of tcl and tk.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/lang/tcl/Makefile
cvs rdiff -r1.20 -r1.21 pkgsrc/lang/tcl/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/lang/tcl/patches/patch-aa
cvs rdiff -r1.23 -r1.24 pkgsrc/lang/tcl/patches/patch-ab
cvs rdiff -r1.10 -r1.11 pkgsrc/lang/tcl/patches/patch-af
cvs rdiff -r0 -r1.1 pkgsrc/lang/tcl/patches/patch-ag
cvs rdiff -r1.31 -r1.32 pkgsrc/x11/tk/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/x11/tk/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/x11/tk/patches/patch-aa
cvs rdiff -r1.14 -r1.15 pkgsrc/x11/tk/patches/patch-ab
cvs rdiff -r1.7 -r1.8 pkgsrc/x11/tk/patches/patch-ac

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