notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/cross-binutils/Makefile
SVNWeb

Number of commits found: 31

Tue, 24 Mar 2015
[ 21:32 brooks search for other commits by this committer ] Original commit   Revision:382179
The ancient version of binutils in the cross-binutils port suffers for
several vulnerabilities.  Mark it FORBIDDEN and DEPRECATED and set it expire
April 15th.

This also effects devel/mingw64-binutils.

Consumers of this port should switch to devel/binutil or slave ports
there of.

PR:		198816
Reported by:	Sevan Janiyan <venture37@geeklan.co.uk>
Fri, 27 Feb 2015
[ 12:21 amdmi3 search for other commits by this committer ] Original commit   Revision:380076
- Drop @dirrm* from plist

Approved by:	portmgr blanket
Tue, 2 Sep 2014
[ 15:22 brooks search for other commits by this committer ] Original commit   Revision:367029
Rescue from the curb.  Stagify and take maintainership.
Fri, 4 Jul 2014
[ 12:06 bapt search for other commits by this committer ] Original commit   Revision:360604 (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Thu, 26 Jun 2014
[ 07:32 antoine search for other commits by this committer ] Original commit   Revision:359318 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Allow to build with texinfo from ports

With hat:	portmgr
Thu, 29 May 2014
[ 15:09 miwi search for other commits by this committer ] Original commit   Revision:355707 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- Convert gmake, bzip2 to USES

Approved by:	portmgr
Wed, 15 Jan 2014
[ 23:57 bapt search for other commits by this committer ] Original commit   Revision:339875
Reduce over inclusion of bsd.port.mk
Sun, 5 Jan 2014
[ 18:10 brooks search for other commits by this committer ] Original commit   Revision:338815
Enable support for the --sysroot argument by setting the default sysroot
to "/".  This should have no impact on existing uses as that is
essentialy the default

Approved by:	maintainer timeout
Fri, 20 Sep 2013
[ 17:03 bapt search for other commits by this committer ] Original commit   Revision:327722 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Sat, 27 Apr 2013
[ 18:46 crees search for other commits by this committer ] Original commit   Revision:316685
devel/cross-binutils: Don't install generic info files; they conflict with
                      other cross-binutils slaves
[ 18:19 crees search for other commits by this committer ] Original commit   Revision:316682
devel/cross-binutils: Fix and update to 2.23.2

- For mips no gprof was built, so installing failed.
- Building failed for ppc in version 2.21.
- Add an option for the switch WITH_RTEMS_PATCHES

Christoph has also valiantly agreed to be set as MAINTAINER.

PR:		ports/177851
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
Sat, 9 Jun 2012
[ 23:23 linimon search for other commits by this committer ] Original commit 
Restore fallback error-handling line improperly removed in r1.19 via
ports/168527.  Without this, 'make describe' returns a packagename of
'--binutils-2.21'.

Hat:            portmgr
Fri, 1 Jun 2012
[ 13:31 scheidell search for other commits by this committer ] Original commit 
- Mark BROKEN with powerpc/elf combination (might be all powerpc, don't know)

PR:             ports/168527
Submitted by:   scheidell@ (me)
Approved by:    The dancing elves (maintainer)
Mon, 24 Oct 2011
[ 03:33 stas search for other commits by this committer ] Original commit  (Only the first 10 of 258 ports in this commit are shown above. View all ports for this commit)
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
Sun, 3 Apr 2011
[ 01:03 stas search for other commits by this committer ] Original commit 
- Update cross-binutils to 2.21.
- Update cross-gcc to 4.5.2.
- Update cross-gdb to 7.2
- Update corresponding rtems patches.

PR:             ports/155301 (based on)
Submitted by:   ARAI Toshihiko <arai.toshihiko@gmail.com>
Thu, 19 Nov 2009
[ 22:07 pav search for other commits by this committer ] Original commit  (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Mon, 19 Oct 2009
[ 11:39 stas search for other commits by this committer ] Original commit 
- Add plist quirks for windows targets.
Sun, 18 Oct 2009
[ 21:59 stas search for other commits by this committer ] Original commit 
- Update to 2.20.
Fri, 10 Apr 2009
[ 08:32 stas search for other commits by this committer ] Original commit 
- Update to 2.19.1.
Sat, 31 Jan 2009
[ 00:02 pav search for other commits by this committer ] Original commit 
- Update download locations

Reported by:    -fetch-original pointyhat run
Mon, 5 Jan 2009
[ 19:44 pav search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks for FreeBSD 5.x and older
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 14 Jun 2008
[ 16:25 stas search for other commits by this committer ] Original commit 
- Fix a typo.

Submitted by:   David Noreika <david@noreika.com.au>
Wed, 30 Apr 2008
[ 10:27 stas search for other commits by this committer ] Original commit 
- Mark broken on 5.x.
Fri, 25 Apr 2008
[ 11:27 stas search for other commits by this committer ] Original commit 
- Fix pkg-plist.
Sun, 20 Apr 2008
[ 15:31 stas search for other commits by this committer ] Original commit 
- Fix pkg-plist.

Reported by:    pav
Sun, 13 Apr 2008
[ 16:10 stas search for other commits by this committer ] Original commit 
- Update to 2.18
- unbrake sparc toolchain on amd64

PR:             ports/119681 (based on)
Submitted by:   Martin Matuska <mm@FreeBSD.org>
Fri, 1 Feb 2008
[ 11:12 linimon search for other commits by this committer ] Original commit 
Mark devel/sparc-rtems-binutils broken on sparc64 as well as amd64.
Sun, 16 Dec 2007
[ 23:36 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on respective targets/archs
Wed, 27 Jun 2007
[ 22:25 stas search for other commits by this committer ] Original commit 
- Set correct (though fake) PKGNAMEPREFIX if target archs/ABI
  was not selected.
Sun, 24 Jun 2007
[ 08:02 stas search for other commits by this committer ] Original commit 
- Add devel/cross-binutils port.

GNU binutils for cross-target application development.

Prerequisite for the GCC cross-compiling enviropment.

WWW: http://sources.redhat.com/binutils/

Number of commits found: 31