mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Upgrade GNU Portable Threads (Pth) from 1.1.6 to 1.2.0
and this way move this port to the new stable 1.2 series. (The pth-devel port will later switch to Pth 1.3b1 if available...)
This commit is contained in:
parent
0d726bfbcc
commit
4a7d1f00e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22737
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: pth
|
||||
# Version required: 1.1.6
|
||||
# Version required: 1.2.0
|
||||
# Date Created: 23 May 1999
|
||||
# Whom: Ralf S. Engelschall
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= pth-1.1.6
|
||||
DISTNAME= pth-1.2.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU} \
|
||||
ftp://ftp.engelschall.com/sw/pth/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pth-1.1.6.tar.gz) = 757afb0642a7c1eda59634a9687acb62
|
||||
MD5 (pth-1.2.0.tar.gz) = f580f854c6deed5e4956bf48afb26e7c
|
||||
|
@ -5,10 +5,10 @@ include/pthread.h
|
||||
lib/libpth.a
|
||||
lib/libpth.la
|
||||
lib/libpth.so
|
||||
lib/libpth.so.11
|
||||
lib/libpth.so.12
|
||||
lib/libpthread.a
|
||||
lib/libpthread.la
|
||||
lib/libpthread.so
|
||||
lib/libpthread.so.11
|
||||
lib/libpthread.so.12
|
||||
@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