From c236950c29ab1f8ab4a24f49e5af43a8d1bf8cf9 Mon Sep 17 00:00:00 2001 From: tijl Date: Mon, 5 May 2014 22:50:59 +0000 Subject: Convert archivers/libzip to USES=libtool. Bump PORTREVISION on all dependent ports. cad/repsnapper: - Remove excessive dependencies. - Convert to USES=libtool. - Set LDFLAGS to fix detection of libintl. - Use @sample. databases/mysql-workbench51: - Remove remnants of former slave ports. - Convert some LIB_DEPENDS to USE_GNOME. - Convert to USES=libtool. - Staging. databases/mysql-workbench52: - USES=libtool. devel/libsigrok: - USES=libtool. - INSTALL_TARGET=install-strip. devel/liborcus: - USES=libtool tar:bzip2. --- archivers/libzip/Makefile | 3 ++- archivers/libzip/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'archivers') diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index d0b20766e379..f63ba7def99c 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -3,6 +3,7 @@ PORTNAME= libzip PORTVERSION= 0.11.2 +PORTREVISION= 1 CATEGORIES= archivers devel MASTER_SITES= http://www.nih.at/libzip/ @@ -11,7 +12,7 @@ COMMENT= C library for reading, creating, and modifying ZIP archives GNU_CONFIGURE= yes MAKE_ENV= LC_ALL="C" -USES= pathfix tar:xz +USES= libtool pathfix tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/archivers/libzip/pkg-plist b/archivers/libzip/pkg-plist index a451a6a5cd3e..ee95c61993fc 100644 --- a/archivers/libzip/pkg-plist +++ b/archivers/libzip/pkg-plist @@ -4,9 +4,9 @@ bin/ziptorrent include/zip.h include/zipconf.h lib/libzip.a -lib/libzip.la lib/libzip.so -lib/libzip.so.3 +lib/libzip.so.2 +lib/libzip.so.2.1.0 libdata/pkgconfig/libzip.pc man/man1/zipcmp.1.gz man/man1/zipmerge.1.gz -- cgit