summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-06 04:18:38 +0000
committerwiz <wiz@pkgsrc.org>2000-01-06 04:18:38 +0000
commit3d8ba37e9286bca7d3751d1b24ff948acddc77ed (patch)
tree2528e69325f50dbf5ab5328eb88c5230787abbec
parent3cd9692f8ccc99d7fc0a0b4f483be279a414bd3d (diff)
downloadpkgsrc-3d8ba37e9286bca7d3751d1b24ff948acddc77ed.tar.gz
pth-current updated to 1.3a2
Changes: mainly bugfixes; new pth.m4 Autoconf macro file.
-rw-r--r--devel/pth-current/Makefile8
-rw-r--r--devel/pth-current/files/md54
-rw-r--r--devel/pth-current/files/patch-sum6
-rw-r--r--devel/pth-current/patches/patch-aa24
-rw-r--r--devel/pth-current/patches/patch-ab16
-rw-r--r--devel/pth-current/pkg/DESCR2
-rw-r--r--devel/pth-current/pkg/PLIST7
7 files changed, 33 insertions, 34 deletions
diff --git a/devel/pth-current/Makefile b/devel/pth-current/Makefile
index 412bcf1f35d..b49d9fddc97 100644
--- a/devel/pth-current/Makefile
+++ b/devel/pth-current/Makefile
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.3 1999/12/28 21:45:28 rh Exp $
+# $NetBSD: Makefile,v 1.4 2000/01/06 04:18:38 wiz Exp $
#
-DISTNAME= pth-1.1b3
-PKGNAME= pth-current-1.1b3
+DISTNAME= pth-1.3a2
+PKGNAME= ${DISTNAME:S/-/-current-/}
CATEGORIES= devel
MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/pth/pth.html
-IGNORE= "superceded by pth package"
-
CONFLICTS= pth-*
USE_LIBTOOL= YES
diff --git a/devel/pth-current/files/md5 b/devel/pth-current/files/md5
index ff9dc62a721..b813651d3c8 100644
--- a/devel/pth-current/files/md5
+++ b/devel/pth-current/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 1999/08/12 18:01:16 rh Exp $
+$NetBSD: md5,v 1.2 2000/01/06 04:18:39 wiz Exp $
-MD5 (pth-1.1b3.tar.gz) = e73cf244d6cb551d6ca1fc897869a691
+MD5 (pth-1.3a2.tar.gz) = c3469a99cc2facac7fc979f5bd12d19d
diff --git a/devel/pth-current/files/patch-sum b/devel/pth-current/files/patch-sum
index 4a5c1007cf6..a27605800fc 100644
--- a/devel/pth-current/files/patch-sum
+++ b/devel/pth-current/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.1.1.1 1999/08/12 18:01:16 rh Exp $
+$NetBSD: patch-sum,v 1.2 2000/01/06 04:18:39 wiz Exp $
-MD5 (patch-aa) = e9d906629f4710a2722ed8060a74d68e
-MD5 (patch-ab) = ab7eb61e6229884d8726725b1a1a7684
+MD5 (patch-aa) = 6ebbd4c02edc467da6f2e3f608c289e2
+MD5 (patch-ab) = eeba9bc53657f413a59e5c1cd7d65516
diff --git a/devel/pth-current/patches/patch-aa b/devel/pth-current/patches/patch-aa
index b39f48e7eaf..ea964800572 100644
--- a/devel/pth-current/patches/patch-aa
+++ b/devel/pth-current/patches/patch-aa
@@ -1,31 +1,31 @@
-$NetBSD: patch-aa,v 1.2 1999/08/22 18:50:06 rh Exp $
+$NetBSD: patch-aa,v 1.3 2000/01/06 04:18:39 wiz Exp $
---- Makefile.in.orig Sat Aug 7 15:47:42 1999
-+++ Makefile.in Thu Aug 12 19:46:39 1999
-@@ -45,10 +45,10 @@
- SHELL = /bin/sh
+--- Makefile.in.orig Thu Dec 30 22:57:25 1999
++++ Makefile.in Thu Jan 6 04:53:19 2000
+@@ -53,10 +53,10 @@
CC = @CC@
- CFLAGS = @CFLAGS@ -I.
+ CPPFLAGS = @CPPFLAGS@ -I.
+ CFLAGS = @CFLAGS@
-LDFLAGS = @LDFLAGS@ -L.
+LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
SHTOOL = $(srcdir)/shtool
--LIBTOOL = $(srcdir)/libtool
+-LIBTOOL = $(C)libtool
+LIBTOOL = @LIBTOOL@
RM = rm -f
RMDIR = rmdir
TRUE = true
-@@ -202,13 +202,13 @@
- $(SHTOOL) install -c -m 644 pth-config.1 $(mandir)/man1/pth-config.1
- $(SHTOOL) install -c -m 644 pth.3 $(mandir)/man3/pth.3
+@@ -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 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
install-pthread:
$(SHTOOL) install -c -m 755 pthread-config $(bindir)/pthread-config
- $(SHTOOL) install -c -m 644 pthread-config.1 $(mandir)/man1/pthread-config.1
+ $(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 pthread.3 $(mandir)/man3/pthread.3
+ $(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
diff --git a/devel/pth-current/patches/patch-ab b/devel/pth-current/patches/patch-ab
index 4863b73309b..ccc327b2e43 100644
--- a/devel/pth-current/patches/patch-ab
+++ b/devel/pth-current/patches/patch-ab
@@ -1,12 +1,12 @@
-$NetBSD: patch-ab,v 1.2 1999/08/22 18:50:06 rh Exp $
+$NetBSD: patch-ab,v 1.3 2000/01/06 04:18:39 wiz Exp $
---- configure.orig Wed Aug 11 12:10:51 1999
-+++ configure Thu Aug 12 19:49:57 1999
-@@ -4339,6 +4339,7 @@
- s%@pth_siglongjmp@%$pth_siglongjmp%g
- s%@PTH_SYSCALL_SOFT@%$PTH_SYSCALL_SOFT%g
- s%@PTH_SYSCALL_HARD@%$PTH_SYSCALL_HARD%g
-+s%@LIBTOOL@%$LIBTOOL%g
+--- configure.orig Thu Jan 6 04:49:54 2000
++++ configure Thu Jan 6 04:50:48 2000
+@@ -5401,6 +5401,7 @@
+ s%@PTHREAD_O@%$PTHREAD_O%g
+ s%@LIBPTHREAD_A@%$LIBPTHREAD_A%g
s%@LIBPTHREAD_LA@%$LIBPTHREAD_LA%g
++s%@LIBTOOL@%$LIBTOOL%g
s%@PTHREAD_CONFIG_1@%$PTHREAD_CONFIG_1%g
s%@PTHREAD_3@%$PTHREAD_3%g
+ s%@INSTALL_PTHREAD@%$INSTALL_PTHREAD%g
diff --git a/devel/pth-current/pkg/DESCR b/devel/pth-current/pkg/DESCR
index c9733eaf9ec..e29abcc50a5 100644
--- a/devel/pth-current/pkg/DESCR
+++ b/devel/pth-current/pkg/DESCR
@@ -1,5 +1,5 @@
PTH is a very portable POSIX/ANSI-C based library for Unix platforms which
provides non-preemptive scheduling for multiple threads of execution
("multithreading") inside server applications. All threads run in the same
-address space of the server application, but each thread has it's own
+address space of the server application, but each thread has its own
individual program-counter, run-time stack, signal mask and errno variable.
diff --git a/devel/pth-current/pkg/PLIST b/devel/pth-current/pkg/PLIST
index befcdd615ce..e651988d551 100644
--- a/devel/pth-current/pkg/PLIST
+++ b/devel/pth-current/pkg/PLIST
@@ -1,13 +1,14 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/12 18:01:17 rh Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/01/06 04:18:39 wiz Exp $
bin/pth-config
bin/pthread-config
include/pth.h
include/pthread.h
lib/libpth.a
-lib/libpth.so.11.0
+lib/libpth.so.13.0
lib/libpthread.a
-lib/libpthread.so.11.0
+lib/libpthread.so.13.0
man/man1/pth-config.1
man/man1/pthread-config.1
man/man3/pth.3
man/man3/pthread.3
+share/aclocal/pth.m4