Subject: CVS commit: pkgsrc/lang/tcl83
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 10/10/2004 11:58:29
Module Name:	pkgsrc
Committed By:	grant
Date:		Sun Oct 10 11:58:29 UTC 2004

Modified Files:
	pkgsrc/lang/tcl83: Makefile PLIST distinfo
	pkgsrc/lang/tcl83/patches: patch-aa patch-ab

Log Message:
fix build on Darwin:

- libtool needs -dynamiclib on Darwin to create shared libraries
- don't use libtool to create the static libtclstub.a, do it the same
  way that tcl 8.4 does
- name library libtcl83 (as opposed to libtcl8.3) like other platforms
- remove PLIST unnecessary hack for Darwin shlib name


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/tcl83/Makefile pkgsrc/lang/tcl83/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/tcl83/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/tcl83/patches/patch-aa \
    pkgsrc/lang/tcl83/patches/patch-ab

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