pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sylpheed-claws and IMAP4



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+=            msgfmt
 PKGCONFIG_OVERRIDE+=   sylpheed-claws.pc.in

-#BUILDLINK_ABI_DEPENDS.libetpan+=      libetpan>=0.46
+BUILDLINK_ABI_DEPENDS.libetpan+=       libetpan>=0.46

 CONFIGURE_ARGS+=       --enable-aspell
 CONFIGURE_ARGS+=       --enable-nls
 CONFIGURE_ARGS+=       --enable-openssl
 CONFIGURE_ARGS+=       --enable-gpgme
 CONFIGURE_ARGS+=       --enable-compface
-#CONFIGURE_ARGS+=      --enable-libetpan
-CONFIGURE_ARGS+=       --disable-libetpan
+CONFIGURE_ARGS+=       --enable-libetpan
+#CONFIGURE_ARGS+=      --disable-libetpan
 CONFIGURE_ARGS+=       --disable-trayicon-plugin
 CONFIGURE_ARGS+=       --disable-image-viewer-plugin
 CONFIGURE_ARGS+=       --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řej Tůma

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@localhost      MSN: 
ondra.tu%atlas.cz@localhost

Attachment: pgpy1HmxqYG7B.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index