summaryrefslogtreecommitdiff
path: root/devel/mit-pthreads
AgeCommit message (Collapse)AuthorFilesLines
1998-12-29Fix this PLIST.. for some reason bsd.pkg.mk doesn't like !'s in thegarbled1-2/+2
@exec statements.
1998-12-28Need to include string.h.bad4-7/+47
1998-12-28Make this work on alpha, arm32, i386, and sparc on 1.3 and up.bad24-639/+2604
1998-12-28This works only on alpha, arm32, i386, and sparc.bad1-2/+2
1998-08-23Fixed build on alpha. Closes PR 5794 (Tim Rightnour)garbled13-107/+717
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-07-26Add glob-style wildcards to ONLY_FOR_ARCHS.tv1-2/+2
1998-07-15Use automatic shared object handlingagc1-3/+1
1998-04-18Fix a warning for egcs.frueauf1-0/+11
1998-04-18s/GNU_CONFIGURE/HAS_CONFIGURE and set CONFIGURE_ARGS to match PLIST.frueauf1-9/+10
Fixes pr 5290 by Lennart Augustsson.
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-10Patch from Uwe Arndt to define fstat13.agc1-0/+22
1998-03-10This package has a configure script that recognises --prefix, so useagc1-3/+3
GNU_CONFIGURE, not HAS_CONFIGURE. Set NOLINT in the environment when building.
1998-02-10portlint: use absolute path for "true".frueauf1-3/+3
1998-02-02Introduce ONLY_FOR_ARCHS and leave out m68k, as there is no support yet.frueauf1-1/+2
1998-02-02Remove -m argument from ldconfig calls, require the system tohubertf1-3/+3
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
1998-01-24portlint: fix RCS Id, add MAINTAINERhubertf1-1/+4
1998-01-08Add a shlib_version file, so that the shared object is built byagc2-1/+11
default. Add the shared object to the PLIST, with suitable incantations of ldconfig on addition and deletion. As pointed out by Charles Hannum.
1997-11-13Add creation of ${PREFIX}/pthreads directory, if it doesn't exist, toagc1-1/+9
installation, if installing as part of a binary package. Add @dirrm's to clean up after ourselves when doing pkg_delete All the mit-pthreads mods are either from, or inspired by, Simon J. Gerraty <sjg@cdn.telstra.com.au>
1997-11-13Add support for NetBSD 1.3*agc1-0/+58
1997-11-13Typo in previous commit - ignore mkdir return codeagc1-2/+2
1997-11-13Add pre-install step to make the ${PREFIX}/pthreads directory.agc1-1/+4
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-13Changes from Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de> to:agc3-13/+41
+ use native make, rather than gmake - this gives us the profiled library, and PIC library too, and also means we can get rid of my previous hacks to specify the correct prefix. + add in support for the system call previously known as getdirentries using getdents(2), if it exists. Note that the patch for this needs 2 lines of context to avoid an Id in the patch file.
1997-10-10Initial import of Chris Provenzano's MIT Pthreads POSIX threadsagc6-0/+103
implementation, version 1.60beta6. Passes all its self tests on NetBSD/i386 1.2G. Not tested on any other architecture. Please note that this installs into ${PREFIX}/pthreads/...