summaryrefslogtreecommitdiff
path: root/devel/ptl2
AgeCommit message (Collapse)AuthorFilesLines
1999-07-09Add package patch-sum filesagc1-0/+4
1999-06-23upgrade PTL2 to PTL2-current-990622 (with patch-1)msaitoh2-10/+9
1999-05-31PTL2-current-990512-patch-2msaitoh2-4/+9
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-15/+13
pattern match format. Minor pkglint along the way.
1999-05-22patch-1 breaks sigjmp. Instead of using it, add patch-ac, which istsarna1-5/+1
corrected version of patch-1. Still have problems with ttyname()...
1999-05-20PTL2-current-990512-patch-1msaitoh2-5/+12
1999-05-12Do not create a "libPTL.so" link. This will be done by the pkg system attv1-0/+12
install time, and should NOT happen for a.out at all. (I'll re-add the removed patches to do this correctly for ELF, and use shlib constructor as opposed to "every object file constructor", later.)
1999-05-12Upate PTL2 to PTL2-current-990512.msaitoh6-94/+6
1999-05-06Turn off on alpha. This was hosed before, and still is after the ctor change.tv1-1/+3
Will look into it.
1999-05-06Install ptlg++ with the right permissions by handing down INSTALL_SCRIPT.tv1-1/+2
1999-05-06Use proper ELF build (with -soname); also add c++rt0 for a.out andtv5-13/+71
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.
1999-05-04s/datail/detailabs1-1/+1
1999-05-02Backout this change, the link options are passed to "ld" not "gcc"tron1-13/+0
1999-05-02Add missing prototypes to PTL's "include/arpa/inet.h". Patch suppliedtron1-0/+15
by Michael Graff in PR pkg/7507.
1999-05-02Use "../../lang/perl5" to shut up "pkglint".tron1-2/+2
1999-05-01Use "-Wl,-R" instead of "-R" in "ptlgcc" to be compatible with thetron1-0/+13
broken "cc" on 1.3 ELF systems.
1999-05-01perl is only required at build time.tron1-2/+3
1999-05-01Fix complilation warning caused by missing prototype for init hook.tron1-0/+17
Patch supplied by Michael Graff in PR pkg/7495.
1999-04-06Minor modifications to the English.agc1-1/+1
1999-03-30Eliminate libdata/PTLmsaitoh2-5/+2
1999-03-29Remove commented out instructions and fix botch caused by pkglinting.tron1-7/+5
1999-03-29New "ptl2" package supplied by SAITOH Masanobu in pkg/7212:tron6-0/+74
This is PTL2 -- Portable Thread Library 2 wrrtten by Kota Abe.