Hi.

This diff adds libmal support to kdepim3 so one can sync its Palm with AvantGO and alikes... I also removed ncurses and readline from WANTLIB as they were noted as "extra" by lib-depends-check.

Let me know.
Cheers!

--
Antoine
diff -ruN --exclude CVS /usr/ports/x11/kde/pim3/Makefile pim3/Makefile
--- /usr/ports/x11/kde/pim3/Makefile    Thu Dec  7 09:03:37 2006
+++ pim3/Makefile       Sat Dec 23 19:51:38 2006
@@ -5,7 +5,7 @@
 CATEGORIES=            x11 x11/kde productivity
 VERSION=               3.5.5
 DISTNAME=              kdepim-${VERSION}
-PKGNAME=               ${DISTNAME}
+PKGNAME=               ${DISTNAME}p0
 MODKDE_VERSION=                3.5.3
 SHARED_LIBS += index                1.0      # .0.0
 SHARED_LIBS += kgantt               1.0      # .0.2
@@ -64,16 +64,17 @@
 WANTLIB=       Xss audiofile stdc++ ossaudio X11 jpeg util m \
                vorbisfile gmodule-2.0 gthread-2.0 \
                pcreposix intl vorbisenc qui SM pthread \
-               c artsflow ogg ncurses mcop png iconv Xext \
+               c artsflow ogg mcop png iconv Xext \
                artsflow_idl art_lgpl_2 mad qtmcop glib-2.0 \
-               glib-2.0 ICE readline soundserver_idl Xrender \
+               glib-2.0 ICE soundserver_idl Xrender \
                gpg-error vorbis pcre esd z sasl2 idn
 
 FLAVORS=       debug
 LIB_DEPENDS+=  pisock::comms/pilot-link
 RUN_DEPENDS+=  ::x11/kde/base3
 LIB_DEPENDS+=  gpgme:gpgme->=0.4.5:security/gpgme \
-               sasl2::security/cyrus-sasl2
+               sasl2::security/cyrus-sasl2 \
+               mal.>=1::comms/libmal
 
 #MULTI_PACKAGES=-kpilot
 FULLPKGNAME-kpilot = kpilot-${VERSION}p0
diff -ruN --exclude CVS /usr/ports/x11/kde/pim3/pkg/PLIST pim3/pkg/PLIST
--- /usr/ports/x11/kde/pim3/pkg/PLIST   Fri Oct 13 01:12:19 2006
+++ pim3/pkg/PLIST      Sat Dec 23 19:51:38 2006
@@ -313,6 +313,8 @@
 ${KDE}/conduit_doc.so
 ${KDE}/conduit_knotes.la
 ${KDE}/conduit_knotes.so
+${KDE}/conduit_mal.la
+${KDE}/conduit_mal.so
 ${KDE}/conduit_memofile.la
 ${KDE}/conduit_memofile.so
 ${KDE}/conduit_notepad.la
@@ -1723,6 +1725,7 @@
 share/config.kcfg/kpalmdoc.kcfg
 share/config.kcfg/kpilot.kcfg
 share/config.kcfg/kpilotlib.kcfg
+share/config.kcfg/malconduit.kcfg
 share/config.kcfg/memofileconduit.kcfg
 share/config.kcfg/mk4config.kcfg
 share/config.kcfg/pimemoticons.kcfg
@@ -2362,6 +2365,7 @@
 share/services/kresources/konnector/remotekonnector.desktop
 share/services/kresources/konnector_manager.desktop
 share/services/ldifvcardthumbnail.desktop
+share/services/mal_conduit.desktop
 share/services/mbox.protocol
 share/services/memofile-conduit.desktop
 share/services/notepad-conduit.desktop

Reply via email to