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/arm-none-eabi-gcc/pkg-plist

Number of commits found: 16

Saturday, 27 Jan 2024
12:36 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/arm-none-eabi-gcc: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 427c4d48337786da01475e3e3b052880ee46cde9 commit hash: 427c4d48337786da01475e3e3b052880ee46cde9 commit hash: 427c4d48337786da01475e3e3b052880ee46cde9 commit hash: 427c4d48337786da01475e3e3b052880ee46cde9 427c4d4
Monday, 2 May 2022
14:22 Emmanuel Vadot (manu) search for other commits by this committer
devel/arm-none-elf-gcc: Update to 11.3
commit hash: 578a120a1e2c71b21291bc8c229f2c8dbe4fd62d commit hash: 578a120a1e2c71b21291bc8c229f2c8dbe4fd62d commit hash: 578a120a1e2c71b21291bc8c229f2c8dbe4fd62d commit hash: 578a120a1e2c71b21291bc8c229f2c8dbe4fd62d 578a120
Friday, 12 Nov 2021
16:54 Joerg Wunsch (joerg) search for other commits by this committer
devel/arm-none-eabi-gcc: More flexible multilib options

This patch introduces port build options to control GCC's multilib
layout. It defaults to "disable multilib" as the port used to be set
before.

In order to build a compiler suitable for Cortex-M devices, select the
"Optimized for Cortex-M/R" option instead.

A subsequent patch to devel/arm-none-eabi-newlib will automatically
create their pkg-plist which now depends on the multilib option
chosen.

Reviewed by:	manu
Differential Revision:	<https://reviews.freebsd.org/D32638>
commit hash: 85706c256e654ea2a4dee044d7812a5008e80e12 commit hash: 85706c256e654ea2a4dee044d7812a5008e80e12 commit hash: 85706c256e654ea2a4dee044d7812a5008e80e12 commit hash: 85706c256e654ea2a4dee044d7812a5008e80e12 85706c2
Saturday, 27 Jun 2020
14:39 manu search for other commits by this committer
aarch64-none-elf-gcc: Remove the include-fixed directory

Those includes are, afaict, useless and cause problems if one build from a
custom FreeBSD without IPFILTER.
Do what the other gcc packages do and simply remove them.

PR:		230199 239210
Original commitRevision:540609 
Monday, 27 Apr 2020
18:45 manu search for other commits by this committer
devel/aarch64-none-elf-gcc: Enable the plugins

The plugins now build fine on a native build for aarch64 so enable
and install them unconditionally for all arches.

Reported by:	Mark Millard
Original commitRevision:533162 
Saturday, 11 Apr 2020
21:01 manu search for other commits by this committer
Update aarch64-none-elf-gcc and slave ports to 8.4.0

This updates :
devel/aarch64-none-elf-gcc
devel/arm-none-eabi-gcc
devel/riscv32-unknown-elf-gcc
devel/riscv64-none-elf-gcc

For now keep a distinfo file for each ports, when we know taht
we can updated them all together we will remove it and use only
the master port distinfo file.
Original commitRevision:531460 
Friday, 15 Feb 2019
22:00 jhb search for other commits by this committer
Add missing plist entries.

Similar to the fix in r477038 for aarch64-none-elf-gcc.

Reviewed by:	manu
Differential Revision:	https://reviews.freebsd.org/D19125
Original commitRevision:493010 
Thursday, 11 Oct 2018
09:20 manu search for other commits by this committer
devel/arm-none-eabi-gcc: Unbreak on arm64

Same as r478209.
The plugins aren't build on arm64 so remove the files from the plist.

Approved by:	bapt (mentor), maintainer timeout (3 weeks)
Original commitRevision:481798 
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 
Sunday, 25 Mar 2018
22:06 kan search for other commits by this committer
Catchup with r465416 in some extra dependent ports

PR:		226898
Original commitRevision:465549 
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 
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 
Tuesday, 21 Apr 2015
01:47 adrian search for other commits by this committer
Migrate from gcc-4.9.1 -> 4.9.2.

Reviewed by:	bapt
Original commitRevision:384398 
Monday, 8 Dec 2014
23:08 imp search for other commits by this committer
Include libgcc.a and the crt*.o binaries. Fix up configure args to
disable libstdcxx and multilib, as they are not needed. Add hacks to
build gcc with clang. With these changes, we can now build u-boot with
this compiler.

Submitted by: ian@
Original commitRevision:374341 
Tuesday, 21 Oct 2014
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 

Number of commits found: 16