mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Upgrade to the new stabilized GNU Portable Thread 1.1 series.
This port is now at GNU Pth 1.1.0.
This commit is contained in:
parent
bc1b303a51
commit
781b263452
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20819
@ -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."
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pth-1.0.6.tar.gz) = 4be3ab155ec7794da7b0551898c09e96
|
||||
MD5 (pth-1.1.0.tar.gz) = 18c9501b56061b0803dc4577ffabef04
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user