Commit graph

9 commits

Author SHA1 Message Date
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
shannonjr
ee8e2eb093 Added patch correcting how program counter and stack pointer are
accessed. This is simular to fix added to devel/gdb6.
2005-04-12 10:13:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
a2530108d8 Readd checksum for patch-gdb_defs (hi al!). 2005-03-03 09:29:25 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
shannonjr
7bfa4b8d78 Mark not for AMD 64 platforms 2004-11-10 19:25:08 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
shannonjr
c1c618df96 gdbada-5.3 GNAT GDB : An Ada 95 Debugger
This is a version of GNU GDB 5.3 modified by Ada Core Technologies to
support the Ada language. They consider this debugger developmental and
distribute it via CVS. It remains the only solution to debugging Ada code
at the source code level if gcc was used as a compiler. This package
is based on a snapshot from ACT's CVS tree (which changes very slowly).
This package conflicts with no other package.
2004-06-03 11:16:42 +00:00