Commit graph

35 commits

Author SHA1 Message Date
jlam
01a5abff01 Support BUILDLINK_DEPENDS.<pkg> being a list of values. 2004-01-24 03:12:31 +00:00
jlam
d279e6f535 Use S/+$// instead of C/\+$// to save a backslash. Very highly
recommended by seb :)
2004-01-05 11:05:44 +00:00
jlam
c9ff27d270 Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables. 2004-01-05 09:31:31 +00:00
jlam
47bb2aae5f Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. 2004-01-04 23:34:04 +00:00
jlam
339cd13cb2 Initial sprinkling of work-in-progress buildlink3.mk files for using the
buildlink3 framework.
2004-01-03 23:06:43 +00:00
heinz
6e0b518fd7 clarify comment (thanks to tv at duh org) 2003-10-28 15:54: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
9a6fb8d965 Dont' try to register "configure.info" and "standards.info".
I'd already removed every other trace of these files from the
package, so as not to conflict with "autoconf", but I missed
these two "@exec"'s.
2003-06-11 14:46:00 +00:00
fredb
3680b06074 Add a couple of missing includes. 2003-06-08 23:51:59 +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
jschauma
94e19794a8 Add a PLIST for Linux following the discussion in PR pkg/19760. 2003-02-16 19:56:06 +00:00
jmmv
e71324117c Improve description, patch provided in PR pkg/19761 by reed@reedmedia.net. 2003-01-09 21:55:27 +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
dc314f9086 Don't run the binutils-buildlink target unless we actually need the
pkgsrc binutils package.  This fixes using this file on -current systems.
Thanks Stoned!
2002-10-29 06:53:45 +00:00
wiz
1badb783dd Unused. 2002-10-21 13:00:57 +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
405ac0c5d7 Set AS, LD, RANLIB, etc. when using devel/binutils so that the build
system uses the correct binutils.  It's not enough to just stick them to
the front of the PATH.
2002-09-29 06:35:20 +00:00
jlam
5fdff96a50 Remove confusing reference to "curses library". 2002-09-22 10:11:00 +00:00
jlam
42a773ebe5 We don't symlink binaries into ${BUILDLINK_DIR}/bin because they may
conflict with wrapper scripts.  Also modify INCOMPAT_BINUTILS to take
${MACHINE_PLATFORM}-style wildcards.
2002-09-09 19:59:40 +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
5bd85bd7f0 Of course, this should only be a BUILD_DEPENDS. Oops.
Thanks to Stoned Elipot for noting.
2002-05-21 11:04:12 +00:00
wiz
17b1f25969 Use MACHINE_GNU_PLATFORM. 2002-05-02 12:49:55 +00:00
wiz
abc969db6a Since I already have the code to check if it's needed, use it do
en- or disable the dependency, too. Oops.
2002-04-30 12:44:39 +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