summaryrefslogtreecommitdiffstats
path: root/devel/pth
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.knu2003-02-202-1/+1
|
* upgrade to GNU Pth (Portable Threads), version 2.0.0rse2003-02-174-6/+6
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* Add startup script for non standard library path.dirk2002-04-283-2/+26
| | | | | PR: ports/37142 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Update to 1.4.1kevlo2002-03-232-3/+2
| | | | | PR: 36115 Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp>
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-191-8/+17
|
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-4/+14
| | | | Submitted by: Ports Fury
* install headers/libraries under its own directory, ${PREFIX}/includes/pth andsf2001-09-112-9/+15
| | | | ${PREFIX}/lib/pth, to avoid conflict with FreeBSD pthread.
* Don't install useless .la files.sobomax2001-07-303-5/+20
|
* Revert maintainership to ports@FreeBSD.org since current maintainerade2001-06-061-1/+1
| | | | appears to be idle (see ports/25224)
* Upgrade to GNU Portable Threads (Pth), version 1.4.0rse2001-03-255-19/+5
|
* This patch fixes a scheduling bug and is to be incorporated in thearchie2001-03-161-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); }
* Upgrade to GNU Pth, version 1.3.7rse2000-07-292-2/+2
|
* Upgrade to GNU Portable Threads (Pth), version 1.3.6rse2000-07-012-2/+2
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-152-5/+1
|
* Add share/aclocal/pth.m4.asami2000-06-031-0/+1
| | | | Submitted by: bento
* GNU Pth 1.3.4 -> 1.3.5rse2000-04-172-2/+2
|
* ''rse2000-04-162-2/+2
|
* PORTNAME/PORTVERSION updatemharo2000-04-111-2/+2
|
* Upgrade GNU Portable Threads (Pth) to version 1.3.3rse2000-03-102-3/+3
|
* Upgrade to GNU Portable Threads (Pth), version 1.3.2rse2000-02-242-3/+3
|
* Upgrade to GNU Portable Threads (Pth), version 1.3.1rse2000-02-202-3/+3
|
* Upgrade GNU Portable Threads (Pth) from version 1.2.2 to 1.3.0,rse2000-02-194-6/+6
| | | | the new release version in the now stable Pth 1.3 series.
* Upgrade to GNU Portable Threads (Pth), version 1.2.2rse2000-01-083-6/+4
|
* Upgrade to GNU Portable Threads, version 1.2.1rse1999-11-142-3/+3
|
* Upgrade GNU Portable Threads (Pth) from 1.1.6 to 1.2.0rse1999-10-313-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...)
* Upgrade to GNU Pth (STABLE), version 1.1.6rse1999-09-282-3/+3
|
* GNU Portable Threads: 1.1.4 -> 1.1.5rse1999-09-022-3/+3
|
* GNU Pth 1.1.3 -> 1.1.4rse1999-08-302-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-291-1/+1
|
* Upgrade to GNU Portable Threads (Pth), version 1.1.3rse1999-08-272-5/+6
|
* Bump GNU Pth: 1.1.1 -> 1.1.2rse1999-08-232-4/+4
|
* GNU Pth 1.1.0 -> 1.1.1rse1999-08-212-4/+4
|
* Upgrade to the new stabilized GNU Portable Thread 1.1 series.rse1999-08-193-7/+14
| | | | This port is now at GNU Pth 1.1.0.
* Upgrade to GNU Portable Threads, version 1.0.6rse1999-08-172-4/+4
|
* Upgrade to GNU Portable Threads, version 1.0.5rse1999-08-102-4/+4
|
* Upgrade to GNU Pth 1.0.4rse1999-08-032-4/+4
|
* Upgrade to GNU Portable Threads, version 1.0.3rse1999-08-012-4/+4
|
* Upgrade to GNU Portable Threads (Pth), version 1.0.2rse1999-07-282-4/+4
|
* Upgrade to GNU Portable Threads (Pth), Version 1.0.1rse1999-07-222-4/+4
|
* Puhh.... after five months of hard development we've approachedrse1999-07-163-19/+23
| | | | GNU Portable Threads (Pth), release version 1.0.0 :-)
* Upgrade to GNU Portable Threads (Pth), version 1.0b8rse1999-07-162-4/+4
|
* GNU Pth 1.0b6 -> 1.0b7 (just the hourly version bump ;)rse1999-07-142-4/+4
|
* Upgrade to GNU Portable Threads, Version 1.0b6rse1999-07-142-4/+4
|
* Upgrade to GNU Portable Threads (Pth), Version 1.0b5rse1999-07-112-5/+7
|
* GNU pth 1.0b3 -> 1.0b4 (daily bump ;)rse1999-07-082-4/+4
|
OpenPOWER on IntegriCloud