pkgsrc/devel/kdesdk3/Makefile
skrll 42861251c2 Update KDE to the 3.0.5a distribution. Packages are numbered 3.0.5.1 or
1.0.5.1 accordingly.

Fixes and changes are:

Multiple vulnerabilities.

kdelibs
	KHTML : Fixed several crashes and misrenderings.
	rlogin.protocol: fixed command execution in specially crafted
	urls.

kdebase
	KAddressbook: Don't squeeze columns on startup/properly restore
	column width settings.

kdenetwork
	lisa, reslisa: Fixed several security vulnerabilities.

kdesdk
	Cervisia: Show long lines in diff view always completely.
2003-01-02 09:12:19 +00:00

28 lines
724 B
Makefile

# $NetBSD: Makefile,v 1.5 2003/01/02 09:12:24 skrll Exp $
DISTNAME= kdesdk-3.0.5a
CATEGORIES= devel
COMMENT= Support applications and tools used by KDE developers
CONFLICTS= cervisia-[0-9]*
.include "../../x11/kde3/Makefile.kde3"
USE_BUILDLINK2= YES
LTCONFIG_OVERRIDE+= ${WRKSRC}/kapptemplate/admin/ltconfig
BUILD_DEPENDS+= qt3-tools>=3.0.4nb1:../../x11/qt3-tools
.include "../../mk/bsd.prefs.mk"
PLIST_SRC= # empty
.if ${OPSYS} == "Linux"
PLIST_SRC+= ${PKGDIR}/PLIST.kmtrace
.endif
PLIST_SRC+= ${PKGDIR}/PLIST
.include "../../databases/db/buildlink2.mk"
.include "../../devel/libtool/buildlink2.mk"
.include "../../x11/kde3/buildlink2.mk"
.include "../../x11/kdebase3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"