aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-06-23 04:11:54 +0800
committertijl <tijl@FreeBSD.org>2014-06-23 04:11:54 +0800
commitaf442eb5d9342ac3cc4b802736796be5ed358c80 (patch)
tree7a8f63910a5cdbeea93017a1d660d9ab5b0e1bf9 /archivers
parent986469a071870b72c156a1b283d119bfc4b114a8 (diff)
downloadfreebsd-ports-gnome-af442eb5d9342ac3cc4b802736796be5ed358c80.tar.gz
freebsd-ports-gnome-af442eb5d9342ac3cc4b802736796be5ed358c80.tar.zst
freebsd-ports-gnome-af442eb5d9342ac3cc4b802736796be5ed358c80.zip
- Add USES=libtool to archivers/libarchive.
- Bump PORTREVISION on dependent ports.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/libarchive/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 24cab19fe035..61e8eff4a96f 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libarchive
PORTVERSION= 3.1.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= archivers
MASTER_SITES= http://libarchive.org/downloads/
@@ -17,7 +17,7 @@ LIBXML2_DESC= Support writing xar via libxml2
LZO_DESC= Support lzo compression via liblzo2
NETTLE_DESC= Use Nettle instead of OpenSSL
-USES= pathfix
+USES= libtool pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PATCH_STRIP= -p1
@@ -29,9 +29,9 @@ PLIST_FILES= bin/bsdcpio \
include/archive.h \
include/archive_entry.h \
lib/libarchive.a \
- lib/libarchive.la \
lib/libarchive.so \
- lib/libarchive.so.14 \
+ lib/libarchive.so.13 \
+ lib/libarchive.so.13.1.2 \
libdata/pkgconfig/libarchive.pc \
man/man1/bsdcpio.1.gz \
man/man1/bsdtar.1.gz \