Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 05/06/1999 13:07:23
Module Name:	pkgsrc
Committed By:	tv
Date:		Thu May  6 20:07:22 UTC 1999

Modified Files:
	pkgsrc/devel/ptl2: Makefile
	pkgsrc/devel/ptl2/patches: patch-ab
	pkgsrc/devel/ptl2/pkg: PLIST
Added Files:
	pkgsrc/devel/ptl2/patches: patch-ac patch-ae
Log Message:
Use proper ELF build (with -soname); also add c++rt0 for a.out and
crt{begin,end}S for ELF so that a constructor does not have to be attached
to every resultant .o file (_pthread_init() becomes a constructor in the
library itself).  Add ptlg++ as analogue of ptlgcc.
The pkgname is renamed ptl-990315 (drop -current-) so this version is not
considered compatible in binary form.