Commit graph

5 commits

Author SHA1 Message Date
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
jlam
48c33558de * Set GNU_CONFIGURE_PREFIX instead of setting each of the --bindir,
--infodir, --mandir, etc.  As a side-effect, this corrects the location
  of the installed info files and man pages to be under "gdbada".

* Pass LDFLAGS through to the build via MAKE_FLAGS so that pkgsrc's rpath
  flags are passed to the linker.

* Remove deprecated USE_NEW_TEXINFO.

* List info files in the PLIST instead of the package Makefile.

Bump the PKGREVISION to 2.
2006-03-20 07:26:29 +00:00
shannonjr
683026dd08 Update to gdbada-6.3. This is a version of GDB, maintained by AdaCore,
where Ada support has been added. Most of these changes are not part
of the official sources yet. The source used in this port is a snapshot
of AdaCore's CVS repository.
2005-11-13 14:16:05 +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