Commit graph

44 commits

Author SHA1 Message Date
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
wiz
c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00
dholland
0318c17f7a document NOT_FOR_PLATFORM 2015-01-04 02:16:49 +00:00
joerg
51723d96d5 Fix rpath option. 2013-10-20 18:17:19 +00:00
wiz
bd06e1cb46 Reset MAINTAINER/OWNER (became observers) 2013-02-01 22:21:05 +00:00
tez
7e01a7b549 Patches for CVE-2006-4146
from https://bugzilla.redhat.com/show_bug.cgi?id=204841
2012-11-20 23:13:03 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
sbd
0fea84f4dc Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-17 21:43:18 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
aae75af2bb Do not install standards.info, to avoid conflict with autoconf.
Bump PKGREVISION.
Requested by Aleksey Cheusov.
2009-09-09 12:50:58 +00:00
hasso
01e14f974e Don't attempt to build gdb on DragonFly. It's also unlikely that someone
will integrate DragonFly changes into upstream soon.
2009-07-14 19:02:16 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
wiz
cbe734b550 Add "gdb6-tui" option for building the tui application.
On by default, so no change to the package.
Slight pkglint cleanup while here.

Requested by Jake Kupersmith on pkgsrc-users.
2009-04-04 13:49:17 +00:00
shattered
9c4ebb4990 On Linux, gdbserver is built and installed, but is missing from PLIST.
Copy PLIST.Linux from devel/gdb.  Fixes PR 36621.

OK by wiz@.
2009-02-11 21:58:40 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tnn
0e8aa3d5a6 Needs curses. PR pkg/35352 from Brandon Bergren. 2008-01-23 05:38:46 +00:00
rillig
82819a45b8 Made gdb build again on NetBSD-current. The cause was that <sys/vmparam.h>
uses kmutex_t, but doesn't include <sys/mutex.h>, where it is defined.
2008-01-06 19:54:46 +00:00
lkundrak
9b0b292de1 Backported fixes for CAN-2005-1704 and CAN-2005-1705. 2007-07-03 12:32:28 +00:00
rillig
edc90a1031 Fixed "test ==". 2006-10-22 07:55:38 +00:00
reed
adf9aef666 Add "Make-in" file to the list of files to replace locale directory.
From Jake Kupersmith on pkgsrc-users.  Noticed on Solaris.
2006-10-18 13:39:07 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
jlam
792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00
joerg
84649bcc6f Add forgotten HAVE_STRUCT_LWP entry to gdb/config.h.in to fix
botchup on NetBSD current.
2006-03-17 13:57:38 +00:00
joerg
a5f3be8594 Add DragonFly support. Hack around gettext brokeness. Since it is
easier to patch the output of autoconf, also create gdb/configure
with the changes from configure.in directly, removing the build
dependency on autoconf.
2006-03-14 00:47:50 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
wiz
558c06b00d Rename patch files to match standard pattern. 2005-10-20 17:48:49 +00:00
kristerw
0c5ea3e181 GDB does not understand the Darwin object format yet. 2005-07-17 19:03:34 +00:00
jlam
fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
2005-06-01 20:07:59 +00:00
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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
shannonjr
eafed1782a Added patch changing how program counter, stack pointer, and frame pointer
are retrieved on NetBSD. This fixes a build problem on CURRENT.
2005-02-22 15:22:02 +00:00
shannonjr
c925f3ccb8 Update to GDB 6.2.1. This release is primarily a bug fix release although
it includes an improved i386 prologue analyzer was improved to deal better
with the prologues generated by GCC 3.3 and later.
2004-10-04 22:35:17 +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
a5edbe004c Upgraded to release 6.1.1 (from 6.1) 2004-06-28 20:43:54 +00:00
shannonjr
8999e32fec Removed ability to build with gcc-3.4 as this package has been removed. 2004-06-03 22:07:50 +00:00
shannonjr
4b167fa72a Implemented request of "Jeremy C. Reed" <reed@reedmedia.net> revising
installation directory for libs and includes to be: ${PREFIX}/lib/gdb6
and ${PREFIX}/include/gdb6.
2004-06-03 20:02:02 +00:00
shannonjr
d083910bc1 Revised Makefile so that the GNU libraries: libbfd.a, libbfd.la, libiberty.a
libmmalloc.a, libopcodes.a, and libopcodes.la along with associated header
files are installed relative to ${PREFIX}/gdb6 rather than ${PREFIX} to avoid
conflicts with other packages. PLIST adjusted accordingly.
2004-06-03 18:48:48 +00:00
shannonjr
d26caa3fef gdb6 The GNU Project Debugger revision 6.1
This is a new package.
2004-06-01 19:29:30 +00:00