| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
26 Apr 2013 10:44:29
2.23.1
|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
08 Mar 2013 11:32:12
2.23.1
|
bapt  |
Convert USE_BISON to USES= bison
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 |
09 Dec 2012 13:39:06
2.23.1
|
zeising  |
Update devel/binutils to 2.23.1
Tested by: Anton Shterenlikht <mexas@bristol.ac.uk>
Hans Ottevanger <hans@beastielabs.net>
Approved by: kwm, miwi (mentors, implicit) |
09 Oct 2012 21:02:15
2.22_3
|
zeising  |
Disable the gold linker when building on ia64. It is not supported on this
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) |
08 Oct 2012 15:39:15
2.22_2
|
ale  |
Fix plist and bump PORTREVISION. |
07 Oct 2012 10:14:16
2.22_1
|
zeising  |
Grab
Approved by: miwi (mentor) |
07 Oct 2012 04:31:14
2.22_1
|
eadler  |
Convert to OptionsNG
PR: ports/172422
Submitted by: Michael Gmelin <freebsd@grem.de> |
04 Sep 2012 06:45:41
2.22_1
|
mm  |
Reassign maintainership back to ports@ |
02 Sep 2012 05:07:01
2.22_1
|
linimon  |
Fix binutils build on clang. I'm committing this with a somewhat short
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 |
23 Feb 2012 12:43:57
2.22_1
|
mm  |
Enable gold and sysroot support
PR: ports/165406
Submitted by: brooks@ |
24 Dec 2011 14:20:41
2.22
|
beat  |
- Backport changes from binutils-cvs needed to support 32- and 64-bit
powerpc
PR: ports/163041
Submitted by: andreast@
Approved by: maintainer timeouet (3 weeks) |
02 Dec 2011 14:17:05
2.22
|
mm  |
Update to 2.22
Feature safe: yes |
07 Nov 2011 21:48:42
2.21.1
|
pav  |
- Unbreak
Reported by: pointyhat
Pointy hat to: miwi |
07 Nov 2011 03:25:29
2.21.1
|
miwi  |
- Get rid FreeBSD 6.x support |
23 Sep 2011 22:26:39
2.21.1
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
15 Jul 2011 10:47:02
2.21.1
|
mm  |
Update to 2.21.1 |
23 Mar 2011 15:53:22
2.21
|
mm  |
- Add LICENSE knob(s) |
13 Dec 2010 13:27:45
2.21
|
mm  |
- Update to 2.21
- Unbreak build with clang [1]
PR: ports/151874 [1]
Submitted by: Koop Mast <kwm@FreeBSD.org> [1] |
09 Sep 2010 19:38:56
2.20.1_3
|
pgollucci  |
- fix pkg-plist for non default WITH_NLS option.
PR: ports/149459
Submitted by: swills
Approved by: maintainer timeout (mm ; 31 days) |
11 Jun 2010 15:09:45
2.20.1_3
|
ale  |
Chase mpfr library and bump PORTREVISION. |
31 May 2010 02:01:56
2.20.1_2
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
19 Apr 2010 10:43:43
2.20.1_1
|
ale  |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
09 Mar 2010 11:24:35
2.20.1
|
mm  |
- Update to 2.20.1 |
19 Dec 2009 14:48:00
2.20
|
pav  |
- Register conflicts between libbfd and binutils
PR: ports/136701
Submitted by: gerald |
20 Nov 2009 10:23:27
2.20
|
mm  |
- Update to 2.20 |
07 Sep 2009 06:36:04
2.19.1_3
|
mm  |
- Make NLS optional and disable by default
- This port should have no RUN_DEPENDS by default
- Bump PORTREVISION |
28 Jul 2009 06:17:23
2.19.1_2
|
mm  |
- Fix pkg-plist for pre-7 FreeBSD
- Bump PORTREVISION
Reported by: pav (exprun) |
23 Jul 2009 07:11:44
2.19.1_1
|
mm  |
- Fix typo in Makefile and unbreak WITHOUT_NLS
PR: ports/137024
Submitted by: swell.k@gmail.com |
10 Jul 2009 12:38:00
2.19.1_1
|
mm  |
- Fix pkg-plist for FreeBSD 6.x
- Bump PORTREVISION |
08 Jul 2009 19:55:29
2.19.1
|
mm  |
The GNU Binutils are a collection of binary tools. The main ones are:
* 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/ |