summaryrefslogtreecommitdiff
path: root/devel/pth/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-03-13 01:20:25 +0000
committerwiz <wiz>2000-03-13 01:20:25 +0000
commitbe691065f87da5af61b544db84c7f39dfbc6ea91 (patch)
treea369370858f2ee965e24bbfce7a5293d75f7d522 /devel/pth/Makefile
parentdf3c93b24cc05d82d568362c995edf612dea1e36 (diff)
downloadpkgsrc-be691065f87da5af61b544db84c7f39dfbc6ea91.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/pth/Makefile')
-rw-r--r--devel/pth/Makefile6
1 files changed, 3 insertions, 3 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