Index: head/devel/physfs/Makefile =================================================================== --- head/devel/physfs/Makefile (revision 450397) +++ head/devel/physfs/Makefile (revision 450398) @@ -1,22 +1,23 @@ # Created by: Oliver Lehmann # $FreeBSD$ PORTNAME= physfs PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/ MAINTAINER= oliver@FreeBSD.org COMMENT= Library to provide abstract access to various archives CONFLICTS_INSTALL= physfs-devel-[0-9]* USES= cmake tar:bzip2 USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e \ 's|CHECK_INCLUDE_FILE(sys/ucred.h HAVE_UCRED_H|& "-include sys/param.h"|g' \ ${WRKSRC}/CMakeLists.txt .include Index: head/devel/physfs/files/patch-archivers_zip.c =================================================================== --- head/devel/physfs/files/patch-archivers_zip.c (nonexistent) +++ head/devel/physfs/files/patch-archivers_zip.c (revision 450398) @@ -0,0 +1,12 @@ +--- archivers/zip.c.orig 2017-03-03 22:21:13 UTC ++++ archivers/zip.c +@@ -327,7 +327,8 @@ static int ZIP_seek(fvoid *opaque, PHYSF + return(0); + + inflateEnd(&finfo->stream); +- memcpy(&finfo->stream, &str, sizeof (z_stream)); ++ inflateCopy(&finfo->stream, &str); ++ inflateEnd(&str); + finfo->uncompressed_position = finfo->compressed_position = 0; + } /* if */ + Property changes on: head/devel/physfs/files/patch-archivers_zip.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property