summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsoren <soren@pkgsrc.org>2000-06-18 09:22:48 +0000
committersoren <soren@pkgsrc.org>2000-06-18 09:22:48 +0000
commit368610fea8879f5bd7cb166d1d0d19ce232493ec (patch)
tree2127d99320e413e798f2c47ee16348e78c9fdf03 /devel
parent5e363615318452db4b6c5f70d866a68530af8f52 (diff)
downloadpkgsrc-368610fea8879f5bd7cb166d1d0d19ce232493ec.tar.gz
The pth-current pkg has been obsoleted by the pth package.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/pth-current/Makefile25
-rw-r--r--devel/pth-current/files/md53
-rw-r--r--devel/pth-current/files/patch-sum4
-rw-r--r--devel/pth-current/patches/patch-aa33
-rw-r--r--devel/pth-current/patches/patch-ab12
-rw-r--r--devel/pth-current/pkg/COMMENT1
-rw-r--r--devel/pth-current/pkg/DESCR5
-rw-r--r--devel/pth-current/pkg/PLIST17
9 files changed, 1 insertions, 102 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f54fdfd29d9..3ab80c33925 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2000/05/24 05:56:10 jlam Exp $
+# $NetBSD: Makefile,v 1.117 2000/06/18 09:22:48 soren Exp $
# FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp
#
@@ -96,7 +96,6 @@
SUBDIR += pcre
SUBDIR += prcs
SUBDIR += pth
-# SUBDIR += pth-current
SUBDIR += ptl2
SUBDIR += py-curses
SUBDIR += rcs
diff --git a/devel/pth-current/Makefile b/devel/pth-current/Makefile
deleted file mode 100644
index 158b0abe1a1..00000000000
--- a/devel/pth-current/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2000/06/01 11:23:24 rh Exp $
-#
-
-DISTNAME= pth-1.3b1
-PKGNAME= ${DISTNAME:S/-/-current-/}
-CATEGORIES= devel
-MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/
-
-MAINTAINER= wiz@netbsd.org
-HOMEPAGE= http://www.gnu.org/software/pth/pth.html
-
-IGNORE= "superseded by pth package"
-
-CONFLICTS= pth-*
-
-USE_PKGLIBTOOL= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --enable-pthread
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pth/
- ${INSTALL_DATA} ${WRKSRC}/pthread.ps ${PREFIX}/share/doc/pth/
- ${INSTALL_DATA} ${WRKSRC}/rse-pmt.ps ${PREFIX}/share/doc/pth/
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/pth-current/files/md5 b/devel/pth-current/files/md5
deleted file mode 100644
index 813f7a426c5..00000000000
--- a/devel/pth-current/files/md5
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: md5,v 1.5 2000/02/05 14:58:30 wiz Exp $
-
-MD5 (pth-1.3b1.tar.gz) = 217fd858217143c5b9ae5b8bd0349884
diff --git a/devel/pth-current/files/patch-sum b/devel/pth-current/files/patch-sum
deleted file mode 100644
index d47db262991..00000000000
--- a/devel/pth-current/files/patch-sum
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: patch-sum,v 1.3 2000/01/21 01:30:57 wiz Exp $
-
-MD5 (patch-aa) = 6ebbd4c02edc467da6f2e3f608c289e2
-MD5 (patch-ab) = 09b3e6c704dca512ab3979a20c78596c
diff --git a/devel/pth-current/patches/patch-aa b/devel/pth-current/patches/patch-aa
deleted file mode 100644
index ea964800572..00000000000
--- a/devel/pth-current/patches/patch-aa
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2000/01/06 04:18:39 wiz Exp $
-
---- 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@
- CPPFLAGS = @CPPFLAGS@ -I.
- CFLAGS = @CFLAGS@
--LDFLAGS = @LDFLAGS@ -L.
-+LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
- SHTOOL = $(srcdir)/shtool
--LIBTOOL = $(C)libtool
-+LIBTOOL = @LIBTOOL@
- RM = rm -f
- RMDIR = rmdir
- 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 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 $(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
-
- # uninstall the package
- uninstall:
diff --git a/devel/pth-current/patches/patch-ab b/devel/pth-current/patches/patch-ab
deleted file mode 100644
index 7b5cdb24cce..00000000000
--- a/devel/pth-current/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2000/01/21 01:30:57 wiz Exp $
-
---- configure.orig Thu Jan 6 16:50:11 2000
-+++ configure Fri Jan 21 02:08:19 2000
-@@ -5606,6 +5606,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/COMMENT b/devel/pth-current/pkg/COMMENT
deleted file mode 100644
index acf7c780dce..00000000000
--- a/devel/pth-current/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-GNU Portable Thread library
diff --git a/devel/pth-current/pkg/DESCR b/devel/pth-current/pkg/DESCR
deleted file mode 100644
index e29abcc50a5..00000000000
--- a/devel/pth-current/pkg/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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 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
deleted file mode 100644
index 6079fe265bd..00000000000
--- a/devel/pth-current/pkg/PLIST
+++ /dev/null
@@ -1,17 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2000/01/21 03:09:36 wiz Exp $
-bin/pth-config
-bin/pthread-config
-include/pth.h
-include/pthread.h
-lib/libpth.a
-lib/libpth.so.13.0
-lib/libpthread.a
-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
-share/doc/pth/pthread.ps
-share/doc/pth/rse-pmt.ps
-@dirrm share/doc/pth