Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install headers/libraries under its own directory, ${PREFIX}/includes/pth and | FUJISHIMA Satsuki | 2001-09-11 | 2 | -9/+15 |
| | | | | | | | ${PREFIX}/lib/pth, to avoid conflict with FreeBSD pthread. Notes: svn path=/head/; revision=47674 | ||||
* | Don't install useless .la files. | Maxim Sobolev | 2001-07-30 | 3 | -5/+20 |
| | | | | Notes: svn path=/head/; revision=45627 | ||||
* | Revert maintainership to ports@FreeBSD.org since current maintainer | Ade Lovett | 2001-06-06 | 1 | -1/+1 |
| | | | | | | | appears to be idle (see ports/25224) Notes: svn path=/head/; revision=43564 | ||||
* | Upgrade to GNU Portable Threads (Pth), version 1.4.0 | Ralf S. Engelschall | 2001-03-25 | 5 | -19/+5 |
| | | | | Notes: svn path=/head/; revision=40350 | ||||
* | This patch fixes a scheduling bug and is to be incorporated in the | Archie Cobbs | 2001-03-16 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | next version. In the meantime, apply with the port. FYI, the bug is demonstrated by this program: #include <stdio.h> #include <stdlib.h> #include <pth.h> static int check_something(void *arg) { return (0); } static void *thread(void *arg) { printf("thread sleeping five seconds...\n"); pth_nap(pth_time(5, 0)); printf("thread is done sleeping\n"); /* bug: we never get here */ return (NULL); } int main(int ac, char **av) { pth_event_t ev; pth_init(); pth_spawn(NULL, thread, NULL); ev = pth_event(PTH_EVENT_FUNC, check_something, NULL, pth_time(2, 0)); while (1) pth_wait(ev); } Notes: svn path=/head/; revision=39905 | ||||
* | Upgrade to GNU Pth, version 1.3.7 | Ralf S. Engelschall | 2000-07-29 | 2 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=31106 | ||||
* | Upgrade to GNU Portable Threads (Pth), version 1.3.6 | Ralf S. Engelschall | 2000-07-01 | 2 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=30043 | ||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | Satoshi Asami | 2000-06-16 | 1 | -1/+1 |
| | | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651 | ||||
* | Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I | Maxim Sobolev | 2000-06-16 | 1 | -1/+1 |
| | | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628 | ||||
* | Third round of INSTALL_SHLIBS=yes fixes. | Maxim Sobolev | 2000-06-15 | 2 | -5/+1 |
| | | | | Notes: svn path=/head/; revision=29615 | ||||
* | Add share/aclocal/pth.m4. | Satoshi Asami | 2000-06-03 | 1 | -0/+1 |
| | | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29155 | ||||
* | GNU Pth 1.3.4 -> 1.3.5 | Ralf S. Engelschall | 2000-04-17 | 2 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=27693 | ||||
* | '' | Ralf S. Engelschall | 2000-04-16 | 2 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=27650 | ||||
* | PORTNAME/PORTVERSION update | Michael Haro | 2000-04-11 | 1 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=27452 | ||||
* | Upgrade GNU Portable Threads (Pth) to version 1.3.3 | Ralf S. Engelschall | 2000-03-10 | 2 | -3/+3 |
| | | | | Notes: svn path=/head/; revision=26710 | ||||
* | Upgrade to GNU Portable Threads (Pth), version 1.3.2 | Ralf S. Engelschall | 2000-02-24 | 2 | -3/+3 |
| | | | | Notes: svn path=/head/; revision=26252 | ||||
* | Upgrade to GNU Portable Threads (Pth), version 1.3.1 | Ralf S. Engelschall | 2000-02-20 | 2 | -3/+3 |
| | | | | Notes: svn path=/head/; revision=26028 | ||||
* | Upgrade GNU Portable Threads (Pth) from version 1.2.2 to 1.3.0, | Ralf S. Engelschall | 2000-02-19 | 4 | -6/+6 |
| | | | | | | | the new release version in the now stable Pth 1.3 series. Notes: svn path=/head/; revision=26012 | ||||
* | Upgrade to GNU Portable Threads (Pth), version 1.2.2 | Ralf S. Engelschall | 2000-01-08 | 3 | -6/+4 |
| | | | | Notes: svn path=/head/; revision=24551 | ||||
* | Upgrade to GNU Portable Threads, version 1.2.1 | Ralf S. Engelschall | 1999-11-14 | 2 | -3/+3 |
| | | | | Notes: svn path=/head/; revision=23126 | ||||
* | Upgrade GNU Portable Threads (Pth) from 1.1.6 to 1.2.0 | Ralf S. Engelschall | 1999-10-31 | 3 | -5/+5 |
| | | | | | | | | and this way move this port to the new stable 1.2 series. (The pth-devel port will later switch to Pth 1.3b1 if available...) Notes: svn path=/head/; revision=22737 | ||||
* | Upgrade to GNU Pth (STABLE), version 1.1.6 | Ralf S. Engelschall | 1999-09-28 | 2 | -3/+3 |
| | | | | Notes: svn path=/head/; revision=22042 | ||||
* | GNU Portable Threads: 1.1.4 -> 1.1.5 | Ralf S. Engelschall | 1999-09-02 | 2 | -3/+3 |
| | | | | Notes: svn path=/head/; revision=21196 | ||||
* | GNU Pth 1.1.3 -> 1.1.4 | Ralf S. Engelschall | 1999-08-30 | 2 | -3/+3 |
| | | | | Notes: svn path=/head/; revision=21132 | ||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=21084 | ||||
* | Upgrade to GNU Portable Threads (Pth), version 1.1.3 | Ralf S. Engelschall | 1999-08-27 | 2 | -5/+6 |
| | | | | Notes: svn path=/head/; revision=21024 | ||||
* | Bump GNU Pth: 1.1.1 -> 1.1.2 | Ralf S. Engelschall | 1999-08-23 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=20909 | ||||
* | GNU Pth 1.1.0 -> 1.1.1 | Ralf S. Engelschall | 1999-08-21 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=20841 | ||||
* | Upgrade to the new stabilized GNU Portable Thread 1.1 series. | Ralf S. Engelschall | 1999-08-19 | 3 | -7/+14 |
| | | | | | | | This port is now at GNU Pth 1.1.0. Notes: svn path=/head/; revision=20819 | ||||
* | Upgrade to GNU Portable Threads, version 1.0.6 | Ralf S. Engelschall | 1999-08-17 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=20758 | ||||
* | Upgrade to GNU Portable Threads, version 1.0.5 | Ralf S. Engelschall | 1999-08-10 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=20638 | ||||
* | Upgrade to GNU Pth 1.0.4 | Ralf S. Engelschall | 1999-08-03 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=20516 | ||||
* | Upgrade to GNU Portable Threads, version 1.0.3 | Ralf S. Engelschall | 1999-08-01 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=20465 | ||||
* | Upgrade to GNU Portable Threads (Pth), version 1.0.2 | Ralf S. Engelschall | 1999-07-28 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=20374 | ||||
* | Upgrade to GNU Portable Threads (Pth), Version 1.0.1 | Ralf S. Engelschall | 1999-07-22 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=20315 | ||||
* | Puhh.... after five months of hard development we've approached | Ralf S. Engelschall | 1999-07-16 | 3 | -19/+23 |
| | | | | | | | GNU Portable Threads (Pth), release version 1.0.0 :-) Notes: svn path=/head/; revision=20231 | ||||
* | Upgrade to GNU Portable Threads (Pth), version 1.0b8 | Ralf S. Engelschall | 1999-07-16 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=20230 | ||||
* | GNU Pth 1.0b6 -> 1.0b7 (just the hourly version bump ;) | Ralf S. Engelschall | 1999-07-14 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=20201 | ||||
* | Upgrade to GNU Portable Threads, Version 1.0b6 | Ralf S. Engelschall | 1999-07-14 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=20191 | ||||
* | Upgrade to GNU Portable Threads (Pth), Version 1.0b5 | Ralf S. Engelschall | 1999-07-11 | 2 | -5/+7 |
| | | | | Notes: svn path=/head/; revision=20159 | ||||
* | GNU pth 1.0b3 -> 1.0b4 (daily bump ;) | Ralf S. Engelschall | 1999-07-08 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=20120 | ||||
* | Upgrade to GNU Portable Threads (pth), version 1.0b3 | Ralf S. Engelschall | 1999-07-07 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=20109 | ||||
* | Update new PTH port after repository copy from old NPS port. | Ralf S. Engelschall | 1999-07-05 | 5 | -33/+31 |
| | | | | Notes: svn path=/head/; revision=20076 | ||||
* | NPS 0.9.20 -> 1.0b1 | Ralf S. Engelschall | 1999-06-28 | 2 | -4/+10 |
| | | | | Notes: svn path=/head/; revision=19870 | ||||
* | daily version number bump: NPS 0.9.21 | Ralf S. Engelschall | 1999-06-26 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=19797 | ||||
* | NPS 0.9.19 -> 0.9.20 | Ralf S. Engelschall | 1999-06-25 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=19763 | ||||
* | NPS 0.9.18->0.9.19 | Ralf S. Engelschall | 1999-06-21 | 2 | -3/+3 |
| | | | | Notes: svn path=/head/; revision=19605 | ||||
* | Upgrade to NPS version 0.9.18 | Ralf S. Engelschall | 1999-06-20 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=19590 | ||||
* | Upgrade to NPS 0.9.16 | Ralf S. Engelschall | 1999-06-09 | 3 | -6/+6 |
| | | | | Notes: svn path=/head/; revision=19375 | ||||
* | Upgrade to NPS, Version 0.9.15 | Ralf S. Engelschall | 1999-06-04 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=19204 |