Index: head/archivers/libarchive/Makefile =================================================================== --- head/archivers/libarchive/Makefile (revision 131218) +++ head/archivers/libarchive/Makefile (revision 131219) @@ -1,37 +1,37 @@ # New ports collection makefile for: libarchive # Date created: 23 March 2004 # Whom: Greg Lewis # # $FreeBSD$ PORTNAME= libarchive -PORTVERSION= 1.02.010 +PORTVERSION= 1.02.014 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ MAINTAINER= glewis@FreeBSD.org COMMENT= Library to create and read several streaming archive formats GNU_CONFIGURE= yes PLIST_FILES= include/archive.h \ include/archive_entry.h \ lib/libarchive.a MANCOMPRESSED= no MAN3= archive_entry.3 \ archive_read.3 \ archive_util.3 \ archive_write.3 \ libarchive.3 MAN5= libarchive-formats.5 \ tar.5 .include .if ${OSVERSION} >= 502103 IGNORE= is in the base system .endif .include Property changes on: head/archivers/libarchive/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/archivers/libarchive/distinfo =================================================================== --- head/archivers/libarchive/distinfo (revision 131218) +++ head/archivers/libarchive/distinfo (revision 131219) @@ -1,2 +1,2 @@ -MD5 (libarchive-1.02.010.tar.gz) = ae7877daf89dec8268c515f9846fa369 -SIZE (libarchive-1.02.010.tar.gz) = 197500 +MD5 (libarchive-1.02.014.tar.gz) = 4de0006f9a3a6a4e4ad54bf8e6e9c88b +SIZE (libarchive-1.02.014.tar.gz) = 198411 Property changes on: head/archivers/libarchive/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/archivers/libarchive/files/patch-archive_read_extract.c =================================================================== --- head/archivers/libarchive/files/patch-archive_read_extract.c (nonexistent) +++ head/archivers/libarchive/files/patch-archive_read_extract.c (revision 131219) @@ -0,0 +1,19 @@ +$FreeBSD$ + +--- archive_read_extract.c.orig Mon Mar 14 10:12:52 2005 ++++ archive_read_extract.c Mon Mar 14 10:13:03 2005 +@@ -188,12 +188,13 @@ + * and move to a suitable intermediate dir. + */ + if (strlen(archive_entry_pathname(entry)) > PATH_MAX) { ++ char *intdir, *tail; ++ + /* + * Yes, the copy here is necessary because we edit + * the pathname in-place to create intermediate dirnames. + */ + original_filename = strdup(archive_entry_pathname(entry)); +- char *intdir, *tail; + + restore_pwd = open(".", O_RDONLY); + /* Property changes on: head/archivers/libarchive/files/patch-archive_read_extract.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property