update to 2.0.3
PR: ports/175494 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
This commit is contained in:
parent
2e981380a1
commit
ce199a95e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311203
3 changed files with 8 additions and 17 deletions
|
@ -1,18 +1,15 @@
|
|||
# New ports collection makefile for: physfs
|
||||
# Date Created: 26 July 2003
|
||||
# Whom: Oliver Lehmann <oliver@FreeBSD.org>
|
||||
#
|
||||
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= physfs
|
||||
PORTVERSION= 2.0.2
|
||||
PORTVERSION= 2.0.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://offload1.icculus.org:9090/${PORTNAME}/downloads/
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= A library to provide abstract access to various archives
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_CMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -22,13 +19,7 @@ patch-autotools-libtool:
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|CHECK_INCLUDE_FILE(sys/ucred.h HAVE_UCRED_H|& "-include sys/param.h"|g; \
|
||||
s|CHECK_INCLUDE_FILE(readline/readline.h HAVE_READLINE_H|& "-include stdio.h"|g; \
|
||||
s|CHECK_INCLUDE_FILE(readline/history.h HAVE_HISTORY_H|& "-include stdio.h"|g; \
|
||||
s|CHECK_LIBRARY_EXISTS("readline" "history.*|SET(HAVE_LIBHISTORY TRUE)|g; \
|
||||
s|" " \(readline curses\)|\1|' ${WRKSRC}/CMakeLists.txt
|
||||
|
||||
@${REINPLACE_CMD} -e 's|\(define SIZEOF_INT\) 4|\1 (LONG_BIT/8)|g' \
|
||||
${WRKSRC}/platform/unix.c
|
||||
's|CHECK_INCLUDE_FILE(sys/ucred.h HAVE_UCRED_H|& "-include sys/param.h"|g' \
|
||||
${WRKSRC}/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (physfs-2.0.2.tar.gz) = ae296d3148228e03fd56cc9ea58af02f87dcbb1fadef125c18b709ab37f0bc09
|
||||
SIZE (physfs-2.0.2.tar.gz) = 671700
|
||||
SHA256 (physfs-2.0.3.tar.bz2) = ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69
|
||||
SIZE (physfs-2.0.3.tar.bz2) = 560628
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/test_physfs
|
||||
include/physfs.h
|
||||
lib/libphysfs.so.1
|
||||
lib/libphysfs.so.2.0.2
|
||||
lib/libphysfs.so.2.0.3
|
||||
lib/libphysfs.a
|
||||
lib/libphysfs.so
|
||||
|
|
Loading…
Reference in a new issue