components/libarchive/patches/libarchive-archive_entry_perms.3.patch
changeset 4997 714545171c17
parent 1316 22b5cf35a3ea
--- a/components/libarchive/patches/libarchive-archive_entry_perms.3.patch	Thu Oct 22 07:49:29 2015 -0700
+++ b/components/libarchive/patches/libarchive-archive_entry_perms.3.patch	Thu Oct 22 09:15:17 2015 -0700
@@ -1,18 +1,9 @@
-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.
+This patch is needed to remove references to functions that don't exist on 
+Solaris. It has not been fed back to the upstream community. It may need to be 
+tweaked slightly for future releases.  
 
 --- libarchive/libarchive/archive_entry_perms.3.orig	Mon Mar 26 19:49:00 2012
 +++ libarchive/libarchive/archive_entry_perms.3	Fri Nov  9 12:37:14 2012
-@@ -24,7 +24,7 @@
- .\" SUCH DAMAGE.
- .\"
- .Dd February 2, 2012
--.Dt ARCHIVE_ENTRY_PERMS 3
-+.Dt ARCHIVE_ENTRY_PERMS 3ARCHIVE
- .Os
- .Sh NAME
- .Nm archive_entry_gid ,
 @@ -170,9 +170,6 @@
  In unusual circumstances, you can force a fully-specified set
  of file flags by setting the bitmap of flags to clear to the complement
@@ -23,7 +14,7 @@
  Converting a bitmap to a textual string is a platform-specific
  operation; bits that are not meaningful on the current platform
  will be ignored.
-@@ -190,15 +187,12 @@
+@@ -190,7 +187,4 @@
  Note that every name \(em including names that follow an unrecognized
  name \(em will be evaluated, and the bitmaps will be set to reflect
  every name that is recognized.
@@ -31,16 +22,3 @@
 -.Xr strtofflags 3 ,
 -which stops parsing at the first unrecognized name.)
  .Sh SEE ALSO
--.Xr archive 3 ,
--.Xr archive_entry 3 ,
--.Xr archive_entry_acl 3 ,
--.Xr archive_read_disk 3 ,
--.Xr archive_write_disk 3
-+.Xr libarchive 3LIB ,
-+.Xr archive_entry 3ARCHIVE ,
-+.Xr archive_entry_acl 3ARCHIVE ,
-+.Xr archive_read_disk 3ARCHIVE ,
-+.Xr archive_write_disk 3ARCHIVE
- .Sh BUGS
- The platform types
- .Vt uid_t