diff -r 4a5fc1fadc50 -r 22b5cf35a3ea components/libarchive/patches/libarchive-archive_entry_time.3.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/libarchive/patches/libarchive-archive_entry_time.3.patch Tue May 28 11:52:39 2013 -0700 @@ -0,0 +1,35 @@ +This patch is needed to convert BSD-style section numbers to Solaris-style +section numbers. It has not been fed back to the upstream community. It +may need to be tweaked slightly for future releases. + +--- libarchive/libarchive/archive_entry_time.3.orig Mon Mar 26 19:49:00 2012 ++++ libarchive/libarchive/archive_entry_time.3 Fri Nov 9 12:36:07 2012 +@@ -26,7 +26,7 @@ + .\" $FreeBSD$ + .\" + .Dd February 2, 2012 +-.Dt ARCHIVE_ENTRY_TIME 3 ++.Dt ARCHIVE_ENTRY_TIME 3ARCHIVE + .Os + .Sh NAME + .Nm archive_entry_atime , +@@ -100,7 +100,7 @@ + Supported time fields are atime (access time), birthtime (creation time), + ctime (last time an inode property was changed) and mtime (modification time). + .Pp +-.Xr libarchive 3 ++.Xr libarchive 3LIB + provides a high-resolution interface. + The timestamps are truncated automatically depending on the archive format + (for archiving) or the filesystem capabilities (for restoring). +@@ -113,8 +113,8 @@ + .Fn XXX_is_set . + Unset time fields have a second and nanosecond field of 0. + .Sh SEE ALSO +-.Xr archive 3 , +-.Xr archive_entry 3 ++.Xr libarchive 3LIB , ++.Xr archive_entry 3ARCHIVE + .Sh HISTORY + The + .Nm libarchive