Subject: sylpheed-claws and IMAP4
To: None <pkgsrc-users@netbsd.org>
From: Ondrej Tuma <pkgsrc@blackmouse.biz>
List: pkgsrc-users
Date: 06/21/2007 00:20:00
--Signature=_Thu__21_Jun_2007_00_20_00_+0200_p3k00MgBvWD8n=7r
Content-Type: text/plain; charset=ISO-8859-2
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi all,
i have little question: why is in sylpheed-claws packages disabled
IMAP4 support via libetpan ? May be, it's from historic case ? I test
build this with libetpan support on Linux and all works right (i only
uncomment commented lines in Makefile and PLIST. Now i'll start test
it, but if all will be work, i'm thinking that IMAP4 support is really
imported in this nice light but clever mail client.
here is patch to IMAP4 support:
--- Makefile.orig 2007-06-20 13:14:29.000000000 +0200
+++ Makefile 2007-06-20 13:33:40.000000000 +0200
@@ -13,15 +13,15 @@
USE_TOOLS+=3D msgfmt
PKGCONFIG_OVERRIDE+=3D sylpheed-claws.pc.in
-#BUILDLINK_ABI_DEPENDS.libetpan+=3D libetpan>=3D0.46
+BUILDLINK_ABI_DEPENDS.libetpan+=3D libetpan>=3D0.46
CONFIGURE_ARGS+=3D --enable-aspell
CONFIGURE_ARGS+=3D --enable-nls
CONFIGURE_ARGS+=3D --enable-openssl
CONFIGURE_ARGS+=3D --enable-gpgme
CONFIGURE_ARGS+=3D --enable-compface
-#CONFIGURE_ARGS+=3D --enable-libetpan
-CONFIGURE_ARGS+=3D --disable-libetpan
+CONFIGURE_ARGS+=3D --enable-libetpan
+#CONFIGURE_ARGS+=3D --disable-libetpan
CONFIGURE_ARGS+=3D --disable-trayicon-plugin
CONFIGURE_ARGS+=3D --disable-image-viewer-plugin
CONFIGURE_ARGS+=3D --disable-clamav-plugin
@@ -86,7 +86,7 @@
${INSTALL_DATA} ${WRKSRC}/sylpheed*.png
${PREFIX}/share/sylpheed-claws
.include "../../converters/libiconv/buildlink3.mk"
-#.include "../../mail/libetpan/buildlink3.mk"
+.include "../../mail/libetpan/buildlink3.mk"
.include "../../security/gpgme/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/aspell/buildlink3.mk"
--- PLIST.orig 2007-06-21 00:05:52.000000000 +0200
+++ PLIST 2007-06-20 14:10:11.000000000 +0200
@@ -61,11 +61,11 @@
include/sylpheed-claws/editldap_basedn.h
include/sylpheed-claws/editvcard.h
include/sylpheed-claws/enriched.h
-@comment include/sylpheed-claws/etpan/etpan-errors.h
-@comment include/sylpheed-claws/etpan/etpan-log.h
-@comment include/sylpheed-claws/etpan/etpan-thread-manager-types.h
-@comment include/sylpheed-claws/etpan/etpan-thread-manager.h
-@comment include/sylpheed-claws/etpan/imap-thread.h
+include/sylpheed-claws/etpan/etpan-errors.h
+include/sylpheed-claws/etpan/etpan-log.h
+include/sylpheed-claws/etpan/etpan-thread-manager-types.h
+include/sylpheed-claws/etpan/etpan-thread-manager.h
+include/sylpheed-claws/etpan/imap-thread.h
include/sylpheed-claws/exphtmldlg.h
include/sylpheed-claws/expldifdlg.h
include/sylpheed-claws/export.h
--
Ond=F8ej T=F9ma
Unix-like system is the best operation system from the top of the world.
I'm lucky BSD and linux user. :) Use unix-like, be free. :)
www.blackmouse.biz hash.webjet.cz
ICQ: 107760454 JABBER: mcbig@jabber.cz MSN: ondra.tu@atlas.cz
--Signature=_Thu__21_Jun_2007_00_20_00_+0200_p3k00MgBvWD8n=7r
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
iD8DBQFGeagQBmNIPxOnb/IRAt6JAKCOhntlKaP1SNcaEB5AeR+RNjwx/QCgiuWx
Y61r27CoehmRORARR4XKaHE=
=NnQ/
-----END PGP SIGNATURE-----
--Signature=_Thu__21_Jun_2007_00_20_00_+0200_p3k00MgBvWD8n=7r--