notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/powerpc64-gcc/Makefile

Number of commits found: 61

Friday, 18 Jun 2021
15:29 John Baldwin (jhb) search for other commits by this committer
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
commit hash: 39c7b0126e2e8e87a6585be830dce2a5db04e5f6 commit hash: 39c7b0126e2e8e87a6585be830dce2a5db04e5f6 commit hash: 39c7b0126e2e8e87a6585be830dce2a5db04e5f6 commit hash: 39c7b0126e2e8e87a6585be830dce2a5db04e5f6 39c7b01
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 21 Mar 2021
09:57 gerald search for other commits by this committer
Update to MPC version 1.2.0 with the following changes:
 - New functions:
   . mpc_sum
   . mpc_dot
 - Several functions are more robust with a reduced exponent range
   (for example corresponding to IEEE 754 binary formats).
 - New mpcheck tool for comparison with the native C library (which
   is not installed by default).

Bump all directly dependent ports. Do not bump those indirectly
dependent via the lang/gcc* family since their run-time dependencies
and code generated should not be affected.

PR:		249950
Submitted by:	wen
Original commitRevision:568912 
Wednesday, 6 May 2020
16:50 emaste search for other commits by this committer
devel/powerpc64-gcc: add binutils dep on objdump

/usr/bin/objdump will be removed from FreeBSD before FreeBSD 13.0.

PR:		241159
Approved by:	bapt
Sponsored by:	The FreeBSD Foundation
Original commitRevision:534193 
Wednesday, 18 Dec 2019
19:02 jhb search for other commits by this committer
Make the old xtoolchain GCC ports conflict with devel/freebsd-gcc6.

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D22861
Original commitRevision:520391 
Friday, 15 Nov 2019
10:09 bapt search for other commits by this committer
Update binutils to 2.33.1

While here, convert binutils into flavors, that ease a lot maintenance
and helps cleaning out the code.

This is inspired by the same work on going on the xtoolchained gcc by jhb@

PR:		241756
Exp-run:	antoine (portmgr)
Discussed with:	jhb
Differential Revision:	https://reviews.freebsd.org/D22258
Original commitRevision:517642 
Wednesday, 23 Oct 2019
17:44 jhb search for other commits by this committer
Divorce the ARM bare-metal GCC ports from the FreeBSD GCC xtoolchain ports.

In the past, changes to the FreeBSD GCC xtoolchain ports have broken
the ARM bare-metal GCC ports by accident.  In addition, we'd like to
move to having multiple FreeBSD GCC xtoolchain ports for different GCC
versions.  It seems best if we make the two groups of ports
independent so that changes to one do not affect the other.

Reviewed by:	manu
Differential Revision:	https://reviews.freebsd.org/D22064
Original commitRevision:515276 
Wednesday, 16 Oct 2019
21:46 jhb search for other commits by this committer
Always set the endian flag for the linker emulation for MIPS.

Fix a regression in r472011 where gcc would pass a linker emulation
without an endian flag if neither -EB nor -EL were provided on the gcc
command line.

Bump PORTREVISION.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D22004
Original commitRevision:514619 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Sunday, 7 Apr 2019
10:12 rene search for other commits by this committer
Return kan@'s ports to the pool after his commit bit was safekept.
Original commitRevision:498270 
Friday, 15 Feb 2019
22:04 jhb search for other commits by this committer
Fix a regression for devel/amd64-gcc introduced in r488642.

Restore the value of TARGETARCH to be the FreeBSD architecture
name.  This fixes the block to remove float.h in the amd64
compiler.  This showed up as a packing list failure on amd64-gcc,
but it also undid r475290 for amd64-gcc.

Reviewed by:	manu
Differential Revision:	https://reviews.freebsd.org/D19126
Original commitRevision:493011 
Friday, 25 Jan 2019
19:04 jhb search for other commits by this committer
Override the library search directories for external GCC toolchains.

The default library search directories when building a native GCC end
up falling back to /usr/local/lib (for devel/*-gcc) and /usr/lib (for
base/gcc) even when --sysroot is used.  For devel/*-gcc, I previously
forced CROSS_DIRECTORY_STRUCTURE on in r466699 to workaround this.
However, this solution could not be used for base/gcc.  Instead, patch
the sources to remove several of the library search directories and
override STARTFILE_PREFIX_SPEC to only look in /usr/lib.  GCC still
adds tuple-specific subdirs to /usr/lib, but this is ok.

Bump PORTREVISION for both the external GCC toolchains and base/gcc.

Reviewed by:	kan
Differential Revision:	https://reviews.freebsd.org/D18677
Original commitRevision:491173 
Saturday, 29 Dec 2018
00:44 jhb search for other commits by this committer
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
Original commitRevision:488642 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 11 Nov 2018
08:48 antoine search for other commits by this committer
Remove orphans after INFO_PATH move
Original commitRevision:484668 
Saturday, 10 Nov 2018
00:31 linimon search for other commits by this committer
USES=compiler:c++11-lang is necessary to build arm-none-eabi-gcc on
powerpc64.  Since it should be similar with other slave ports, add
USES to the masterport.

PR:		232521
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:484561 
Monday, 27 Aug 2018
14:29 manu search for other commits by this committer
devel/aarch64-none-elf-gcc: Unbreak on arm64

The plugins ae not built on arm64.
While we might want them in the future, we also need gcc on this platform
as it's the compiler used for u-boot.

Reviewed by:	jhb, kan
Approved by:	kan (maintainer)
Original commitRevision:478209 
Thursday, 2 Aug 2018
23:55 jhb search for other commits by this committer
Remove a spurious $ introduced in r475290.

Reported by:	Mark Millard
Reviewed by:	kan
Differential Revision:	https://reviews.freebsd.org/D16551
Original commitRevision:476273 
Friday, 27 Jul 2018
15:57 jhb search for other commits by this committer
Cleanup packing lists for xtoolchain gcc packages.

- Add missing entries for gcov-dump and the gcov-tool manpage to the
  various xtoolchain gcc ports.
- Add gcov-dump to the post-install loops that handle optional renaming
  of tools and manpages.

Reviewed by:	kan
Differential Revision:	https://reviews.freebsd.org/D16465
Original commitRevision:475446 
Wednesday, 25 Jul 2018
17:46 jhb search for other commits by this committer
Add ports for an i386 external GCC toolchain.

- devel/binutils: Remove i386 a.out linker scripts when building
  i386-binutils or a base/binutils that targets i386.
- devel/powerpc64-gcc: Remove float.h on i386 since it conflicts
  with sys/x86/include/float.h.
- devel/i386-{binutils,gcc,xtoolchain}: New ports.

Reviewed by:	bapt (previous version)
Differential Revision:	https://reviews.freebsd.org/D16228
Original commitRevision:475319 
00:55 jhb search for other commits by this committer
Properly set CONFIGURE_TARGET for when amd64 is either the host or target.

CONFIGURE_TARGET is used for --build which is the host performing the
build.  TARGETARCH is used in powerpc64-gcc/Makefile as the target
architecture of the binaries generated by the compiler being built.
When building a non-amd64 target compiler on an amd64 host,
CONFIGURE_TARGET was set to amd64-unknown-freebsd which confused GCC
(it breaks compilation of an i386 target compiler on an amd64 host).
It would also result in setting CONFIGURE_TARGET improperly when
building an amd64 compiler on a non-amd64 host.  Fix by remapping
amd64 to x86-64 if the ARCH is amd64 rather than the TARGETARCH.

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D16227
Original commitRevision:475291 
00:50 jhb search for other commits by this committer
Drop builtin float.h for amd64-gcc.

GCC's builtin <float.h> header is not compatible with
sys/x86/include/float.h.  Drop the builtin header for now.  If at
some point GCC's notion of floating point constants for i386 can
converge with sys/x86/include/float.h this can be restored.

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D16073
Original commitRevision:475290 
Wednesday, 11 Jul 2018
16:50 jhb search for other commits by this committer
Enable .init_array and .fini_array with xtoolchain GCC.

For base/gcc, only enable .init_array and .fini_array for 12.0 and later
to match the policy used by clang and llvm.  For the xtoolchain ports,
enable these unconditionally since the only OS version handy is the OS
version of the build host, not the target OS to be built.  Unlike llvm,
the use of .init_array and .fini_array is set at compile-time for GCC
and can't be changed at runtime.

Bump PORTREVISION for base/gcc and the xtoolchain GCC ports.

Reviewed by:	bapt (earlier version)
Differential Revision:	https://reviews.freebsd.org/D16014
Original commitRevision:474469 
Sunday, 13 May 2018
21:46 kan search for other commits by this committer
Upgrade ext-toolchain GCC ports to GCC 6.4.0

This is the latest supported release in GCC 6.x series.
Drop aarch64 support patch - it has been committed upstream.

Enable ifunc suppport by default.

PR:	228161
Reviewed by: bapt (update part)
Differential Revision:	https://reviews.freebsd.org/D13602
Original commitRevision:469834 
Thursday, 19 Apr 2018
07:08 ale search for other commits by this committer
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.
Original commitRevision:467751 
Wednesday, 18 Apr 2018
17:07 kevans search for other commits by this committer
Fix arm-none-eabi-gcc/aarch64-none-elf-gcc plist after r466699

jhb fixed these ports in r466699, but include-fixed headers has changed
since the last update, perhaps due to --sysroot and these ports being built
differently since then.

Add the extra headers to the plist and bump PORTREVISION due to package
differences. This fixes some sanity checking in the plist, since these files
are installed to the stage dir.

Reported by:	Phillip R. Jaenke <prj@rootwyrm.com>
Approved by:	ler (ports)
MFH:		2018Q2
Original commitRevision:467716 
Saturday, 7 Apr 2018
00:26 jhb search for other commits by this committer
Fix two more issues with r465416.

- Force build of a cross-compiler by defining CROSS_DIRECTORY_STRUCTURE
  in CFLAGS even if the build host matches the build target.  This
  fixes such a cross compiler to not include /usr/local/lib in its default
  library path (e.g. amd64-gcc when built on amd64).
- Don't remove the include-fixed headers for the aarch64-none-elf-gcc
  and arm-none-eabi-gcc packages.
- Bump PORTREVISION.

Reported by:	kevans (2)
Reviewed by:	bdrewery, kevans
Differential Revision:	https://reviews.freebsd.org/D14925
Original commitRevision:466699 
Friday, 30 Mar 2018
17:25 jhb search for other commits by this committer
Remove CONFIGURE_ENV to set C++ include path.

The previous change to fix the name of the argument passed to configure
to set this path means that the setting is no longer required in the
environment.

Did not bump PORTREVISION since this should be a no-op.

Reviewed by:	bdrewery
Differential Revision:	https://reviews.freebsd.org/D14882
Original commitRevision:465987 
Friday, 23 Mar 2018
23:53 jhb search for other commits by this committer
Fix --sysroot for cross-toolchain GCC packages

By default, GCC assumes that a cross compiler should not have any valid
initial include or library paths aside from /usr/local/lib/gcc/<mumble>/.
This means that one cannot use --sysroot to point to a system root for
another architecture and have GCC automatically look for headers in
${sysroot}/usr/include, etc.  Currently we workaround this in FreeBSD's
build system with explicit -isystem, -B, and -L directives.  However,
this is cumbersome compared to clang (where a bare --sysroot DTRT)
especially when using the compiler to build other software (such as test
programs, etc.).

One can override GCC's assumption and force it to assume that it should
honor --sysroot by setting the '--with-sysroot' option to force GCC to
assume a specific system root.  By setting this to '/', this means that
the cross-compiler will attempt to use the host's headers by default
if --sysroot is not specified, but if --sysroot is specified then
it is fully honored including for include paths and library paths.  With
this change I can now cross-compile both C and C++ binaries simply by
using --sysroot without the need for -isystem, -B, or -L directives.  Note
that the base/gcc and devel/riscv64-gcc ports both use --with-sysroot='/'
already.

By default, GCC looks for headers in /usr/local/include (under the
sysroot) before /usr/include.  To disable this and only look for headers
in /usr/include, patch gcc/Makefile.in to not define LOCAL_INCLUDE_DIR.

Once -nostdinc is no longer required, the headers installed along with the
compiler are now used for compiling worlds and test programs.  The "fixed"
headers in include-fixed are generally not helpful and are also derived
from the host's headers which might not match the target --sysroot, so
just delete them entirely.  Even the stub limits.h headers GCC ships when
using an empty build sysroot are not helpful and need to be removed.

On a related note, I also fixed the name of the C++ include directory
option to configure.  By my reading it is 'with-gxx-include-dir' rather
than 'with-gcc-include-dir'.

Reviewed by:	bapt, brooks, kan
Sponsored by:	DARPA / AFRL
Differential Revision:	https://reviews.freebsd.org/D14627
Original commitRevision:465416 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Tuesday, 6 Feb 2018
14:32 swills search for other commits by this committer
Fix cross build of base/ ports

This is a follow up to r461057 and fixes base/binutils and base/gcc in my
testing.

PR:		224217
Submitted by:	nwhitehorn (partially, I made additional changes)
Reviewed by:	bapt
Original commitRevision:461058 
Saturday, 27 May 2017
00:29 kan search for other commits by this committer
Make sure <arch-gcc> come with consistent content

Expand hackery in post-install target to
make sure that we always end up with same set of
$GCC_TARGET-prefixed files no matter if port is
built for cross target or for native target to be
used as external toolchain.

Take over the maintainership.

Reviewed by:	emaste, imp, bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D10537
Original commitRevision:441822 
Saturday, 20 May 2017
16:58 linimon search for other commits by this committer
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)
Original commitRevision:441320 
Friday, 28 Apr 2017
04:36 linimon search for other commits by this committer
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
Original commitRevision:439595 
Saturday, 8 Apr 2017
00:29 kan search for other commits by this committer
Add external toolchain ports for aarch64

This involves copying patch file from lang/gcc6
and minor plist tweaks.

Reviewed by:	emaste, andreast, brooks
Approved by:	brooks
Differential Revision:	https://reviews.freebsd.org/D10292
Original commitRevision:437977 
Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:431796 
Sunday, 1 Jan 2017
03:45 sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Original commitRevision:430235 
Sunday, 25 Dec 2016
14:02 bapt search for other commits by this committer
Update to 6.3.0
Original commitRevision:429427 
Sunday, 18 Dec 2016
18:52 bapt search for other commits by this committer
Make amd64-gcc respect the 'unknown' second component of the triplets
as other cross toolchain gcc ports
Original commitRevision:428886 
Saturday, 10 Dec 2016
18:44 bapt search for other commits by this committer
Update cross toolchain gcc to 6.2.0
Remove the powerpc64 patch which has been upstreamed
Original commitRevision:428312 
Wednesday, 16 Nov 2016
12:24 linimon search for other commits by this committer
Spell BROKEN_FreeBSD_9 properly.
Original commitRevision:426236 
Friday, 9 Sep 2016
06:13 swills search for other commits by this committer
devel/powerpc64-gcc: use libc++

Approved by:	bapt (maintainer)
Original commitRevision:421598 
Wednesday, 13 Apr 2016
10:41 jbeich search for other commits by this committer
devel/*gcc*: convert to CONFIGURE_OUTSOURCE in trivial cases

PR:		208294
Exp-run by:	antoine
Approved by:	portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D4157
Original commitRevision:413189 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Tuesday, 26 Jan 2016
20:51 bapt search for other commits by this committer
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
Original commitRevision:407309 
Sunday, 29 Nov 2015
19:12 andreast search for other commits by this committer
Add ELFv2 support for FreeBSD PowerPC.

Submitted by:	nwhitehorn@
Approved by	bapt@:
Original commitRevision:402616 
Saturday, 25 Jul 2015
11:30 bapt search for other commits by this committer
Update the cross gcc to 5.2.0
Simplify a bit the plist
Drop upstreamed arm support patches not needed anymore
Original commitRevision:392874 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Tuesday, 21 Apr 2015
01:38 adrian search for other commits by this committer
gcc: Bump port to 4.9.2; add MIPS patches (from kan, thanks!).

Tested:

* compiled mips, mips64, arm-none-eabi, sparc64 cross compile
  packages.

Reviewed by:	bapt
Original commitRevision:384396 
Sunday, 21 Dec 2014
23:52 ian search for other commits by this committer
Conditionally assign variables so that slave ports can override them.

Approved by:	imp
Original commitRevision:375202 
Tuesday, 9 Dec 2014
19:13 imp search for other commits by this committer
turns out -fbracket-depth is clang specific, only use it with clang.
Original commitRevision:374421 
Sunday, 30 Nov 2014
09:16 bapt search for other commits by this committer
Add the needed changes for amd64-gcc to build

Reported by:	antoine
Pointyhat:	bapt
Original commitRevision:373658 
Saturday, 25 Oct 2014
10:55 antoine search for other commits by this committer
Unbreak arm-none-eabi-gcc

Reported by:	pkg-fallout
Original commitRevision:371473 
Tuesday, 21 Oct 2014
16:55 bapt search for other commits by this committer
Enable shared library
Original commitRevision:371329 
14:01 andrew search for other commits by this committer
New port devel/arm-none-eabi-gcc for ARM bare metal programming.

Differential Revision:	https://reviews.freebsd.org/D974
Approved by:	bapt
Original commitRevision:371322 
Monday, 20 Oct 2014
17:21 andrew search for other commits by this committer
Allow devel/powerpc64-gcc to be used to target non-FreeBSD ports.

 * The format extension patch should only be used on FreeBSD.
 * The name of the target may not follow the portbld scheme.

Differential Revision:	https://reviews.freebsd.org/D972
Approved by:	bapt
Original commitRevision:371285 
Thursday, 9 Oct 2014
10:39 bapt search for other commits by this committer
Add support for -fformat-extensions meaning we can now build the kernel

Submitted by:	kan
Original commitRevision:370513 
09:20 bapt search for other commits by this committer
Cleanup garbage
Original commitRevision:370510 
09:13 bapt search for other commits by this committer
Make the plist a bit more generic
Remove garbage from distinfo
Original commitRevision:370509 
06:54 bapt search for other commits by this committer
Add a cross version of gcc minimalistic and suitable enough to cross build world
Current targets: powerpc64 sparc64

Note that gcc 4.9.1 never heard of mips on freebsd neither of arm on freebsd
Note that this does not yet includes the freebsd extensions meaning it cannot
cross build the kernel yet
Original commitRevision:370506 

Number of commits found: 61