From cf5770d2641bb56830f0ef27ee604313b20b9cb1 Mon Sep 17 00:00:00 2001 From: codicodi Date: Tue, 24 Jan 2017 21:59:24 +0100 Subject: [libarchive] bump version --- ports/libarchive/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/libarchive/CONTROL') diff --git a/ports/libarchive/CONTROL b/ports/libarchive/CONTROL index c035a891e..43979243c 100644 --- a/ports/libarchive/CONTROL +++ b/ports/libarchive/CONTROL @@ -1,4 +1,4 @@ Source: libarchive -Version: 3.2.2 +Version: 3.2.2-1 Description: Library for reading and writing streaming archives Build-Depends: zlib, bzip2, libxml2, libiconv, lz4, liblzma, openssl -- cgit v1.2.3 From 490ddfe2f7362c442190f4da9e41386a8a811681 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Wed, 25 Jan 2017 21:14:57 -0800 Subject: [libarchive] Disable libiconv support This fixes an issue with the detection code on VS2017. Additionally, it appears that the functionality provided by libiconv is minimal on Windows due to the existance of the Win32 conversion APIs. --- ports/libarchive/CONTROL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ports/libarchive/CONTROL') diff --git a/ports/libarchive/CONTROL b/ports/libarchive/CONTROL index 43979243c..96f2de7dd 100644 --- a/ports/libarchive/CONTROL +++ b/ports/libarchive/CONTROL @@ -1,4 +1,4 @@ Source: libarchive -Version: 3.2.2-1 +Version: 3.2.2-2 Description: Library for reading and writing streaming archives -Build-Depends: zlib, bzip2, libxml2, libiconv, lz4, liblzma, openssl +Build-Depends: zlib, bzip2, libxml2, lz4, liblzma, openssl -- cgit v1.2.3