aboutsummaryrefslogtreecommitdiff
path: root/devel/libbfd
Commit message (Collapse)AuthorAgeFilesLines
* - Use canonical format for FreeBSD.org MAINTAINER addressesSunpoet Po-Chuan Hsieh2010-12-252-2/+1
| | | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat) Notes: svn path=/head/; revision=266895
* - Register conflicts between libbfd and binutilsPav Lucistnik2009-12-191-1/+1
| | | | | | | | PR: ports/136701 Submitted by: gerald Notes: svn path=/head/; revision=246244
* Upgrade to GNU binutils 2.19.1.Joerg Wunsch2009-04-032-5/+6
| | | | Notes: svn path=/head/; revision=231539
* Upgrade to binutils 2.17.Joerg Wunsch2006-10-102-9/+4
| | | | | | | | | Also remove the BROKEN entry for FreeBSD < 5.x, per the PR mentioned. PR: ports/99467 Notes: svn path=/head/; revision=175186
* Minor upgrade to binutils-2.16.1, and fix the architecture nameJoerg Wunsch2006-02-282-9/+6
| | | | | | | | | | mismatch for amd64 vs. x86_64 (once again), so it is no longer BROKEN on amd64. Approved by: portmgr (linimon) Notes: svn path=/head/; revision=156903
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* BROKEN on amd64: Configure failsKris Kennaway2006-01-201-0/+4
| | | | Notes: svn path=/head/; revision=153940
* Upgrade to binutils-2.16.Joerg Wunsch2005-08-012-8/+6
| | | | | | | | | Enable port for amd64 as well. Submitted by: Manuel Stuehn <manuel.stuehn@gmx.net> (amd64 patch) Notes: svn path=/head/; revision=140667
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Register CONFLICTS with devel/mingw-binutilsVolker Stolz2005-02-251-0/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=129747
* Upgrade to binutils 2.15.Joerg Wunsch2004-12-273-5/+6
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=125296
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-1/+1
| | | | Notes: svn path=/head/; revision=110841
* BROKEN on amd64: Configure failsKris Kennaway2004-05-301-0/+4
| | | | Notes: svn path=/head/; revision=110356
* Enable building on amd64, by renaming it to x86_64 for the configureJoerg Wunsch2004-05-141-0/+4
| | | | | | | step. Notes: svn path=/head/; revision=109162
* It seems that the standalone libbfd cannot be compiled on FreeBSD 4.x.Joerg Wunsch2004-05-021-1/+7
| | | | | | | | I don't care much, it's intented for developers only who could now be expected to use FreeBSD 5.x. Notes: svn path=/head/; revision=108197
* This is a port of GNU libbfd, the binary file descriptor library fromJoerg Wunsch2004-04-284-0/+41
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. Notes: svn path=/head/; revision=107870