diff options
author | rse <rse@FreeBSD.org> | 1999-08-28 00:08:53 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1999-08-28 00:08:53 +0800 |
commit | e898de3fbd4d3123d1a320a01f383f4c6f01467e (patch) | |
tree | 20f23dc4dcaa7969759943c809f08f1373fc43ec /devel/pth | |
parent | 30d6c1b6d87680a45270e8e6ed12a43c37d580df (diff) | |
download | freebsd-ports-gnome-e898de3fbd4d3123d1a320a01f383f4c6f01467e.tar.gz freebsd-ports-gnome-e898de3fbd4d3123d1a320a01f383f4c6f01467e.tar.zst freebsd-ports-gnome-e898de3fbd4d3123d1a320a01f383f4c6f01467e.zip |
Upgrade to GNU Portable Threads (Pth), version 1.1.3
Diffstat (limited to 'devel/pth')
-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 |