ports/178546: mail/libpst build libpst library
Koop Mast
kwm at FreeBSD.org
Sun May 12 20:20:00 UTC 2013
>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 at 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
+ at dirrm include/libpst-4/libpst
+ at dirrm include/libpst-4
--- libpst-library.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list