diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-08-27 16:08:53 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-08-27 16:08:53 +0000 |
commit | f0a1a31f820cae3fe443bf8cc7c76ad4adca2072 (patch) | |
tree | 847d7192bdf2d4584a470f278e280dd3ace96c0d | |
parent | Upgrade to MM Shared Memory Library, version 1.0.10 (diff) |
Upgrade to GNU Portable Threads (Pth), version 1.1.3
-rw-r--r-- | devel/pth/Makefile | 9 | ||||
-rw-r--r-- | devel/pth/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 81eb9602e7ae..b13e2a0adea2 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pth -# Version required: 1.1.2 +# Version required: 1.1.3 # Date Created: 23 May 1999 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.31 1999/08/21 12:47:32 rse Exp $ +# $Id: Makefile,v 1.32 1999/08/23 12:29:56 rse Exp $ # -DISTNAME= pth-1.1.2 +DISTNAME= pth-1.1.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.engelschall.com/sw/pth/ @@ -14,10 +14,11 @@ MASTER_SITE_SUBDIR= pth MAINTAINER= rse@engelschall.com -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-pthread \ --enable-syscall-soft \ + --enable-optimize \ --enable-batch MAN1= pth-config.1 pthread-config.1 diff --git a/devel/pth/distinfo b/devel/pth/distinfo index 8e65e06b449b..d59342c4bcc5 100644 --- a/devel/pth/distinfo +++ b/devel/pth/distinfo @@ -1 +1 @@ -MD5 (pth-1.1.2.tar.gz) = 4754b6f99fc8434b7db58cc30268795f +MD5 (pth-1.1.3.tar.gz) = bc2f594e0b22f0ec397b92bf50103f4a |