FreeBSD Bugzilla – Attachment 182057 Details for
Bug 218857
[PATCH] archivers/libarchive: remove LZO support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to remove LZO support
libarchive_nolzo.patch (text/plain), 883 bytes, created by
Martin Matuska
on 2017-04-24 20:39:25 UTC
(
hide
)
Description:
Patch to remove LZO support
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2017-04-24 20:39:25 UTC
Size:
883 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 439343) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= libarchive > PORTVERSION= 3.3.1 >+PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= archivers > MASTER_SITES= http://libarchive.org/downloads/ >@@ -13,11 +14,10 @@ > > LIB_DEPENDS= libexpat.so:textproc/expat2 > >-OPTIONS_DEFINE= LZ4 LZO NETTLE >-OPTIONS_DEFAULT=LZ4 LZO >+OPTIONS_DEFINE= LZ4 NETTLE >+OPTIONS_DEFAULT=LZ4 > > LZ4_DESC= Support lz4 compression via liblz4 >-LZO_DESC= Support lzo compression via liblzo2 > NETTLE_DESC= Use Nettle instead of OpenSSL > > USES= cpe iconv libtool pathfix >@@ -85,8 +85,6 @@ > CPPFLAGS+= "-I${LOCALBASE}/include" > LDFLAGS+= "-L${LOCALBASE}/lib" > >-LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 >-LZO_CONFIGURE_WITH= lzo2 > LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 > LZ4_CONFIGURE_WITH= lz4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 218857
:
182057
|
182058