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/freebsd-gcc12/Makefile
SVNWeb

Number of commits found: 10

Sat, 5 Aug 2023
[ 15:24 John Baldwin (jhb) search for other commits by this committer ]    commit hash:ca6653834d332d2d1d7ca39cfe0832237e6b92cd  commit hash:ca6653834d332d2d1d7ca39cfe0832237e6b92cd  commit hash:ca6653834d332d2d1d7ca39cfe0832237e6b92cd  ca66538 
devel/freebsd-gcc12: Update to 12.3.0.
[ 15:24 John Baldwin (jhb) search for other commits by this committer ]    commit hash:e858e20eec8104648b25313b388e9f2532c980fb  commit hash:e858e20eec8104648b25313b388e9f2532c980fb  commit hash:e858e20eec8104648b25313b388e9f2532c980fb  e858e20 
devel/freebsd-gcc12: Use -stdlib=libc++ to use libc++.

Instead of overriding the path and library name of libstdc++, set the
path for libc++ and change the default of -stdlib= from libstdc++ to
libc++.
Tue, 4 Jul 2023
[ 17:14 John Baldwin (jhb) search for other commits by this committer ]    commit hash:57ea9f921cac5a808010757b6f73e621b6898873  commit hash:57ea9f921cac5a808010757b6f73e621b6898873  commit hash:57ea9f921cac5a808010757b6f73e621b6898873  57ea9f9 
devel/freebsd-gcc*: Drop stale workaround for arm targets.

This workaround to force -fbracket-depth=512 was removed from lang/gcc
during the upgrade from gcc 4.8 to gcc 5.
Sun, 23 Apr 2023
[ 09:09 Gerald Pfeifer (gerald) search for other commits by this committer ]    commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  8d3e020  (Only the first 10 of 2091 ports in this commit are shown above. View all ports for this commit)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
Sat, 25 Mar 2023
[ 00:06 John Baldwin (jhb) search for other commits by this committer ]    commit hash:4e94ac9eb97fab16510b74ebcaa9316613182a72  commit hash:4e94ac9eb97fab16510b74ebcaa9316613182a72  commit hash:4e94ac9eb97fab16510b74ebcaa9316613182a72  4e94ac9 
devel/freebsd-gcc12: Bump to 12.2.0.
Fri, 18 Nov 2022
[ 21:37 John Baldwin (jhb) search for other commits by this committer ]    commit hash:91431b0114be7f4c380829f1ff7c4f9252adbba1  commit hash:91431b0114be7f4c380829f1ff7c4f9252adbba1  commit hash:91431b0114be7f4c380829f1ff7c4f9252adbba1  91431b0 
devel/freebsd-gcc12: Fix support for FreeBSD kernel printf.

Remove -fformat-extensions and instead follow clang and add a new
format type: __freebsd_kprintf__.  This permits removing unsupported
width specifies such as 'D' which conflict with the local %D specifier
used in the kernel which the old -fformat-extensions did not handle.
Tue, 27 Sep 2022
[ 21:38 John Baldwin (jhb) search for other commits by this committer ]    commit hash:acd121613431056e253039951f66b062a4104746  commit hash:acd121613431056e253039951f66b062a4104746  commit hash:acd121613431056e253039951f66b062a4104746  acd1216 
devel/freebsd-gcc12: Ignore on FreeBSD 12.

The powerpc flavor fails to build on FreeBSD 12.x as GCC does not
install the secureplt.h header for that version (GCC assumes secureplt
is only used on 13.0 and later).  In addition, the fixes needed to
build FreeBSD with GCC 12.x are not going to be backported to
stable/12, so just skip this port on FreeBSD 12.
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 26 Aug 2022
[ 07:39 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:a60b5f495b51aaaf674ac9fbcd1ee83434544979  commit hash:a60b5f495b51aaaf674ac9fbcd1ee83434544979  commit hash:a60b5f495b51aaaf674ac9fbcd1ee83434544979  a60b5f4 
compiler: use CHOSEN_COMPILER_TYPE instead of COMPILER_TYPE

CHOSEN_COMPILER_TYPE is the only safe variable to let a port know which
typer of compiler has been elected to be used by the framework

PR: 	199098
Fri, 12 Aug 2022
[ 17:27 John Baldwin (jhb) search for other commits by this committer ]    commit hash:fabbde505ba16b6156ecf55dc9f1d6bf01679861  commit hash:fabbde505ba16b6156ecf55dc9f1d6bf01679861  commit hash:fabbde505ba16b6156ecf55dc9f1d6bf01679861  fabbde5  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
devel/freebsd-gcc12: External FreeBSD toolchain based on GCC 12.

This port provides external GCC toolchains for GCC 12.1.0 for the
aarch64, amd64, armv6, armv7, i386, powerpc, powerpc64, and riscv64
platforms.

Reviewed by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D35685

Number of commits found: 10