ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/archivers/libarchive/Makefile
(Generate patch)

Comparing trunk/archivers/libarchive/Makefile (file contents):
Revision 23710 by laffer1, Mon Sep 25 18:50:26 2017 UTC vs.
Revision 23711 by laffer1, Sat Jul 28 19:53:27 2018 UTC

# Line 2 | Line 2
2   # $FreeBSD: head/archivers/libarchive/Makefile 362046 2014-07-16 07:53:29Z bapt $
3  
4   PORTNAME=       libarchive
5 < PORTVERSION=    3.2.2
6 < PORTREVISION=   1
5 > PORTVERSION=    3.3.2
6   PORTEPOCH=      1
7   CATEGORIES=     archivers
8 < MASTER_SITES=   http://libarchive.org/downloads/
8 > MASTER_SITES=   https://libarchive.org/downloads/
9  
10   MAINTAINER=     ports@MidnightBSD.org
11   COMMENT=        Library to create and read several streaming archive formats
# Line 39 | Line 38 | PLIST_FILES=   bin/bsdcat \
38                  lib/libarchive.a \
39                  lib/libarchive.so \
40                  lib/libarchive.so.13 \
41 <                lib/libarchive.so.13.2.2 \
41 >                lib/libarchive.so.1${PORTVERSION} \
42                  libdata/pkgconfig/libarchive.pc \
43                  man/man1/bsdcat.1.gz \
44                  man/man1/bsdcpio.1.gz \
# Line 97 | Line 96 | LZ4_CONFIGURE_WITH=    lz4
96   NETTLE_LIB_DEPENDS=     libnettle.so:security/nettle
97   NETTLE_CONFIGURE_WITH=  nettle
98   NETTLE_CONFIGURE_ON=    --without-openssl
99 < NETTLE_USE_OFF=         OPENSSL=yes
99 > NETTLE_USES_OFF=        ssl
100   NETTLE_CONFIGURE_OFF=   --with-openssl
101  
102   .include <bsd.port.pre.mk>
103  
104   .if ${OSVERSION} < 9005
105 < CONFIGURE_ENV+= ac_cv_lzma_has_mt=no
105 > CONFIGURE_ENV+= ac_cv_lzma_has_mt=no \
106 >                ac_cv_archive_acl_freebsd=no \
107 >                ac_cv_archive_acl_freebsd_nfs4=no
108 > CONFIGURE_ARGS+=        --disable-acl
109   .endif
110  
111   .if empty(ICONV_LIB)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines