summaryrefslogtreecommitdiff
path: root/devel/kdevelop/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-03-11Update KDE to 3.1.markd1-2/+2
Many bugfixes and functionality enhancements including: kdesdk KBugBuster Adapted KBugBuster to the new Bugzilla based KDE bug tracking system. Implemented Bookmarking support for Bug reports. Changing view settings no longer requires a reload. Added toolbar KBabel Automatic update of Project-Id-Version Possibility to specify localized translator name Validation & highlighting of XML Save special (the settings can be changed for the particular save) KDE specifics added to rough translation (e.g. only add a new translator in TRANSLATORS) Load/Save markings in Catalog Manager Navigation bar in Catalog Manager Mail PO-file Tag structure tool Rough translation in catalog manager Automatic update of PO header comment Show source code Spellchecking in multiple files Cervisia: made hardcoded colors configurable.
2002-10-03Update to 2.1.3 to sync with the KDE 3.0.3 releasemarkd1-2/+2
2002-07-17Update the kdevelop meta pkg to 2.1.2 as well.skrll1-4/+3
From Joe Reed <jnr@po.cwru.edu> in pkg/17582
2002-06-14Nick Hudson maintains this package at the moment.tron1-2/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-12-24Wildcard c-cpp-reference dependency.wiz1-2/+2
2001-12-17Update of c-cpp-reference to 2.0.1. No idea what the changes are as thereskrll1-2/+2
doesn't seem to be a change log. From Amitai Schlair <schmonz+netbsd@schmonz.com> in pkg/14976 with a PLIST fix from me.
2001-12-04Update kdevelop to 2.0.2 (part of KDE 2.2.2) and kdbg 1.2.2.skrll1-2/+2
The main part of the update is that both are now KDE 2 applications not KDE 1.
2001-03-04Change "kdevelop" into a meta package and bump version number to 1.3nb1.tron1-36/+10
The "kdevelop" package infra structure consists of these packages now: - kdelibdocs - kdevelop-base - kdbg - c-cpp-referenc
2001-03-04Because the "kdevelop" package maintains the directory structure which istron1-2/+1
used by "kdbg" "kdbg" must depend on "kdevelop" and not the other way arround.
2001-03-01Fix kdbg pattern.wiz1-2/+2
2001-02-25Implemented fixes pertaining to PR12206wulf1-3/+16
Added support for kdelibdocs kde library documentation Added support for c-reference manual Added dependency to kdbg code debugging tool Added dependency to htdig docmentation indexing and search tool
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-04Any msgfmt should be good enough, it doesn't have to be in ${LOCALBASE}.wiz1-2/+2
2000-12-19Updated kdevelop to 1.3wulf1-2/+2
2000-08-29Fix runtime library search path of "libkdlgloader.so.1.0".tron1-2/+3
2000-08-16USE_PKGLIBTOOL => USE_LIBTOOLhubertf1-2/+2
2000-07-17Use EVAL_PREFIX to find the installed location of the kdebase package, andagc1-3/+3
use it accordingly.
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-3/+5
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-3/+3
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-3/+3
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc1-3/+3
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-05Update kdevelop to 1.2wulf1-10/+14
2000-03-28Change from using qt to qt1. This clears the way to allow Qt to be upgradeddmcmahill1-4/+3
to Qt-2 without breaking KDE which still requires Qt-1.
1999-12-14Fix dependences again:tron1-2/+1
"kdbg" depends on "kdevel" and not the other way arround.
1999-12-14Update kdevelop to 1.0wennmach1-6/+4
This update is based on the kdevelop-1.0beta4.1 pkg sent to me by Nick Hudson <nick@nthcliff.demon.co.uk> and includes Nick's patches. Changes from previous (1.0beta2) pkg: mainly bugfixes, and a lot of those.
1999-10-27Let "kdbg" depend on "kdevelop" because the "kdevelop" package creates thetron1-2/+1
directories which are used by "kdbg" later.
1999-10-26Add an explicit dependency on libungif. Required to get this pkg to buildwennmach1-2/+3
with older versions of kde* which installed giflib.
1999-09-27kdevelop now depends on kdbgwennmach1-1/+2
1999-09-24Because "kiconedit" and "kpaint" are part of the "kdegraphics" packagestron1-6/+2
which we have of course mark package as not broken again.
1999-09-24Make package as broken until we have "kiconedit" and "kpaint" packages.tron1-1/+3
1999-09-24Use "USE_PERL5" instead of explicit dependence on "perl5" package.tron1-2/+2
1999-09-24Use "DEPENDS" instead of deprecated(?) "RUN_DEPENDS" and remove redundanttron1-7/+6
dependence on "qt" package.
1999-09-23Initial import of pkgsrc/devel/kdevelop:wennmach1-0/+32
kdevelop-1.0beta2 Intergrated Development Enviroment for Unix/X11/KDE. This pkg is based on PR pkg/8210 by Nick Hudson <nick@nthcliff.demon.co.uk> with an upgrade to beta2 (from beta1) and some modifications by myself. This import closes PR pkg/8210.