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/amd64-gcc/Makefile
SVNWeb

Number of commits found: 18

Fri, 18 Jun 2021
[ 15:29 John Baldwin (jhb) search for other commits by this committer ]    commit hash:39c7b0126e2e8e87a6585be830dce2a5db04e5f6  commit hash:39c7b0126e2e8e87a6585be830dce2a5db04e5f6  commit hash:39c7b0126e2e8e87a6585be830dce2a5db04e5f6  39c7b01  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
devel/*{-xtoolchain,}-gcc: Retire the old GCC external toolchain ports.

These have been supplanted by the devel/freebsd-gcc6 port which uses
separate flavors for each target architecture and bundles the
CROSS_TOOLCHAIN makefile.

Feedback from:	jrm
Reviewed by:	lwhsu, bapt
Differential Revision:	https://reviews.freebsd.org/D30765
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 29 Nov 2020
[ 14:12 linimon search for other commits by this committer ] Original commit   Revision:556569 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
These ports now build on aarch64.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com TRYBROKEN run
Mon, 15 Apr 2019
[ 05:55 linimon search for other commits by this committer ] Original commit   Revision:498995 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
These ports now build on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Sat, 29 Dec 2018
[ 00:44 jhb search for other commits by this committer ] Original commit   Revision:488642
Simplify some of the logic for external GCC toolchain packages.

- Always define BU_PREFIX as GCC_TARGET if needed.  This was already
  effectively true, but BU_PREFIX was just being set to the same value
  in the case that GCC_TARGET wasn't defined.  This is simpler and
  avoids duplicating some logic.
- Simplify amd64-gcc by not defining GCC_TARGET and BU_PREFIX in that
  port but instead replacing "amd64" with "x86_64" in the
  devel/powerpc64-gcc Makefile.  This matches what base/gcc does.
- Remove FREEBSD_EXTENSION now that it is no longer needed.

Approved by:	zeising
Differential Revision:	https://reviews.freebsd.org/D18349
Wed, 25 Apr 2018
[ 13:17 kan search for other commits by this committer ] Original commit   Revision:468277
Catch up with changed binutils prefix some more

The amd64-gcc needs same treatment as amd64-binutils,
we need to override BUTARGET in order to account for
amd64 vs x86-64 mismatch.

Submitted by: lwhsu
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Thu, 21 Dec 2017
[ 10:23 linimon search for other commits by this committer ] Original commit   Revision:456901 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Try to bring some consistency to ports that have x86-specific pieces.

 - in general, if we think that the code is not architecture-specific,
   and instead just enables x86 assembler by default, those should
   use BROKEN rather than IGNORE.  This will allow them to be attempted
   with TRYBROKEN.
 - spell i386 as x86.
 - spell asm as assembler.
 - pet portlint.

These changes should have no effect on tier-1 builds.

Approved by:	portmgr (tier-2 blanket)
Tue, 12 Dec 2017
[ 03:05 linimon search for other commits by this committer ] Original commit   Revision:456091
Make the error results more correct, per recent logs.

Approved by:	portmgr (tier-2 blanket)
Thu, 30 Nov 2017
[ 06:13 linimon search for other commits by this committer ] Original commit   Revision:455167 (Only the first 10 of 189 ports in this commit are shown above. View all ports for this commit)
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
Sat, 20 May 2017
[ 16:58 linimon search for other commits by this committer ] Original commit   Revision:441320 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Reported by:	swills
Approved by:	portmgr (tier-2 blanket)
Fri, 28 Apr 2017
[ 04:36 linimon search for other commits by this committer ] Original commit   Revision:439595
Mark the gcc crosscompiler ports as broken on various tier-2 archs.

Unfortunately neither the maintainer or I have time at the moment
to chase down all of these failures.  The "fails to package" ones
ought to be fairly easy to fix.

Discussed with:		maintainer
Sun, 18 Dec 2016
[ 18:52 bapt search for other commits by this committer ] Original commit   Revision:428886
Make amd64-gcc respect the 'unknown' second component of the triplets
as other cross toolchain gcc ports
Thu, 21 Apr 2016
[ 16:43 swills search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Tue, 26 Jan 2016
[ 20:51 bapt search for other commits by this committer ] Original commit   Revision:407309
Update cross gcc to 5.3.0
While here:
- fix packaging on amd64
- fix building with utf8 locales en recent head by enforcing the locale to be C
Sat, 31 Oct 2015
[ 00:11 bapt search for other commits by this committer ] Original commit   Revision:400561
Resurrect amd64 xtoolchain needed for build FreeBSD with gcc as an external
toolchain
Sat, 29 Nov 2014
[ 14:46 bapt search for other commits by this committer ] Original commit   Revision:373620
Add an external toolchain suitable for amd64 target

Number of commits found: 18