Date: Wed, 2 Jul 2014 22:07:15 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360290 - head/mail/libpst Message-ID: <201407022207.s62M7FrC022151@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 2 22:07:14 2014 New Revision: 360290 URL: http://svnweb.freebsd.org/changeset/ports/360290 QAT: https://qat.redports.org/buildarchive/r360290/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/mail/libpst/Makefile head/mail/libpst/pkg-plist Modified: head/mail/libpst/Makefile ============================================================================== --- head/mail/libpst/Makefile Wed Jul 2 22:06:54 2014 (r360289) +++ head/mail/libpst/Makefile Wed Jul 2 22:07:14 2014 (r360290) @@ -3,7 +3,7 @@ PORTNAME= libpst PORTVERSION= 0.6.63 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail converters MASTER_SITES= http://www.five-ten-sg.com/libpst/packages/ \ http://fossies.org/unix/privat/ @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgsf-1.so:${PORTSDIR}/devel/libgsf GNU_CONFIGURE= yes -USES= iconv pathfix gmake pkgconfig +USES= iconv libtool pathfix gmake pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS+= --disable-python --enable-libpst-shared Modified: head/mail/libpst/pkg-plist ============================================================================== --- head/mail/libpst/pkg-plist Wed Jul 2 22:06:54 2014 (r360289) +++ head/mail/libpst/pkg-plist Wed Jul 2 22:07:14 2014 (r360290) @@ -10,9 +10,9 @@ include/libpst-4/libpst/lzfu.h include/libpst-4/libpst/timeconv.h include/libpst-4/libpst/vbuf.h lib/libpst.a -lib/libpst.la lib/libpst.so -lib/libpst.so.5 +lib/libpst.so.4 +lib/libpst.so.4.1.10 libdata/pkgconfig/libpst.pc man/man1/lspst.1.gz man/man1/pst2dii.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407022207.s62M7FrC022151>