32cd76493a
* Fixed a bug causing wildcards in command alias replacement patterns not to be expanded. * Fixed a bug causing auto-joining of channels not starting in # or & to sometimes fail because the auto-join command was generated before we got the CHANTYPES pronouncement by the server. * Added a size sanity check for incoming Blowfish ECB blocks. The blind assumption of incoming blocks being the expected 12 bytes could lead to a crash or up to 11 byte information leak due to an out-of-bounds read. This fixes CVE-2014-8483. * Enabling SSL/TLS support for connections will now advertise the protocols Qt considers secure by default, instead of being hardcoded to TLSv1. * Fixed the bundled 'sysinfo' script not coping with empty lines in /etc/os-release. * Made disk space info in the bundled 'sysinfo' script more robust by forcing the C locale for 'df'. * Added an audio player type hint for Cantata to the bundled 'media' script. * Fixed some minor comparison logic errors turned up by static analysis. * Konversation now depends on KDE Platform v4.9.0 or higher.
43 lines
1.2 KiB
Makefile
43 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.76 2014/11/14 09:31:14 markd Exp $
|
|
#
|
|
|
|
DISTNAME= konversation-1.5.1
|
|
CATEGORIES= chat kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE:=konversation/1.5.1/src/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://konversation.kde.org/
|
|
COMMENT= KDE IRC Client
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
|
|
|
|
USE_TOOLS+= perl msgfmt
|
|
USE_LANGUAGES= c c++
|
|
|
|
REPLACE_BASH+= data/scripts/*
|
|
REPLACE_PERL+= data/updaters/konversation-*.pl
|
|
REPLACE_PERL+= data/scripts/*
|
|
REPLACE_PYTHON+= data/scripts/*
|
|
REPLACE_PYTHON+= data/scripting_support/python/konversation/dbus.py
|
|
|
|
USE_TOOLS+= bash:run
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} != "Linux"
|
|
DEPENDS+= psmisc>=20.1:../../sysutils/psmisc
|
|
.endif
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
.include "../../meta-pkgs/kde4/kde4.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../misc/kdepimlibs4/buildlink3.mk"
|
|
.include "../../security/qca2/buildlink3.mk"
|
|
.include "../../x11/kdelibs4/buildlink3.mk"
|
|
.include "../../x11/libXScrnSaver/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|