Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-12-29 | Fix this PLIST.. for some reason bsd.pkg.mk doesn't like !'s in the | garbled | 1 | -2/+2 | |
@exec statements. | |||||
1998-12-28 | Need to include string.h. | bad | 4 | -7/+47 | |
1998-12-28 | Make this work on alpha, arm32, i386, and sparc on 1.3 and up. | bad | 24 | -639/+2604 | |
1998-12-28 | This works only on alpha, arm32, i386, and sparc. | bad | 1 | -2/+2 | |
1998-08-23 | Fixed build on alpha. Closes PR 5794 (Tim Rightnour) | garbled | 13 | -107/+717 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -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-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 2 | -0/+4 | |
1998-07-26 | Add glob-style wildcards to ONLY_FOR_ARCHS. | tv | 1 | -2/+2 | |
1998-07-15 | Use automatic shared object handling | agc | 1 | -3/+1 | |
1998-04-18 | Fix a warning for egcs. | frueauf | 1 | -0/+11 | |
1998-04-18 | s/GNU_CONFIGURE/HAS_CONFIGURE and set CONFIGURE_ARGS to match PLIST. | frueauf | 1 | -9/+10 | |
Fixes pr 5290 by Lennart Augustsson. | |||||
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-10 | Patch from Uwe Arndt to define fstat13. | agc | 1 | -0/+22 | |
1998-03-10 | This package has a configure script that recognises --prefix, so use | agc | 1 | -3/+3 | |
GNU_CONFIGURE, not HAS_CONFIGURE. Set NOLINT in the environment when building. | |||||
1998-02-10 | portlint: use absolute path for "true". | frueauf | 1 | -3/+3 | |
1998-02-02 | Introduce ONLY_FOR_ARCHS and leave out m68k, as there is no support yet. | frueauf | 1 | -1/+2 | |
1998-02-02 | Remove -m argument from ldconfig calls, require the system to | hubertf | 1 | -3/+3 | |
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot. | |||||
1998-01-24 | portlint: fix RCS Id, add MAINTAINER | hubertf | 1 | -1/+4 | |
1998-01-08 | Add a shlib_version file, so that the shared object is built by | agc | 2 | -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-13 | Add creation of ${PREFIX}/pthreads directory, if it doesn't exist, to | agc | 1 | -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-13 | Add support for NetBSD 1.3* | agc | 1 | -0/+58 | |
1997-11-13 | Typo in previous commit - ignore mkdir return code | agc | 1 | -2/+2 | |
1997-11-13 | Add pre-install step to make the ${PREFIX}/pthreads directory. | agc | 1 | -1/+4 | |
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-13 | Changes from Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de> to: | agc | 3 | -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-10 | Initial import of Chris Provenzano's MIT Pthreads POSIX threads | agc | 6 | -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/... |