aboutsummaryrefslogtreecommitdiff
path: root/devel/binutils
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak build on mips, gold is not build thereDmitry Marakasov2014-12-191-1/+1
| | | | | | | | | PR: 196027 Submitted by: amdmi3 Approved by: bapt Notes: svn path=/head/; revision=374957
* Add 64-bit ARM binutils portEd Maste2014-11-111-0/+198
| | | | | | | | | | | | This is a port version of Andrew Turner's AArch64-FreeBSD binutils git branch, https://github.com/zxombie/aarch64-freebsd-binutils Reviewed by: bapt Approvied by: bapt Differential Revision: https://reviews.freebsd.org/D912 Notes: svn path=/head/; revision=372471
* Don't remove the directory containing the tools whenAndrew Turner2014-10-201-0/+2
| | | | | | | | | | PKGNAMEPREFIX == BUTARGET. Differential Revision: https://reviews.freebsd.org/D968 Approved by: bapt Notes: svn path=/head/; revision=371282
* Fix i386-linux-binutilsAntoine Brodin2014-10-111-1/+1
| | | | Notes: svn path=/head/; revision=370670
* Integrate a sparc64 patch from base version of binutilsBaptiste Daroussin2014-10-101-0/+26
| | | | | | | Submitted by: marius Notes: svn path=/head/; revision=370589
* Add size into the bin/ directoryBaptiste Daroussin2014-10-101-0/+1
| | | | Notes: svn path=/head/; revision=370566
* Remove now useless plist entriesBaptiste Daroussin2014-09-221-2/+0
| | | | Notes: svn path=/head/; revision=368813
* Allow to specify full target directly from the slaveBaptiste Daroussin2014-09-101-1/+2
| | | | Notes: svn path=/head/; revision=367795
* Make the cross binutils able to tweak his sysrootBaptiste Daroussin2014-08-311-2/+2
| | | | Notes: svn path=/head/; revision=366797
* Make the port ready to have slave ports for cross building targetsBaptiste Daroussin2014-08-291-5/+16
| | | | Notes: svn path=/head/; revision=366582
* Import arm support patchesBaptiste Daroussin2014-08-2913-12/+196
| | | | | | | | | | | Take maintainership [1] Convert to USES=libtool Approved by: zeising [1] Tested by: sbruno Notes: svn path=/head/; revision=366535
* - Convert gmake, bzip2 to USESMartin Wilke2014-05-291-3/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355707
* devel/binutils: Revert r353788, it was already coveredJohn Marino2014-05-121-18/+0
| | | | | | | | | | | | | | | | | | | | I forgot that this port was already fixed in arguably a better way: In dports, the Makefile.DragonFly file contains this: .if ${DFLYVERSION} > 300702 CONFIGURE_ARGS+= --with-lib-path=/lib:/usr/lib .endif The main makefile should probably have the CONFIGURE_ARGS+= line added to it unconditionally because it doesn't make sense to search /usr/local/lib when PORTSDIR != /usr/local. So DragonFly is fine with the original fix, but FreeBSD should look at taking it. I don't think the DFLYVERSION needs to be checked either. Notes: svn path=/head/; revision=353802
* devel/binutils: Support dev branch of DragonFlyJohn Marino2014-05-121-0/+18
| | | | | | | | | | | | | On the development branch of DragonFly, a number of shared system libraries has moved from /usr/lib to /lib, mirroring what happened on FreeBSD years ago. The bfd linker will not follow symlinks, so the configure.tgt file needs to be updated for DragonFly 3.7+. This is a no-op for FreeBSD. A similar patch has been submitted upstream. Notes: svn path=/head/; revision=353788
* - Make sure include/ansidecl.h gets really removedMartin Wilke2014-02-081-0/+1
| | | | Notes: svn path=/head/; revision=343349
* Update to 2.24Niclas Zeising2013-12-1612-85/+119
| | | | | | | | | | | | | | | | Do not install libiberty.a to aviod conflicts with devel/gnulibiberty [0] Do not install include/ansidecl.h, to avoid conflicts with gcc49 [1] Fix gold usage when linking c++ code, related to ctors [2] Thanks to dim for help with getting gold to build with libc++! PR: ports/176406 [0], ports/184327 [1] Submitted by: Craig Leres <leres@ee.lbl.gov> [0] Gerald Pfeifer <gerald@pfeifer.com> [1] Requested by: rdivacky [2] Notes: svn path=/head/; revision=336642
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Fix build with libc++Baptiste Daroussin2013-08-312-0/+48
| | | | | | | | Submitted by: theraven With hat: portmgr Notes: svn path=/head/; revision=325806
* Update to 2.23.2Niclas Zeising2013-06-253-4/+22
| | | | | | | | | | | | | Add upstream patch to make it possible to build gcc on sparc64 [1] Fix CONFIGURE_TARGET to do the right thing, previously the binutils build could fail on amd64 when built as a dependency of for instance gcc. [2] PR: ports/179291 [1] Submitted by: Michael Moll <kvedulv@kvedulv.de> (PR) [1] Reported by: kwm and dim [2] Notes: svn path=/head/; revision=321747
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Update devel/binutils to 2.23.1Niclas Zeising2012-12-0914-235/+15
| | | | | | | | | Tested by: Anton Shterenlikht <mexas@bristol.ac.uk> Hans Ottevanger <hans@beastielabs.net> Approved by: kwm, miwi (mentors, implicit) Notes: svn path=/head/; revision=308528
* Disable the gold linker when building on ia64. It is not supported on thisNiclas Zeising2012-10-092-2/+6
| | | | | | | | | | | | | architecture, and having it enabled nontheless gives plist issues. [1] Fix plist when compiled with NLS support [2] Bump PORTREVISION since the plist changed. Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> (private mail) [1] eadler, crees, makc (on irc) [2] Approved by: kwm (mentor) Notes: svn path=/head/; revision=305605
* Fix plist and bump PORTREVISION.Alex Dupre2012-10-082-2/+12
| | | | Notes: svn path=/head/; revision=305539
* GrabNiclas Zeising2012-10-071-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=305449
* Convert to OptionsNGEitan Adler2012-10-071-9/+5
| | | | | | | | PR: ports/172422 Submitted by: Michael Gmelin <freebsd@grem.de> Notes: svn path=/head/; revision=305426
* Reassign maintainership back to ports@Martin Matuska2012-09-041-1/+1
| | | | Notes: svn path=/head/; revision=303639
* Fix binutils build on clang. I'm committing this with a somewhat shortMark Linimon2012-09-021-0/+20
| | | | | | | | | | | | timeout as it blocks some of the work I'm doing with ports and clang; there are a large number of dependencies. PR: ports/170982 Submitted by: brooks Hat: portmgr Notes: svn path=/head/; revision=303529
* Enable gold and sysroot supportMartin Matuska2012-02-234-5/+47
| | | | | | | | PR: ports/165406 Submitted by: brooks@ Notes: svn path=/head/; revision=292117
* - 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