43f177bd45
Kopete * Fix adding of yahoo contacts. * Fix crash after duplicate login. * Jabber groupchat history is only shown for currently present members. * Enable Kopete to respond to chats started by others who are blocking you. * Newlines seen when sending richtext to gaim and trillian clients. * Fix webcam problems. * Kopete does not keep toolbar settings. * < and > in contact nicknames aren't well supported. * "Message handling" unset when setting it to "Open messages instantly" and reopening the configuration dialog. * Deactivate the Join Chatrooms action when offline. * Fix error in chatroom search so that all chatrooms are listed. * Fix msn live emoticons. * Fix issue with MSN webcam images being garbled. * Fix crash on Yahoo protocol.
67 lines
2 KiB
Makefile
67 lines
2 KiB
Makefile
# $NetBSD: Makefile,v 1.64 2007/10/20 10:40:23 markd Exp $
|
|
|
|
DISTNAME= kdenetwork-${_KDE_VERSION}
|
|
CATEGORIES= net
|
|
COMMENT= Network modules for the KDE integrated X11 desktop
|
|
|
|
CONFLICTS= kopete-[0-9]*
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
DEPENDS+= qca-tls>=1.0:../../security/qca-tls
|
|
|
|
USE_TOOLS+= pkg-config
|
|
PTHREAD_OPTS+= require
|
|
|
|
REPLACE_PERL+= ksirc/dsirc \
|
|
knewsticker/knt-0.1-0.2.pl \
|
|
kopete/kopete/kconf_update/kopete-account-0.10.pl \
|
|
kopete/kopete/kconf_update/kopete-pluginloader.pl
|
|
|
|
REPLACE_INTERPRETER+= bash
|
|
REPLACE.bash.old= /bin/bash
|
|
REPLACE.bash.new= ${SH}
|
|
REPLACE_FILES.bash= krfb/krfb_httpd/krfb_httpd
|
|
|
|
CONFIGURE_ARGS+= --disable-meanwhile
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
CONFIGURE_ENV+= ac_cv_header_net_if_ppp_h=yes
|
|
.endif
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
CONFIGURE_ENV+= ac_cv_sys_file_offset_bits=no
|
|
.endif
|
|
|
|
.if ${X11_TYPE} != "native"
|
|
.include "../../x11/libXScrnSaver/buildlink3.mk"
|
|
.elif !exists(${X11BASE}/lib/libXss.so)
|
|
CONFIGURE_ENV+= ac_cv_lib_Xss_XScreenSaverQueryInfo="no"
|
|
.endif
|
|
|
|
post-configure:
|
|
${TOUCH} ${WRKSRC}/Makefile ${WRKSRC}/config.h
|
|
(cd ${WRKSRC}/kopete/protocols/jabber/libiris/iris/xmpp-core; \
|
|
${MV} Makefile Makefile.save; ${GREP} -v "^#>" Makefile.save > Makefile; \
|
|
${RM} Makefile.save)
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../converters/uulib/buildlink3.mk"
|
|
.include "../../databases/gdbm/buildlink3.mk"
|
|
.include "../../devel/libidn/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../net/openslp/buildlink3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../x11/libXtst/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|