Commit graph

59 commits

Author SHA1 Message Date
Maxim Sobolev
b0790e4238 Don't link in libc - FreeBSD doesn't need this.
Submitted by:	Ports Fury
2001-10-31 08:20:45 +00:00
FUJISHIMA Satsuki
73fbc4e19c install headers/libraries under its own directory, ${PREFIX}/includes/pth and
${PREFIX}/lib/pth, to avoid conflict with FreeBSD pthread.
2001-09-11 14:49:45 +00:00
Maxim Sobolev
2eb4691928 Don't install useless .la files. 2001-07-30 16:38:49 +00:00
Ade Lovett
92081570e5 Revert maintainership to ports@FreeBSD.org since current maintainer
appears to be idle (see ports/25224)
2001-06-06 14:58:18 +00:00
Ralf S. Engelschall
46490f4de0 Upgrade to GNU Portable Threads (Pth), version 1.4.0 2001-03-25 14:12:16 +00:00
Archie Cobbs
4becd5a1b2 This patch fixes a scheduling bug and is to be incorporated in the
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);
}
2001-03-16 01:20:02 +00:00
Ralf S. Engelschall
fbac6a1ad7 Upgrade to GNU Pth, version 1.3.7 2000-07-29 16:03:15 +00:00
Ralf S. Engelschall
036cf27197 Upgrade to GNU Portable Threads (Pth), version 1.3.6 2000-07-01 14:27:20 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Satoshi Asami
f4bf5bb635 Add share/aclocal/pth.m4.
Submitted by:	bento
2000-06-03 09:17:27 +00:00
Ralf S. Engelschall
dad9a55449 GNU Pth 1.3.4 -> 1.3.5 2000-04-17 16:19:07 +00:00
Ralf S. Engelschall
879e34383b '' 2000-04-16 11:33:13 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
Ralf S. Engelschall
fef1fd5ab2 Upgrade GNU Portable Threads (Pth) to version 1.3.3 2000-03-10 10:45:13 +00:00
Ralf S. Engelschall
d231dadbc8 Upgrade to GNU Portable Threads (Pth), version 1.3.2 2000-02-24 13:34:38 +00:00
Ralf S. Engelschall
9ed55c5cdb Upgrade to GNU Portable Threads (Pth), version 1.3.1 2000-02-20 12:30:19 +00:00
Ralf S. Engelschall
c9674ef11b Upgrade GNU Portable Threads (Pth) from version 1.2.2 to 1.3.0,
the new release version in the now stable Pth 1.3 series.
2000-02-19 17:14:03 +00:00
Ralf S. Engelschall
59c6829f22 Upgrade to GNU Portable Threads (Pth), version 1.2.2 2000-01-08 15:17:25 +00:00
Ralf S. Engelschall
feeff270ff Upgrade to GNU Portable Threads, version 1.2.1 1999-11-14 13:22:28 +00:00
Ralf S. Engelschall
4a7d1f00e0 Upgrade GNU Portable Threads (Pth) from 1.1.6 to 1.2.0
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...)
1999-10-31 15:27:29 +00:00
Ralf S. Engelschall
ce941a3feb Upgrade to GNU Pth (STABLE), version 1.1.6 1999-09-28 09:21:03 +00:00
Ralf S. Engelschall
c345d67eba GNU Portable Threads: 1.1.4 -> 1.1.5 1999-09-02 12:18:03 +00:00
Ralf S. Engelschall
0026d832e3 GNU Pth 1.1.3 -> 1.1.4 1999-08-30 18:43:15 +00:00
Peter Wemm
52769fe9fd $Id$ -> $FreeBSD$ 1999-08-29 11:11:15 +00:00
Ralf S. Engelschall
f0a1a31f82 Upgrade to GNU Portable Threads (Pth), version 1.1.3 1999-08-27 16:08:53 +00:00
Ralf S. Engelschall
49bc39b67c Bump GNU Pth: 1.1.1 -> 1.1.2 1999-08-23 12:29:57 +00:00
Ralf S. Engelschall
385416c568 GNU Pth 1.1.0 -> 1.1.1 1999-08-21 12:47:32 +00:00
Ralf S. Engelschall
781b263452 Upgrade to the new stabilized GNU Portable Thread 1.1 series.
This port is now at GNU Pth 1.1.0.
1999-08-19 15:40:56 +00:00
Ralf S. Engelschall
c5f2b43aa3 Upgrade to GNU Portable Threads, version 1.0.6 1999-08-17 09:34:54 +00:00
Ralf S. Engelschall
0529c4f2fb Upgrade to GNU Portable Threads, version 1.0.5 1999-08-10 08:12:02 +00:00
Ralf S. Engelschall
80f4fcbc06 Upgrade to GNU Pth 1.0.4 1999-08-03 10:58:13 +00:00
Ralf S. Engelschall
de3fd832a9 Upgrade to GNU Portable Threads, version 1.0.3 1999-08-01 10:25:06 +00:00
Ralf S. Engelschall
937b29afa1 Upgrade to GNU Portable Threads (Pth), version 1.0.2 1999-07-28 14:44:05 +00:00
Ralf S. Engelschall
fdf6c90795 Upgrade to GNU Portable Threads (Pth), Version 1.0.1 1999-07-22 16:11:02 +00:00
Ralf S. Engelschall
5a9ba1016a Puhh.... after five months of hard development we've approached
GNU Portable Threads (Pth), release version 1.0.0 :-)
1999-07-16 15:11:46 +00:00
Ralf S. Engelschall
7bc6d0f95f Upgrade to GNU Portable Threads (Pth), version 1.0b8 1999-07-16 09:04:37 +00:00
Ralf S. Engelschall
246b79c0c0 GNU Pth 1.0b6 -> 1.0b7 (just the hourly version bump ;) 1999-07-14 19:02:54 +00:00
Ralf S. Engelschall
252f745d2d Upgrade to GNU Portable Threads, Version 1.0b6 1999-07-14 06:45:02 +00:00
Ralf S. Engelschall
397a8fb3dd Upgrade to GNU Portable Threads (Pth), Version 1.0b5 1999-07-11 15:49:33 +00:00
Ralf S. Engelschall
9528837357 GNU pth 1.0b3 -> 1.0b4 (daily bump ;) 1999-07-08 11:08:16 +00:00
Ralf S. Engelschall
a29dc85ce0 Upgrade to GNU Portable Threads (pth), version 1.0b3 1999-07-07 19:58:02 +00:00
Ralf S. Engelschall
7f017c3780 Update new PTH port after repository copy from old NPS port. 1999-07-05 06:33:44 +00:00
Ralf S. Engelschall
d09be659ea NPS 0.9.20 -> 1.0b1 1999-06-28 13:29:40 +00:00
Ralf S. Engelschall
a18dd580b5 daily version number bump: NPS 0.9.21 1999-06-26 13:57:54 +00:00
Ralf S. Engelschall
5f6353b8ed NPS 0.9.19 -> 0.9.20 1999-06-25 15:47:02 +00:00
Ralf S. Engelschall
b09f7968fc NPS 0.9.18->0.9.19 1999-06-21 15:49:14 +00:00
Ralf S. Engelschall
eab8934f38 Upgrade to NPS version 0.9.18 1999-06-20 10:10:54 +00:00
Ralf S. Engelschall
e384d63a99 Upgrade to NPS 0.9.16 1999-06-09 07:00:46 +00:00