aboutsummaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@FreeBSD.org>2001-03-25 14:12:16 +0000
committerRalf S. Engelschall <rse@FreeBSD.org>2001-03-25 14:12:16 +0000
commit46490f4de096fdca3dcac0305e736c2b6d2e01dc (patch)
tree9419d3f05e5d1699db340d7fa5e2968a03ae1d3e /devel/pth
parentf8ee8ac10cdc9784ff2153730b7e85416644634a (diff)
downloadports-46490f4de096fdca3dcac0305e736c2b6d2e01dc.tar.gz
ports-46490f4de096fdca3dcac0305e736c2b6d2e01dc.zip
Upgrade to GNU Portable Threads (Pth), version 1.4.0
Notes
Notes: svn path=/head/; revision=40350
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/Makefile2
-rw-r--r--devel/pth/distinfo2
-rw-r--r--devel/pth/files/patch-aa14
-rw-r--r--devel/pth/pkg-descr2
-rw-r--r--devel/pth/pkg-plist4
5 files changed, 5 insertions, 19 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index 50bb84b7dff7..94a5571b59dd 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pth
-PORTVERSION= 1.3.7
+PORTVERSION= 1.4.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.engelschall.com/sw/pth/
diff --git a/devel/pth/distinfo b/devel/pth/distinfo
index 9967d6984322..547396a33c9a 100644
--- a/devel/pth/distinfo
+++ b/devel/pth/distinfo
@@ -1 +1 @@
-MD5 (pth-1.3.7.tar.gz) = 8735d8e113307f098749340ecbae81c6
+MD5 (pth-1.4.0.tar.gz) = 146314a4c90067f20bc807e0e261fc31
diff --git a/devel/pth/files/patch-aa b/devel/pth/files/patch-aa
deleted file mode 100644
index 53e5c233ccd8..000000000000
--- a/devel/pth/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
---- pth_sched.c.broken Fri Mar 10 02:58:32 2000
-+++ pth_sched.c Fri Feb 16 20:21:57 2001
-@@ -763,8 +763,10 @@
- }
-
- /* perhaps we have to internally loop... */
-- if (loop_repeat)
-+ if (loop_repeat) {
-+ pth_time_set(now, PTH_TIME_NOW);
- goto loop_entry;
-+ }
-
- pth_debug1("pth_sched_eventmanager: leaving");
- return;
diff --git a/devel/pth/pkg-descr b/devel/pth/pkg-descr
index 82c6fd6afe36..167626f66f21 100644
--- a/devel/pth/pkg-descr
+++ b/devel/pth/pkg-descr
@@ -1,5 +1,5 @@
GNU Pth - GNU Portable Threads
-Copyright (c) 1999-2000 Ralf S. Engelschall <rse@engelschall.com>
+Copyright (c) 1999-2001 Ralf S. Engelschall <rse@engelschall.com>
Pth is a very portable POSIX/ANSI-C based library for Unix platforms
which provides non-preemptive priority-based scheduling for multiple
diff --git a/devel/pth/pkg-plist b/devel/pth/pkg-plist
index d8e5f47b8d1b..e0245d424b5b 100644
--- a/devel/pth/pkg-plist
+++ b/devel/pth/pkg-plist
@@ -5,9 +5,9 @@ include/pthread.h
lib/libpth.a
lib/libpth.la
lib/libpth.so
-lib/libpth.so.13
+lib/libpth.so.14
lib/libpthread.a
lib/libpthread.la
lib/libpthread.so
-lib/libpthread.so.13
+lib/libpthread.so.14
share/aclocal/pth.m4