aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 6bec769fc0..064eef9c5d 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-24 Ushveen Kaur <kushveen@novell.com>
+
+ ** Fixes bug #261062
+
+ * addressbook.error.xml: Translator comments added.
+
2006-09-28 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #357811
file?h=mate-1.16&id=3eb6bbb5de22f4ad4fb7ee5567dc81af02d27d4f'>Makefile
blob: ac6546e97dd03b6d7fb3a27535f1e059ff66ad7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Created by: Nate Underwood <natey@natey.com>
# $FreeBSD$

PORTNAME=   libpst
PORTVERSION=    0.6.63
PORTREVISION=   2
CATEGORIES= mail converters
MASTER_SITES=   http://www.five-ten-sg.com/libpst/packages/ \
        http://fossies.org/unix/privat/

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Tool for converting Outlook .pst files to mbox and other formats

LICENSE=    GPLv2

LIB_DEPENDS=    libgsf-1.so:${PORTSDIR}/devel/libgsf

OPTIONS_DEFINE= DOCS PST2DII
OPTIONS_SUB=    yes
PST2DII_DESC=   Allow Summation Document Image Information output

CONFIGURE_ARGS= --disable-python --enable-libpst-shared
CPPFLAGS+=  -I${LOCALBASE}/include
GNU_CONFIGURE=  yes
LDFLAGS+=   -L${LOCALBASE}/lib ${ICONV_LIB}
USE_LDCONFIG=   yes
USES=       gmake iconv libtool pathfix pkgconfig

PORTDOCS=   *

PST2DII_BUILD_DEPENDS=  ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
PST2DII_CONFIGURE_OFF=  --enable-dii=no
PST2DII_CONFIGURE_ON=   --enable-dii=yes
PST2DII_LIB_DEPENDS=    libgd.so:${PORTSDIR}/graphics/gd
PST2DII_RUN_DEPENDS=    ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick

post-patch:
    @${GREP} -lr malloc.h ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g'
    @${REINPLACE_CMD} -e 's|doc\/@PACKAGE@-@VERSION@|doc\/@PACKAGE@|g' ${WRKSRC}/Makefile.in ${WRKSRC}/html/Makefile.in
    @${REINPLACE_CMD} -e '/html_DATA =/ s|COPYING ||' ${WRKSRC}/Makefile.in

post-install:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpst.so.4.1.10

.include <bsd.port.mk>