diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-13 01:20:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-13 01:20:25 +0000 |
commit | 4d92a267e8bbc48a98ba3024ffe8f22e0c958242 (patch) | |
tree | a369370858f2ee965e24bbfce7a5293d75f7d522 /devel | |
parent | 5e4d9102da51faffb0292ec5518de362aabe8d4c (diff) | |
download | pkgsrc-4d92a267e8bbc48a98ba3024ffe8f22e0c958242.tar.gz |
Updated to pth-1.3.3. Changes: Minor fixes, source cleanup, semantics
of pth_cond_notify() fixed to match POSIX, and default stack size
increased from 32KB to 64KB.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pth/Makefile | 6 | ||||
-rw-r--r-- | devel/pth/files/md5 | 4 | ||||
-rw-r--r-- | devel/pth/files/patch-sum | 6 | ||||
-rw-r--r-- | devel/pth/patches/patch-aa | 8 | ||||
-rw-r--r-- | devel/pth/patches/patch-ab | 8 |
5 files changed, 16 insertions, 16 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 5e021f47683..dab89833bf4 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2000/02/27 04:28:44 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2000/03/13 01:20:25 wiz Exp $ # -DISTNAME= pth-1.3.2 +DISTNAME= pth-1.3.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=pth/} @@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnu.org/software/pth/pth.html CONFLICTS= pth-current-* # for PLIST -VERS= 13.2 +VERS= 13.3 USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/devel/pth/files/md5 b/devel/pth/files/md5 index d556742722e..1c7c730dc8e 100644 --- a/devel/pth/files/md5 +++ b/devel/pth/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.20 2000/02/27 04:28:45 wiz Exp $ +$NetBSD: md5,v 1.21 2000/03/13 01:20:27 wiz Exp $ -MD5 (pth-1.3.2.tar.gz) = a6f29ba24a3faca3e6e3f3b4f3ca6a18 +MD5 (pth-1.3.3.tar.gz) = ddaf56b6c19b5834e498d866c72365e4 diff --git a/devel/pth/files/patch-sum b/devel/pth/files/patch-sum index 76ed5dc7273..8df1bb87b91 100644 --- a/devel/pth/files/patch-sum +++ b/devel/pth/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.9 2000/02/20 15:22:03 wiz Exp $ +$NetBSD: patch-sum,v 1.10 2000/03/13 01:20:27 wiz Exp $ -MD5 (patch-aa) = 6ebbd4c02edc467da6f2e3f608c289e2 -MD5 (patch-ab) = 30c8764eb56bd1c144ae82d9881654e1 +MD5 (patch-aa) = 2d0c6c6c426e691762bbaa7432733914 +MD5 (patch-ab) = 28f3698075dab1a2964da7394da776fc diff --git a/devel/pth/patches/patch-aa b/devel/pth/patches/patch-aa index 6927b3e2755..66957323c0a 100644 --- a/devel/pth/patches/patch-aa +++ b/devel/pth/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.10 2000/02/20 15:22:04 wiz Exp $ +$NetBSD: patch-aa,v 1.11 2000/03/13 01:20:27 wiz Exp $ ---- Makefile.in.orig Thu Dec 30 22:57:25 1999 -+++ Makefile.in Thu Jan 6 04:53:19 2000 +--- Makefile.in.orig Mon Feb 28 17:19:49 2000 ++++ Makefile.in Mon Mar 13 01:53:46 2000 @@ -53,10 +53,10 @@ CC = @CC@ CPPFLAGS = @CPPFLAGS@ -I. @@ -17,7 +17,7 @@ $NetBSD: patch-aa,v 1.10 2000/02/20 15:22:04 wiz Exp $ TRUE = true @@ -226,13 +226,13 @@ $(SHTOOL) install -c -m 644 $(S)pth.3 $(mandir)/man3/pth.3 - $(SHTOOL) install -c -m 644 pth.m4 $(datadir)/aclocal/pth.m4 + $(SHTOOL) install -c -m 644 $(S)pth.m4 $(datadir)/aclocal/pth.m4 $(SHTOOL) install -c -m 644 pth.h $(includedir)/pth.h - @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libpth.la $(libdir)/libpth.la + @$(LIBTOOL) --mode=install install -c -m 644 libpth.la $(libdir)/libpth.la diff --git a/devel/pth/patches/patch-ab b/devel/pth/patches/patch-ab index b0c8ff3ccbd..aabc13340e5 100644 --- a/devel/pth/patches/patch-ab +++ b/devel/pth/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.10 2000/02/20 15:22:04 wiz Exp $ +$NetBSD: patch-ab,v 1.11 2000/03/13 01:20:27 wiz Exp $ ---- ./configure.orig Sat Feb 19 17:21:31 2000 -+++ ./configure Sun Feb 20 15:56:06 2000 -@@ -5607,6 +5607,7 @@ +--- configure.orig Fri Mar 10 11:07:14 2000 ++++ configure Mon Mar 13 01:51:36 2000 +@@ -5565,6 +5565,7 @@ s%@PTHREAD_O@%$PTHREAD_O%g s%@LIBPTHREAD_A@%$LIBPTHREAD_A%g s%@LIBPTHREAD_LA@%$LIBPTHREAD_LA%g |