mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libarchive: bump version.
patch is upstreamed.
This commit is contained in:
@@ -22,10 +22,9 @@ or compress.
|
||||
HOMEPAGE="http://www.libarchive.org/"
|
||||
COPYRIGHT="2003-2013 Tim Kientzle"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.libarchive.org/downloads/libarchive-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ed2dbd6954792b2c054ccf8ec4b330a54b85904a80cef477a1c74643ddafa0ce"
|
||||
PATCHES="libarchive-$portVersion.patchset"
|
||||
CHECKSUM_SHA256="ba7eb1781c9fbbae178c4c6bad1c6eb08edab9a1496c64833d1715d022b30e2e"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -43,7 +42,7 @@ PROVIDES="
|
||||
cmd:bsdcat$commandSuffix = $portVersion compat >= 3.0
|
||||
cmd:bsdcpio$commandSuffix = $portVersion compat >= 3.0
|
||||
cmd:bsdtar$commandSuffix = $portVersion compat >= 3.0
|
||||
lib:libarchive$secondaryArchSuffix = 13.3.2 compat >= 13
|
||||
lib:libarchive$secondaryArchSuffix = 13.3.3 compat >= 13
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -57,7 +56,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libarchive${secondaryArchSuffix}_devel = $portVersion compat >= 3.0
|
||||
devel:libarchive$secondaryArchSuffix = 13.3.2 compat >= 13
|
||||
devel:libarchive$secondaryArchSuffix = 13.3.3 compat >= 13
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libarchive$secondaryArchSuffix == $portVersion
|
||||
@@ -1,22 +0,0 @@
|
||||
From 65ee3296850e9ed3dbca4a58cc22aeb19b3e77c8 Mon Sep 17 00:00:00 2001
|
||||
From: Chris Roberts <cpr420@gmail.com>
|
||||
Date: Sat, 26 Oct 2013 18:36:43 -0600
|
||||
Subject: Check libgnu for xattr functions on Haiku
|
||||
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index ba3cfda..ffbc1ef 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -682,7 +682,7 @@ AC_ARG_ENABLE([xattr],
|
||||
[Disable Extended Attributes support (default: check)]))
|
||||
|
||||
if test "x$enable_xattr" != "xno"; then
|
||||
- AC_SEARCH_LIBS([setxattr], [attr])
|
||||
+ AC_SEARCH_LIBS([setxattr], [attr gnu])
|
||||
AC_CHECK_DECLS([EXTATTR_NAMESPACE_USER], [], [], [#include <sys/types.h>
|
||||
#include <sys/extattr.h>
|
||||
])
|
||||
--
|
||||
2.12.2
|
||||
|
||||
Reference in New Issue
Block a user