Commit graph

76 commits

Author SHA1 Message Date
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dmcmahill
7341362f88 add missing REPLACE_LOCALEDIR_PATTERNS 2005-03-17 22:49:09 +00:00
tv
29e09844f5 Temporarily mark as not for Interix until platform config is integrated. 2005-01-21 20:53:09 +00:00
jlam
8a2112d4fd Remove unnecessary one-off variable NO_GPROF. 2004-08-13 18:47:49 +00:00
jschauma
16ee8029e0 s/can not/cannot/
Pointed out by Georg Schwarz in private email.
2004-08-07 19:06:59 +00:00
jschauma
88efc6e976 Apply patch provided by Georg Schwarz in PR pkg/26157:
binutils does not build gprof on all platforms.
2004-07-04 17:16:32 +00:00
shannonjr
69d66e38ad Updated to release 2.15. This release incorporates a number of bug fixes along with support for MIPS64 Release 2 in gas and improved handling of unresolved symbols in the linker. 2004-06-30 16:18:02 +00:00
jlam
70c0c25654 When building devel/gtexinfo as a build dependency (possibly pulled
in via USE_TEXINFO=yes), build it without locale support.  This makes
it easier to "bootstrap" the installation of a pkgsrc compiler without
a lot of additional indirect build dependencies on gettext, libiconv,
libtool, etc.
2004-04-02 02:23:05 +00:00
jlam
dba68cc0c3 bl3ify, and clean up Makefile for whitespace. 2004-01-31 11:25:31 +00:00
wiz
ace4c9a77e Add CONFLICTS with avr-binutils<2.13.2.1 -- they installed info
files and localizations in the same place.
2003-09-19 13:00:43 +00:00
seb
cb9090cc72 A somewhat recent makeinfo is needed.
As suggested in PR pkg/22450 by <Ian dot Fry at sophos dot com>.
But version 4.0 is good enough and this is what is available on the 1.6
branch.
2003-08-12 14:15:38 +00:00
seb
8d15907ec2 USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
fredb
e2ea4670d3 Update to binutils "2.14.0.0". (The ".0.0" is to allow any PKGREVISION
bumps to correctly sort before "2.14.1", and "2.14.1.1", and so on.)

Follows is a list of additions to the "NEWS" files since 2.13. The "NEWS"
files were apparently not updated for "2.13.2.1" however, so all of this
is not really new. The "--with-sysroot" and "--with-lib-path" configure
options for "ld" are truly new, though, and the package now takes advantage
of "--with-lib-path" to prevent picking up crud from "${PREFIX}/lib", to
better support using this "ld" with which to build pkgsrc packages.

----- binutils/binutils/NEWS -----

* Added --info switch to objcopy and strip.

* Support for Vitesse IQ2000 added by Red Hat.

* Added 'S' encoding to strings to allow the display of 8-bit characters.

* Added --prefix-symbols=<text>, --prefix-sections=<text> and
  --prefix-alloc-sections=<text> to objcopy.

* readelf can handle the extensions to the DWARF2 spec used by the Unified
  Parallel C compiler.

* BFD no longer declares a "boolean" type, to avoid clashes with other
  headers that declare the same.  Users of BFD should replace boolean,
  false and true, with int, 0 and 1, or define their own boolean type.

* Support for IP2K added by Denis Chertykov.

----- binutils/gas/NEWS -----

* Added support for MIPS32 Release 2.

* Added support for Xtensa architecture.

* Support for Intel's iWMMXt processor (an ARM variant) added.

* An assembler test generator has been contributed and an example file that
  uses it (gas/testsuite/gas/all/test-gen.c and test-exmaple.c).

* Support for SH2E added.

* GASP has now been removed.

* Support for Texas Instruments TMS320C4x and TMS320C3x series of
  DSP's contributed by Michael Hayes and Svein E. Seldal.

* Support for the Ubicom IP2xxx microcontroller added.

----- binutils/ld/NEWS -----

* Added support for Xtensa architecture.

* Added --with-sysroot configure switch to specify a target system root, for
  linking against a target filesystem image.

* Added --accept-unknown-linker-format to restore old linker behaviour (pre
  2.14) of silently accepting and linking in any files in an unknown binary
  file format.

* Added --no-omagic to undo the effects of the -N option.

* Support for Texas Instruments TMS320C4x and TMS320C3x series of
  DSP's contributed by Michael Hayes and Svein E. Seldal.

* Added --with-lib-path configure switch to specify default value for
  LIB_PATH.

* ARM port to QNX operating system added by Graeme Peterson.

* IP2K support added by Denis Chertykov.
2003-07-14 19:01:35 +00:00
seb
764a6556cd Back out previous PKGREVISION bump, it is not really needed. 2003-06-23 10:17:53 +00:00
seb
46ef547924 Convert to USE_NEW_TEXINFO.
While here fix hidden build dependency on Perl hence bump PKGREVISION.
2003-06-23 10:12:35 +00:00
fredb
2ad90a1114 Update binutils to 2.13.2.1. "gasp" is gone; "strings" accepts an
argument of "--encoding", to help it to look for wide strings; plus
a few other obscure additions. Most importantly, "gas" now generates
correct code when used with gcc-3.x at high optimization levels.
(See gcc bugzilla: optimization/10877.)
2003-06-08 20:17:13 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
wiz
bdebab288f Fix location of PLIST.common_end. Will probably fix recent bulk build failure. 2003-01-04 20:18:33 +00:00
grant
90a1c5207a Use automatic PLIST handling. 2002-12-25 16:53:51 +00:00
jlam
da4c986bde Note conflict with ddd<=3.3, which installed a lib/libiberty.a. 2002-09-29 07:32:55 +00:00
jlam
c5ce8fcc05 buildlink1 -> buildlink2 2002-09-29 06:48:22 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
dmcmahill
46b73dafe2 generate the ldscripts portion of the PLIST dynamically for NetBSD. This
is because that part varies for different platforms.  For example, on i386
you get elf.... and alpha gives elf64....

fixes packaging/PLIST problems noted on recent alpha bulk builds.
2002-08-12 02:17:23 +00:00
agc
270c11d463 Patches for better support of Solaris, from Julien T. Letessier 2002-07-11 16:09:36 +00:00
wiz
d58d1e5714 Initial import of a binutils-2.11.2 package, with patches
from the NetBSD base system included (until 2002-04-18).
2002-04-30 12:33:29 +00:00