aboutsummaryrefslogtreecommitdiff
path: root/devel/binutils
Commit message (Collapse)AuthorAgeFilesLines
* - Backport changes from binutils-cvs needed to support 32- and 64-bitBeat Gaetzi2011-12-2411-0/+231
| | | | | | | | | | | powerpc PR: ports/163041 Submitted by: andreast@ Approved by: maintainer timeouet (3 weeks) Notes: svn path=/head/; revision=287969
* Update to 2.22Martin Matuska2011-12-022-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286768
* - UnbreakPav Lucistnik2011-11-071-1/+0
| | | | | | | | Reported by: pointyhat Pointy hat to: miwi Notes: svn path=/head/; revision=285262
* - Get rid FreeBSD 6.x supportMartin Wilke2011-11-072-8/+1
| | | | Notes: svn path=/head/; revision=285199
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to 2.21.1Martin Matuska2011-07-152-3/+3
| | | | Notes: svn path=/head/; revision=277744
* - Add LICENSE knob(s)Martin Matuska2011-03-231-0/+5
| | | | Notes: svn path=/head/; revision=271527
* - Update to 2.21Martin Matuska2010-12-133-5/+7
| | | | | | | | | | - Unbreak build with clang [1] PR: ports/151874 [1] Submitted by: Koop Mast <kwm@FreeBSD.org> [1] Notes: svn path=/head/; revision=266234
* - fix pkg-plist for non default WITH_NLS option.Philip M. Gollucci2010-09-091-0/+5
| | | | | | | | | PR: ports/149459 Submitted by: swills Approved by: maintainer timeout (mm ; 31 days) Notes: svn path=/head/; revision=260873
* Chase mpfr library and bump PORTREVISION.Alex Dupre2010-06-111-1/+1
| | | | Notes: svn path=/head/; revision=256398
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Switch to use newer GMP version.Alex Dupre2010-04-191-1/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* - Update to 2.20.1Martin Matuska2010-03-092-4/+4
| | | | Notes: svn path=/head/; revision=250763
* - Register conflicts between libbfd and binutilsPav Lucistnik2009-12-191-0/+2
| | | | | | | | PR: ports/136701 Submitted by: gerald Notes: svn path=/head/; revision=246244
* - Update to 2.20Martin Matuska2009-11-202-5/+4
| | | | Notes: svn path=/head/; revision=244520
* - Make NLS optional and disable by defaultMartin Matuska2009-09-071-4/+6
| | | | | | | | - This port should have no RUN_DEPENDS by default - Bump PORTREVISION Notes: svn path=/head/; revision=240968
* - Fix pkg-plist for pre-7 FreeBSDMartin Matuska2009-07-282-2/+2
| | | | | | | | | - Bump PORTREVISION Reported by: pav (exprun) Notes: svn path=/head/; revision=238475
* - Fix typo in Makefile and unbreak WITHOUT_NLSMartin Matuska2009-07-231-1/+1
| | | | | | | | PR: ports/137024 Submitted by: swell.k@gmail.com Notes: svn path=/head/; revision=238234
* - Fix pkg-plist for FreeBSD 6.xMartin Matuska2009-07-102-1/+10
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=237585
* The GNU Binutils are a collection of binary tools. The main ones are:Martin Matuska2009-07-084-0/+188
* ld - the GNU linker. * as - the GNU assembler. Most of these programs use BFD, the Binary File Descriptor library, to do low-level manipulation. Many of them also use the opcodes library to assemble and disassemble machine instructions. This port may be used as a replacement for the system binutils and support features from the latest versions of GCC. For cross-compilation, see the devel/cross-binutils port. WWW: http://sources.redhat.com/binutils/ Notes: svn path=/head/; revision=237439