Commit graph

41 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
b718a2f38f Fixed md5 signature for c_cpp_reference-1.0 package 2001-02-27 12:15:36 +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
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +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
tron
0feea54378 Add missing locale files and icons. 2000-08-01 21:44:03 +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
jlam
0252bae54a Remove adaptations for libungif, now that libungif package installs
libgif.*
2000-02-29 19:43:53 +00:00
scw
3d9caa2f62 Don't append '/' when making directories in the App Wizard.
A better place to fix this might be in Qt's QDir class...
2000-02-02 12:01:58 +00:00
wiz
06608aab4e regen (removing patch-a[c-f]) 1999-12-28 05:27:52 +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
tron
0501c07c57 Remove "share/kde/applnk/Development" during deinstallation. 1999-10-27 11:11:10 +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
tron
0dd07ee7df Add missing directory "share/doc/kde/HTML/zh_CN.GB2312/kdevelop" plus
contents to package list.
1999-10-24 20:10:17 +00:00
tron
3cfee8d984 Make this package with "libungif" instead of "libgif". 1999-10-24 20:03:29 +00:00
hubertf
0f4e36939b Add:
+share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kdevelop.mo
+@dirrm share/kde/apps/kdevelop
1999-09-27 22:15:04 +00:00
tron
2c3d3e8117 Enter missing russian documentation files and directories. 1999-09-27 21:40:46 +00:00
tron
eba516816d Don't attempt to remove directory "share/kde/applnk/Development" which
will be used by other packages, too. The directory is now created by
the "kdebase" package.
1999-09-27 21:25:16 +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
9ff9bafefc Remove directory imported by mistake. 1999-09-24 14:31:35 +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
wennmach
fbbc372856 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:49:49 +00:00