From owner-svn-ports-all@FreeBSD.ORG Mon May 13 09:18:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 189956FC; Mon, 13 May 2013 09:18:52 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0BD3C10C; Mon, 13 May 2013 09:18:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4D9IpJS035757; Mon, 13 May 2013 09:18:51 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4D9IpxK035754; Mon, 13 May 2013 09:18:51 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201305130918.r4D9IpxK035754@svn.freebsd.org> From: Koop Mast Date: Mon, 13 May 2013 09:18:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318029 - head/mail/libpst X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 09:18:52 -0000 Author: kwm Date: Mon May 13 09:18:51 2013 New Revision: 318029 URL: http://svnweb.freebsd.org/changeset/ports/318029 Log: Enable building the shared library. PR: ports/178546 Submitted by: myself Approved by: maintainer Modified: head/mail/libpst/Makefile head/mail/libpst/pkg-plist (contents, props changed) Modified: head/mail/libpst/Makefile ============================================================================== --- head/mail/libpst/Makefile Mon May 13 09:18:35 2013 (r318028) +++ head/mail/libpst/Makefile Mon May 13 09:18:51 2013 (r318029) @@ -3,6 +3,7 @@ PORTNAME= libpst PORTVERSION= 0.6.58 +PORTREVISION= 1 CATEGORIES= mail converters MASTER_SITES= http://www.five-ten-sg.com/libpst/packages/ \ http://fossies.org/unix/privat/ @@ -16,10 +17,11 @@ LIB_DEPENDS= gsf-1:${PORTSDIR}/devel/lib GNU_CONFIGURE= yes USE_GMAKE= yes -USES= iconv +USES= iconv pathfix CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -liconv -CONFIGURE_ARGS+= --disable-python +CONFIGURE_ARGS+= --disable-python --enable-libpst-shared +USE_LDCONFIG= yes MAN1= lspst.1 pst2dii.1 pst2ldif.1 readpst.1 MAN5= outlook.pst.5 Modified: head/mail/libpst/pkg-plist ============================================================================== --- head/mail/libpst/pkg-plist Mon May 13 09:18:35 2013 (r318028) +++ head/mail/libpst/pkg-plist Mon May 13 09:18:51 2013 (r318029) @@ -3,3 +3,16 @@ bin/nick2ldif bin/pst2ldif bin/readpst %%PST2DII%%bin/pst2dii +include/libpst-4/libpst/common.h +include/libpst-4/libpst/libpst.h +include/libpst-4/libpst/libstrfunc.h +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 +libdata/pkgconfig/libpst.pc +@dirrm include/libpst-4/libpst +@dirrm include/libpst-4