| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
25 Dec 2010 16:55:41
2.19.1
|
sunpoet  |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat) |
19 Dec 2009 14:48:00
2.19.1
|
pav  |
- Register conflicts between libbfd and binutils
PR: ports/136701
Submitted by: gerald |
03 Apr 2009 12:44:59
2.19.1
|
joerg  |
Upgrade to GNU binutils 2.19.1. |
10 Oct 2006 10:54:07
2.17
|
joerg  |
Upgrade to binutils 2.17.
Also remove the BROKEN entry for FreeBSD < 5.x, per the PR mentioned.
PR: ports/99467 |
28 Feb 2006 21:25:16
2.16.1
|
joerg  |
Minor upgrade to binutils-2.16.1, and fix the architecture name
mismatch for amd64 vs. x86_64 (once again), so it is no longer
BROKEN on amd64.
Approved by: portmgr (linimon) |
22 Jan 2006 08:30:12
2.16
|
edwin  |
SHA256ify
Approved by: krion@ |
20 Jan 2006 00:11:19
2.16
|
kris  |
BROKEN on amd64: Configure fails |
01 Aug 2005 14:38:54
2.16
|
joerg  |
Upgrade to binutils-2.16.
Enable port for amd64 as well.
Submitted by: Manuel Stuehn <manuel.stuehn@gmx.net> (amd64 patch) |
12 Apr 2005 03:26:57
2.15
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
2.15
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
25 Feb 2005 13:18:50
2.15
|
vs  |
Register CONFLICTS with devel/mingw-binutils
Approved by: maintainer |
27 Dec 2004 22:58:17
2.15
|
joerg  |
Upgrade to binutils 2.15.
Revert from USE_LIBTOOL to binutil's own libtool, as libtool13 could
not grok the --without-pic option, and the configure script is not
prepared to handle libtool15 (yet) which in turn could have understood
--without-pic. Sigh. At least, that way we can avoid the overhead
of building all the unneeded shared libs.
Still, libtool insists on installing libbfd.la. As this file is really
small, I give in, and added it to pkg-plist. |
04 Jun 2004 17:29:38
2.14
|
ade  |
Sync with new bsd.autotools.mk |
30 May 2004 06:54:22
2.14
|
kris  |
BROKEN on amd64: Configure fails |
14 May 2004 20:03:15
2.14
|
joerg  |
Enable building on amd64, by renaming it to x86_64 for the configure
step. |
02 May 2004 19:54:00
2.14
|
joerg  |
It seems that the standalone libbfd cannot be compiled on FreeBSD 4.x.
I don't care much, it's intented for developers only who could now be
expected to use FreeBSD 5.x. |
28 Apr 2004 20:24:39
2.14
|
joerg  |
This is a port of GNU libbfd, the binary file descriptor library from
GNU binutils. It can read/write about any object file format on earth.
Soon to be used by devel/avarice.
Requires devel/gnulibiberty, since it (alas) uses undocumented internal
functions from that library. |