From 3858bb064920f10f3f08b4e9d07edc9a76686ab1 Mon Sep 17 00:00:00 2001 From: rse Date: Thu, 19 Aug 1999 15:40:56 +0000 Subject: Upgrade to the new stabilized GNU Portable Thread 1.1 series. This port is now at GNU Pth 1.1.0. --- devel/pth/Makefile | 11 ++++++----- devel/pth/distinfo | 2 +- devel/pth/pkg-plist | 8 +++++++- 3 files changed, 14 insertions(+), 7 deletions(-) (limited to 'devel/pth') diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 0a21157ae227..b2146a27b85e 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pth -# Version required: 1.0.6 +# Version required: 1.1.0 # Date Created: 23 May 1999 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.28 1999/08/10 08:12:00 rse Exp $ +# $Id: Makefile,v 1.8 1999/08/18 15:20:00 rse Exp $ # -DISTNAME= pth-1.0.6 +DISTNAME= pth-1.1.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.engelschall.com/sw/pth/ @@ -16,11 +16,12 @@ MAINTAINER= rse@engelschall.com GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ + --enable-pthread \ --enable-syscall-soft \ --enable-batch -MAN1= pth-config.1 -MAN3= pth.3 +MAN1= pth-config.1 pthread-config.1 +MAN3= pth.3 pthread.3 post-build: @${ECHO_MSG} "===> Use 'make test' to run a quick test suite." diff --git a/devel/pth/distinfo b/devel/pth/distinfo index 9bbb670a20ca..3a9ebf745688 100644 --- a/devel/pth/distinfo +++ b/devel/pth/distinfo @@ -1 +1 @@ -MD5 (pth-1.0.6.tar.gz) = 4be3ab155ec7794da7b0551898c09e96 +MD5 (pth-1.1.0.tar.gz) = 18c9501b56061b0803dc4577ffabef04 diff --git a/devel/pth/pkg-plist b/devel/pth/pkg-plist index f1b00bb14e56..3355fe72710d 100644 --- a/devel/pth/pkg-plist +++ b/devel/pth/pkg-plist @@ -1,8 +1,14 @@ bin/pth-config +bin/pthread-config include/pth.h +include/pthread.h lib/libpth.a lib/libpth.la lib/libpth.so -lib/libpth.so.10 +lib/libpth.so.11 +lib/libpthread.a +lib/libpthread.la +lib/libpthread.so +lib/libpthread.so.11 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -- cgit