Subject: CVS commit: pkgsrc
From: Johnny C. Lam
Date: 2004-03-25 23:49:15
Message id: 20040325224915.58ACD2DA1D@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.30modifypkgsrc/lang/tcl/Makefile
1.21modifypkgsrc/lang/tcl/distinfo
1.10modifypkgsrc/lang/tcl/patches/patch-aa
1.24modifypkgsrc/lang/tcl/patches/patch-ab
1.11modifypkgsrc/lang/tcl/patches/patch-af
1.32modifypkgsrc/x11/tk/Makefile
1.15modifypkgsrc/x11/tk/distinfo
1.10modifypkgsrc/x11/tk/patches/patch-aa
1.15modifypkgsrc/x11/tk/patches/patch-ab
1.8modifypkgsrc/x11/tk/patches/patch-ac
1.1addpkgsrc/lang/tcl/patches/patch-ag