Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.0 29 Oct 2024 23:55:22
    |
Kyle Evans (kevans)  |
devel/arm-none-eabi-newlib: update to 4.4.0
There are way too many changes to enumerate, but some of the
highlights to be gleaned from their news page is ANSI-fication
efforts and a number of new features, platform enhancements, and
various cleanups. |
2.4.0_2 20 Oct 2023 21:34:28
    |
Muhammad Moinur Rahman (bofh)  |
devel/arm-none-eabi-newlib: Remove defunct MASTER_SITES
Approved by: portmgr (blanket) |
2.4.0_2 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.4.0_1 21 Mar 2023 04:31:57
    |
Kyle Evans (kevans)  |
devel/arm-none-eabi-newlib: fix the build with newer clang
Taken from upstream commit 7bfa24c49563717426d1ee237f29d1ccfc4b51db,
cast these two to stinst_type explicitly to fix the build.
MFH: 2023Q1 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4.0_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.4.0_1 12 Nov 2021 16:57:20
    |
Joerg Wunsch (joerg)  |
devel/arm-none-eabi-newlib: automatically generate pkg-plist
Now that devel/arm-none-eabi-gcc has options for different multilib
layouts, the generated tree and thus pkg-plist heavily depends on the
actual multilib option applied.
It's thus best to automatically create the plist now.
Reviewed by: kevans
Differential Revision: <https://reviews.freebsd.org/D32755> |
2.4.0_1 14 Oct 2021 21:30:10
    |
Stefan Eßer (se)  |
devel/arm-none-eabi-newlib: Add CPE information
Approved by: portmgr (blanket) |
2.4.0_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.4.0_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.4.0_1 04 Oct 2020 20:49:36
  |
kevans  |
devel/arm-none-eabi-newlib: unbreak after include-fixed removal
We're now operating on more standards-compliant headers. Defining
__LONG_LONG_SUPPORTED is a little hacky, but some backflips are needed to
assume a C99 build. For now, just make it work so that we can get the
definition from sys/limits.h as needed.
MFH: 2020Q4 (blanket: build fix) |
2.4.0_1 26 Jul 2020 06:41:12
  |
antoine  |
Mark BROKEN
Reported by: pkg-fallout |
2.4.0_1 15 Nov 2019 10:09:03
  |
bapt  |
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 |
2.4.0_1 10 Mar 2018 17:46:06
  |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
2.4.0 06 Jul 2017 01:39:08
  |
ultima  |
* Updated maintainer email address
PR: 220395
Submitted by: kevans
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11497 |
2.4.0 17 Oct 2016 21:09:34
  |
bsam  |
devel/arm-none-eabi-newlib: * Fix excessive indentation [1]
* Be more friendly w.r.t aggressively assigning variables: Conditionally
assign NEWLIB_TARGET, and CONFIGURE_ARGS+= in case we create a slave
port from this needing a different NEWLIB_TARGET.
PR: 213565
Submitted by: Kyle Evans <bsdports@kyle-evans.net> (maintainer)
Reported by: danfe [1] |
2.4.0 16 Oct 2016 22:01:23
  |
bsam  |
Newlib is a C library intended for use on embedded systems. It is
a conglomeration of several library parts, all under free software
licenses, that make them easily usable on embedded products.
WWW: https://www.sourceware.org/newlib/
PR: 213466
Submitted by: bsdports@kyle-evans.net |