Commit graph

27 commits

Author SHA1 Message Date
tron
501d6c44e9 Change "kdevelop" into a meta package and bump version number to 1.3nb1.
The "kdevelop" package infra structure consists of these packages now:
- kdelibdocs
- kdevelop-base
- kdbg
- c-cpp-referenc
2001-03-04 18:01:13 +00:00
tron
30972804d7 Because the "kdevelop" package maintains the directory structure which is
used by "kdbg" "kdbg" must depend on "kdevelop" and not the other way
arround.
2001-03-04 12:03:52 +00:00
wiz
14a8e997da Fix kdbg pattern. 2001-03-01 13:35:33 +00:00
wulf
524dbec1f0 Implemented fixes pertaining to PR12206
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-25 16:24:46 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
wiz
3fe3ac3610 Any msgfmt should be good enough, it doesn't have to be in ${LOCALBASE}. 2001-01-04 02:55:32 +00:00
wulf
7db6e6f19b Updated kdevelop to 1.3 2000-12-19 14:17:27 +00:00
tron
3ed9ec8c33 Fix runtime library search path of "libkdlgloader.so.1.0". 2000-08-29 17:10:35 +00:00
hubertf
3fdd50f52e USE_PKGLIBTOOL => USE_LIBTOOL 2000-08-16 01:33:26 +00:00
agc
44b15b4200 Use EVAL_PREFIX to find the installed location of the kdebase package, and
use it accordingly.
2000-07-17 13:58:20 +00:00
agc
78748d628a Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,
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-15 20:39:13 +00:00
agc
69cbb39071 The previous method of using a make target for finding a prerequisite
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-14 16:04:19 +00:00
agc
4aeac45f89 Make the determination of the pre-req package's installed directory be
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-11 14:53:35 +00:00
agc
52c1afc38c Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-10 15:08:13 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
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-06-01 11:23:11 +00:00
wulf
8066457cc4 Update kdevelop to 1.2 2000-05-05 13:51:40 +00:00
dmcmahill
efd6402596 Change from using qt to qt1. This clears the way to allow Qt to be upgraded
to Qt-2 without breaking KDE which still requires Qt-1.
2000-03-28 00:12:29 +00:00
tron
5db999497b Fix dependences again:
"kdbg" depends on "kdevel" and not the other way arround.
1999-12-14 20:03:41 +00:00
wennmach
cd60288353 Update kdevelop to 1.0
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-12-14 17:20:33 +00:00
tron
4735f9478e Let "kdbg" depend on "kdevelop" because the "kdevelop" package creates the
directories which are used by "kdbg" later.
1999-10-27 20:46:46 +00:00
wennmach
e6e10f2aa1 Add an explicit dependency on libungif. Required to get this pkg to build
with older versions of kde* which installed giflib.
1999-10-26 18:10:04 +00:00
wennmach
d82b95cb91 kdevelop now depends on kdbg 1999-09-27 17:30:30 +00:00
tron
4f8d2dc4ee Because "kiconedit" and "kpaint" are part of the "kdegraphics" packages
which we have of course mark package as not broken again.
1999-09-24 14:33:39 +00:00
tron
55609c33f1 Make package as broken until we have "kiconedit" and "kpaint" packages. 1999-09-24 10:04:37 +00:00
tron
5b2563ceaa Use "USE_PERL5" instead of explicit dependence on "perl5" package. 1999-09-24 10:03:13 +00:00
tron
96888cce1b Use "DEPENDS" instead of deprecated(?) "RUN_DEPENDS" and remove redundant
dependence on "qt" package.
1999-09-24 09:05:12 +00:00
wennmach
b771053130 Initial import of pkgsrc/devel/kdevelop:
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.
1999-09-23 10:54:52 +00:00