Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2017 23:34:34 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440071 - head/archivers/libarchive
Message-ID:  <201705032334.v43NYYWp031725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Wed May  3 23:34:33 2017
New Revision: 440071
URL: https://svnweb.freebsd.org/changeset/ports/440071

Log:
  Revert accidentially commited change in r440070

Modified:
  head/archivers/libarchive/Makefile

Modified: head/archivers/libarchive/Makefile
==============================================================================
--- head/archivers/libarchive/Makefile	Wed May  3 23:29:17 2017	(r440070)
+++ head/archivers/libarchive/Makefile	Wed May  3 23:34:33 2017	(r440071)
@@ -2,7 +2,6 @@
 
 PORTNAME=	libarchive
 PORTVERSION=	3.3.1
-PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	archivers
 MASTER_SITES=	http://libarchive.org/downloads/
@@ -14,10 +13,11 @@ LICENSE=	BSD2CLAUSE
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
-OPTIONS_DEFINE=	LZ4 NETTLE
-OPTIONS_DEFAULT=LZ4
+OPTIONS_DEFINE=	LZ4 LZO NETTLE
+OPTIONS_DEFAULT=LZ4 LZO
 
 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,6 +85,8 @@ CFLAGS+=	"-I${LOCALBASE}/include"
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705032334.v43NYYWp031725>