freebsd-ports/security/ksecrets/Makefile
Raphael Kubo da Costa 554e0c79c9 Update the KDE Software Compilation to 4.10.5.
Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.

The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php

The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.

I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
2013-07-04 23:34:32 +00:00

24 lines
594 B
Makefile

# $FreeBSD$
PORTNAME= ksecrets
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= security kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Secrets management infrastructure for KDE
LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca
IGNORE= not ready for use, will be excluded from KDE SC 4.9
USE_XZ= yes
USE_KDE4= kdeprefix kdehier automoc4 kdelibs workspace
USES= cmake:outsource
USE_QT4= qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>