Commit graph

18 commits

Author SHA1 Message Date
hubertf
c21519d3f5 USE_PKGLIBTOOL => USE_LIBTOOL 2000-08-16 01:58:11 +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
tron
b46c494815 Adapt for "qt1" package. 2000-03-30 15:22:43 +00:00
tron
ea7dc91900 Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
2000-03-21 22:40:50 +00:00
scw
5882176ec2 Forgot to add this... 2000-02-02 13:48:15 +00:00
scw
2bf56cec25 Modify the configure script (using code shamelessy pasted from kdevelop's
configure) to put kdbg's KDE resource files in the right place.
2000-02-02 13:47:43 +00:00
tron
5bbf7f5531 Fix typo in last commit. 1999-12-14 20:28:01 +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
cb6bf07ac4 Update kdbg to kdbg-1.0.1 1999-12-13 15:39:20 +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
c3b6c5ccf0 Remove blank line. 1999-10-27 11:12:16 +00:00
tron
b17455fce7 Because "kdbg" uses the directory structure created by "kdebase" it
must depend on that package instead of "kdelibs".
1999-09-27 21:26:18 +00:00
tron
02cddcf9d2 Remove redundant dependence on "png" package. 1999-09-27 21:23:56 +00:00
wennmach
ed7a9e7a70 Initial import of kdbg
kdbg-1.0beta2:   Graphical User Interface around gdb using KDE
1999-09-27 17:20:35 +00:00