Commit graph

40 commits

Author SHA1 Message Date
markd
325df95854 buildlink1 -> buildlink2 2002-10-03 13:37:54 +00:00
skrll
123b7fedb8 Update to 1.2.5. Changes are:
Now compiles for KDE 3.

        Fixed make install for builddir != srcdir.

        Fixed status bar flicker. This gives a nice speed-up by a factor of 4
        when the contents of an array of 50 QStrings are displayed!

        Now compiles for KDE 3 (Beta1).

        Support QString of Qt 3.x.

        Improved (and fixed) the display of arrays with repeated values.

        Fixed crash when a file is reloaded while disassembled code is
        displayed.

        Fixed parsing of stack frames involving signal handler invocations.

        Fixed invisible toolbar under KDE 2.x (really, this time, I promise).

        Fixed crash when no line has the cursor (empty files).

        Don't display a blank page when a non-existing file was tried to open.

        The memory window is now organized in columns. Values that changed
        between program stops are displayed in red color. Big kudos go to
        Alexandre Clement for this feature.

From Joe Reed <jnr@po.cwru.edu> in pkg/17577
2002-07-17 11:32:16 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
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".]
2002-03-13 17:36:35 +00:00
markd
8d38043f09 include <util.h> for openpty() declaration to keep current toolchain
happy.
2002-01-21 22:27:10 +00:00
skrll
eeb3199ad6 Update kdevelop to 2.0.2 (part of KDE 2.2.2) and kdbg 1.2.2.
The main part of the update is that both are now KDE 2 applications not
KDE 1.
2001-12-04 20:45:30 +00:00
jlam
4c38713d7b A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
2001-11-29 19:46:10 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.

Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.

New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
  such as 1.4.4, without thinking they are alpha release numbers.

New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.

New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.

New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
  the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
  require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
2001-08-26 10:32:18 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
wiz
d480fe70ce Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
2001-04-02 20:06:11 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
wulf
ca09eb91a6 Update patch-sum for patch-ab 2001-03-10 02:58:38 +00:00
wulf
0dcf846123 Damn, forgot the tag 2001-03-10 00:30:06 +00:00
wulf
063cb81f7b NetBSD's "sh" shell is not POSIX compliant reporting
trap: Illegal number: INT

in debug screen due to the execution of "trap \"\" INT QUIT TSTP"
in ./kdbg/mainwndbase.cpp:565

Added pre-processor for NetBSD that uses "trap \"\" 2 3 18" instead.
2001-03-10 00:27:36 +00:00
tron
7876178a82 Update "kdbg" package to version 1.2.0. Changes since version 1.0.1:
- Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
  Turkish
- Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
- Improved the program icon; made the installation more KDE2 compliant.
- Enabled mouse wheel scrolling at various places.
- Added memory display.
- Single-stepping by instruction.
- Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
- Made Delete key work in the watch window.
- Breakpoints can be enabled and disabled in the breakpoint list.
- Detach from debugged program on exit (and when new program is debugged).
- Added a list of recently opened executables (thanks to
  Thomas Sparr <thomas.sparr@kreatel.se>).
- Fixed endless loop on shutdown.
- Brought in line with KDE 1.91 (KDE 2 beta).
- Debugging of multi-threaded programs. Requires a gdb that supports
- multi-threaded programs, like gdb 5.
- Debugger window pops into the foreground when the program stops.
- Made tab width a user-settable option.
- Display disassembled code.
- Use the KDE system fixed font for the source code window.
- By default, do not log communication with gdb.
- Added an integrated output window (based on code by Judin Max).
- Program specific settings can be set. In particular: the debugger
  command (required if you are debugging remote devices), the
  terminal emulation needed for the program.
- Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
- Added a register dump window. Based on code by Judin Max.
- Implemented "balloons" (tool tips) that show variable values.
- ./configure fix for NetBSD thanks to Berndt Josef Wulf <wulf@ping.net.au>.
- There's now a Swedish translation thanks to
- Örjan Lindbergh <orjan.lindbergh@telia.com>.
- Save and restore watched expressions.
- More adjustments for the KRASH release.
- Show <repeat...> count in QStrings like in normal C strings instead
  of repeating the characters.
- Use QListView instead of KTabListBox.
2001-03-04 16:38:46 +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
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00
wulf
d7ae32b6e7 Fixed cyclic dependency problem PR12291. Changed dependency to kdebase-1.* 2001-02-27 13:23:10 +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
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