summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorrh <rh>1999-08-29 09:43:31 +0000
committerrh <rh>1999-08-29 09:43:31 +0000
commit2fce807000ccdcdcc157a662fd8fd44b4771e597 (patch)
tree1bca54697d9c482e4e220d25f92612f56fa7c7fb /devel/pth
parent2d2b381cd63700cadcd87a052166bf41c84c6838 (diff)
downloadpkgsrc-2fce807000ccdcdcc157a662fd8fd44b4771e597.tar.gz
Update pth to 1.1.3
Changes include: *) Enhanced test program of AC_CHECK_STACKGROWTH in aclocal.m4 to make sure the test variables are not optimized away by the compiler and this way lead to incorrect check results. [Martin Kraemer <martin.kraemer@mch.sni.de>, Ralf S. Engelschall] *) Fixed default stack size: was 32*16384 (=512KB) instead of the intended 32*1024 (=32KB). [Ralf S. Engelschall] *) Added --enable-optimize flag to configure with selected standard optimization flags of GCC. [Ralf S. Engelschall] *) Added SUPPORT file to source tree. [Ralf S. Engelschall] *) Added test_philo, Dijkstra's Five Dining Philosophers ;) [Ralf S. Engelschall] *) Add "auto" qualifier to PTH_STACKGROWTH test program to make sure the variables are placed into the stack. [Ralf S. Engelschall] *) Use predetermined $PLATFORM of configure also in Makefile [Ralf S. Engelschall]
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/Makefile4
-rw-r--r--devel/pth/files/md54
-rw-r--r--devel/pth/pkg/PLIST6
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index e07cb6635b6..a305fc44bce 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 1999/08/27 06:37:10 rh Exp $
+# $NetBSD: Makefile,v 1.11 1999/08/29 09:43:31 rh Exp $
#
-DISTNAME= pth-1.1.2
+DISTNAME= pth-1.1.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
diff --git a/devel/pth/files/md5 b/devel/pth/files/md5
index 604b2bc7998..3ddf9a9ab12 100644
--- a/devel/pth/files/md5
+++ b/devel/pth/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.9 1999/08/27 06:37:11 rh Exp $
+$NetBSD: md5,v 1.10 1999/08/29 09:43:31 rh Exp $
-MD5 (pth-1.1.2.tar.gz) = 4754b6f99fc8434b7db58cc30268795f
+MD5 (pth-1.1.3.tar.gz) = bc2f594e0b22f0ec397b92bf50103f4a
diff --git a/devel/pth/pkg/PLIST b/devel/pth/pkg/PLIST
index 8a1c163accb..a177938abe4 100644
--- a/devel/pth/pkg/PLIST
+++ b/devel/pth/pkg/PLIST
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.5 1999/08/27 06:37:11 rh Exp $
+@comment $NetBSD: PLIST,v 1.6 1999/08/29 09:43:31 rh Exp $
bin/pth-config
bin/pthread-config
include/pth.h
include/pthread.h
lib/libpth.a
-lib/libpth.so.11.2
+lib/libpth.so.11.3
lib/libpthread.a
-lib/libpthread.so.11.2
+lib/libpthread.so.11.3
man/man1/pth-config.1
man/man1/pthread-config.1
man/man3/pth.3