From df01bcc5c568e36bb608d6fdcdb1d538469c4d72 Mon Sep 17 00:00:00 2001 From: rh Date: Mon, 17 Apr 2000 05:34:12 +0000 Subject: Update pth to 1.3.4. Changes are a lot of back-ported bugfixes from the Pth development branch. --- devel/pth/Makefile | 6 +++--- devel/pth/files/md5 | 4 ++-- devel/pth/files/patch-sum | 4 ++-- devel/pth/patches/patch-aa | 27 ++++++++++++--------------- 4 files changed, 19 insertions(+), 22 deletions(-) (limited to 'devel/pth') diff --git a/devel/pth/Makefile b/devel/pth/Makefile index dab89833bf4..b1243903815 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2000/03/13 01:20:25 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2000/04/17 05:34:12 rh Exp $ # -DISTNAME= pth-1.3.3 +DISTNAME= pth-1.3.4 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.3 +VERS= 13.4 USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/devel/pth/files/md5 b/devel/pth/files/md5 index 1c7c730dc8e..ac6b05d67f1 100644 --- a/devel/pth/files/md5 +++ b/devel/pth/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.21 2000/03/13 01:20:27 wiz Exp $ +$NetBSD: md5,v 1.22 2000/04/17 05:34:13 rh Exp $ -MD5 (pth-1.3.3.tar.gz) = ddaf56b6c19b5834e498d866c72365e4 +MD5 (pth-1.3.4.tar.gz) = bf4bea45a538acac47409d5add303700 diff --git a/devel/pth/files/patch-sum b/devel/pth/files/patch-sum index 8df1bb87b91..f06e02138d3 100644 --- a/devel/pth/files/patch-sum +++ b/devel/pth/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.10 2000/03/13 01:20:27 wiz Exp $ +$NetBSD: patch-sum,v 1.11 2000/04/17 05:34:13 rh Exp $ -MD5 (patch-aa) = 2d0c6c6c426e691762bbaa7432733914 +MD5 (patch-aa) = 528c5013e7d1160c798e72790fecf698 MD5 (patch-ab) = 28f3698075dab1a2964da7394da776fc diff --git a/devel/pth/patches/patch-aa b/devel/pth/patches/patch-aa index 66957323c0a..1c69a4628e0 100644 --- a/devel/pth/patches/patch-aa +++ b/devel/pth/patches/patch-aa @@ -1,13 +1,9 @@ -$NetBSD: patch-aa,v 1.11 2000/03/13 01:20:27 wiz Exp $ +$NetBSD: patch-aa,v 1.12 2000/04/17 05:34:13 rh Exp $ ---- 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. - CFLAGS = @CFLAGS@ --LDFLAGS = @LDFLAGS@ -L. -+LDFLAGS = @LDFLAGS@ +--- Makefile.in.orig Thu Mar 23 20:40:27 2000 ++++ Makefile.in Mon Apr 17 07:27:50 2000 +@@ -56,7 +56,7 @@ + LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ SHTOOL = $(srcdir)/shtool -LIBTOOL = $(C)libtool @@ -15,19 +11,20 @@ $NetBSD: patch-aa,v 1.11 2000/03/13 01:20:27 wiz Exp $ RM = rm -f RMDIR = rmdir TRUE = true -@@ -226,13 +226,13 @@ - $(SHTOOL) install -c -m 644 $(S)pth.3 $(mandir)/man3/pth.3 +@@ -227,14 +227,14 @@ $(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 + @umask 022; $(LIBTOOL) --mode=install \ +- $(SHTOOL) install -c libpth.la $(libdir)/libpth.la ++ install -c libpth.la $(libdir)/libpth.la install-pthread: $(SHTOOL) install -c -m 755 pthread-config $(bindir)/pthread-config $(SHTOOL) install -c -m 644 $(S)pthread-config.1 $(mandir)/man1/pthread-config.1 $(SHTOOL) install -c -m 644 pthread.h $(includedir)/pthread.h $(SHTOOL) install -c -m 644 $(S)pthread.3 $(mandir)/man3/pthread.3 -- @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libpthread.la $(libdir)/libpthread.la -+ @$(LIBTOOL) --mode=install install -c -m 644 libpthread.la $(libdir)/libpthread.la + @umask 022; $(LIBTOOL) --mode=install \ +- $(SHTOOL) install -c libpthread.la $(libdir)/libpthread.la ++ install -c libpthread.la $(libdir)/libpthread.la # uninstall the package uninstall: -- cgit v1.2.3