diff options
author | markd <markd@pkgsrc.org> | 2005-10-13 13:06:27 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-10-13 13:06:27 +0000 |
commit | c8903251a5102fc691ab44facb7e4b8eaad9282a (patch) | |
tree | d2213551fa60f412bfd3440c7547e4aa4666d589 /misc/kdeedu3/Makefile | |
parent | 2ec2486aa7082b84952794803c4fa45d3d402b73 (diff) | |
download | pkgsrc-c8903251a5102fc691ab44facb7e4b8eaad9282a.tar.gz |
Update to KDE 3.4.3
Changes:
* Kig, Kiten, KTouch: Fix incorrect C++ code
* Kalzium: "Connect Points" does not work in the plottingdialog
* Kalzium: Correct the data for the orbit of Niobium
* Kig: Fix compile problem
* KmPlot: Fix crash when the Remove action is added in a toolbar and used
to remove a graph
* KStars: Fix crash after telescope not found
* KVocTrain: Fix langen2kvtml temp file vulnerability
* KWordQuiz: Fix crash in SuSe systems
Diffstat (limited to 'misc/kdeedu3/Makefile')
-rw-r--r-- | misc/kdeedu3/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/misc/kdeedu3/Makefile b/misc/kdeedu3/Makefile index e4be11511c0..74a59ca3d1d 100644 --- a/misc/kdeedu3/Makefile +++ b/misc/kdeedu3/Makefile @@ -1,13 +1,9 @@ -# $NetBSD: Makefile,v 1.33 2005/09/29 14:25:47 adam Exp $ +# $NetBSD: Makefile,v 1.34 2005/10/13 13:06:27 markd Exp $ DISTNAME= kdeedu-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= misc COMMENT= Edu{tainment,cation} tools for the KDE integrated X11 desktop -PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ -PATCHFILES= post-3.4.2-kdeedu.diff - .include "../../meta-pkgs/kde3/Makefile.kde3" REPLACE_PERL= \ @@ -16,13 +12,6 @@ REPLACE_PERL= \ USE_DIRS+= xdg-1.1 -# a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem -SUBST_CLASSES+= hints -SUBST_STAGE.hints= post-patch -SUBST_MESSAGE.hints= "Fix includehints." -SUBST_FILES.hints= kstars/kstars/tools/*.ui -SUBST_FILTER_CMD.hints= ${GREP} -v includehint - .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdebase3/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" |