04647a7154
Changes: IMPROVED - Much improved KDevelop User Manual. IMPROVED - C++ parser twice as fast and more memory efficient. IMPROVED - Faster/lighter configuration dialogs - the heaviest pages are now demand-loaded. IMPROVED - FileGroups plugin now smarter at applying regexps - much faster for common group definitions IMPROVED - Removed performance bottleneck that made the initial parsing of a project very slow. IMPROVED - KCModule Template to use KDE 3.0 API and KGenericFactory. IMPROVED - Make source files generated with appwizard honor the selected file templates. IMPROVED - Clanlib documentation IMPROVED - Project templates by ignoring irrelevant documentation and other small fixes. IMPROVED - Configuration script now allows to disable the compilation of certain KDevelop parts. ADDED - A new "Simple Designer based KDE application" template was added. ADDED - SearchText in QEditor ADDED - Possibility to change fontsize in documentation browser. FIXED - The infamous "Gentoo-crash" finally found and fixed. FIXED - Make Haskell language support work again FIXED - Debugger plugin: "Clear all breakpoints" FIXED - Grep plugin: Don't sometimes crash when interrupting a find while a build is running. FIXED - Grep plugin: Don't confuse files with very similar filenames and avoid potentially slow O(n) lookup. FIXED - Grep plugin: Don't show garbage hits - clean up after a previous interrupted run. FIXED - A case where unsaved files aren't queried for saving when KDevelop is closed. FIXED - A case where a running program that produced a lot of debug output could crash KDevelop FIXED - Debugger will not start (libtool issue) FIXED - Back and forward buttons available in context menu. FIXED - Run Options not honored (custom makefiles) FIXED - Problems on minimum wxWindows version test. FIXED - wxWindows apptemplate broke compilation with Unicode compiled wxWindows FIXED - Cannot translate project due to srcdir != builddir. FIXED - Kdevelop crashes when closing multiple files via Keyboard FIXED - Grep dialog doesn't prepopulate with selected text. FIXED - Unsaved changes icon disappears even if save could not be performed. FIXED - Crashes while loading plugins after unloading plugins. FIXED - expand text (ctrl+J) crashes kdevelop. FIXED - cvs tools may crash kdevelop. FIXED - switching docks when no file is loaded crash kdevelop. FIXED - Kdevelop crashes when typing a dot at the end of a comment. FIXED - Incomplete make clean for parts/appwizard/common. FIXED - Use -u instead of -u3 since it is obsoleted. FIXED - kdevelop looks weird after previewing forms in KUIViewer. FIXED - close all in context menu with two changed documents doesn't respond to cancel properly. FIXED - Crash when working with Java ant projects. FIXED - Drop-down lists of toolbar combo views don't appear with UI effects on. FIXED - Automake 1.8.x not supported. FIXED - Unable to debug Hello World C++ program. FIXED - Lots of other small things we've forgotten...
53 lines
1.4 KiB
Makefile
53 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.29 2004/03/09 13:03:55 markd Exp $
|
|
|
|
DISTNAME= kdevelop-3.0.2
|
|
PKGNAME= kdevelop-base-3.0.2
|
|
CATEGORIES= devel kde
|
|
|
|
HOMEPAGE= http://www.kdevelop.org/
|
|
COMMENT= Base modules for IDE for Unix/X11/KDE
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
USE_BUILDLINK2= yes
|
|
|
|
DEPENDS+= automake>=1.7:../../devel/automake
|
|
DEPENDS+= doxygen>=1.3.5:../../devel/doxygen
|
|
DEPENDS+= graphviz>=1.10nb1:../../graphics/graphviz
|
|
DEPENDS+= htdig>=3.1.6:../../www/htdig
|
|
DEPENDS+= a2ps>=4.12:../../print/a2ps
|
|
DEPENDS+= kdelibdocs>=3.2:../../x11/kdelibdocs3
|
|
DEPENDS+= qt3-docs>=3.1.1:../../x11/qt3-docs
|
|
DEPENDS+= qt3-tools>=3.1.1:../../x11/qt3-tools
|
|
|
|
CONFLICTS+= kdevelop<=1.3
|
|
|
|
USE_PERL5= yes
|
|
|
|
REPLACE_PERL= \
|
|
kdevprj2kdevelop \
|
|
doc/tools/index-python \
|
|
doc/tools/index-texi \
|
|
doc/tools/toc-docbook \
|
|
doc/tools/toc-gsdoc \
|
|
doc/tools/toc-python \
|
|
doc/tools/toc-texi \
|
|
languages/perl/app_templates/perlhello/app.pl \
|
|
languages/perl/file_templates/pl
|
|
|
|
EVAL_PREFIX+= \
|
|
QT3DIR=qt3 \
|
|
KDELIBDIR=kdelibs
|
|
|
|
CONFIGURE_ARGS+= \
|
|
--with-qtdoc-dir=${QT3DIR}/qt3/doc/html \
|
|
--with-kdelibsdoxy-dir=${KDELIBDIR}/share/doc/kde/HTML/en/kdelibs-apidocs
|
|
|
|
CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4
|
|
|
|
.include "../../databases/db4/buildlink2.mk"
|
|
.include "../../devel/kdesdk3/buildlink2.mk"
|
|
.include "../../meta-pkgs/kde3/buildlink2.mk"
|
|
.include "../../x11/kdebase3/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|