Date: Sun, 12 May 2013 20:18:16 GMT From: Koop Mast <kwm@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/178546: mail/libpst build libpst library Message-ID: <201305122018.r4CKIGpV093131@freefall.freebsd.org> Resent-Message-ID: <201305122020.r4CKK0fs093197@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178546 >Category: ports >Synopsis: mail/libpst build libpst library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 12 20:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Koop Mast >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r250391: Wed May 8 23:39:18 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: Enable building of the library of libpst. this will allow evolution to build libpst support. >How-To-Repeat: >Fix: --- libpst-library.diff begins here --- Index: mail/libpst/Makefile =================================================================== --- mail/libpst/Makefile (revision 317975) +++ mail/libpst/Makefile (working copy) @@ -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 @@ 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 Index: mail/libpst/pkg-plist =================================================================== --- mail/libpst/pkg-plist (revision 317975) +++ mail/libpst/pkg-plist (working copy) @@ -3,3 +3,16 @@ 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 --- libpst-library.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305122018.r4CKIGpV093131>