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: lang/gcc11/pkg-plist

Number of commits found: 6

Saturday, 27 Jan 2024
23:07 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/gcc11: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 83c2eff52ae2914ceb5a189e3dd4654d2e51ea08 commit hash: 83c2eff52ae2914ceb5a189e3dd4654d2e51ea08 commit hash: 83c2eff52ae2914ceb5a189e3dd4654d2e51ea08 commit hash: 83c2eff52ae2914ceb5a189e3dd4654d2e51ea08 83c2eff
Sunday, 6 Nov 2022
15:15 Lorenzo Salvadore (salvadore) search for other commits by this committer
lang/gcc11: Fix conflict on libgccjit.h and libgccjit++.h again

This is the second attempt to solve the conflict, see commits
- dc67e7d3009de2b78d96136c8ad09cf186e553df (first attempt);
- 9f0cd13014d0962aedfa016c86a5af07ca3ba814 (revert of the first
  attempt).

GCC 11, GCC 12 and GCC 13 install libgccjit.h and libgccjit++.h in the
same directory.

Fix conflict for GCC 11, which is GCC_DEFAULT, by installing those files
in a directory specific to GCC 11.

PR:		257060
Reviewed by:	yasu, jrm
Differential Revision:	https://reviews.freebsd.org/D37266
commit hash: 0338e04504ee269b7a95e6707f1314bc1c4239fe commit hash: 0338e04504ee269b7a95e6707f1314bc1c4239fe commit hash: 0338e04504ee269b7a95e6707f1314bc1c4239fe commit hash: 0338e04504ee269b7a95e6707f1314bc1c4239fe 0338e04
Friday, 4 Nov 2022
21:22 Lorenzo Salvadore (salvadore) search for other commits by this committer
lang/gcc11: Revert "Fix conflict on libgccjit.h and libgccjit++.h"

This reverts commit dc67e7d3009de2b78d96136c8ad09cf186e553df.

The revert is necessary as

- lang/gcc11/files/patch-gcc_Makefile.in was wrong: it should have used
  $(version) instead of $(gcc_version);

- even after correcting the above mistake, the patch still does not
  work: lang/emacs fails to configure and hence to build. See also
  https://reviews.freebsd.org/D37266 .

PR:	257060
Reported by:	yasu
commit hash: 9f0cd13014d0962aedfa016c86a5af07ca3ba814 commit hash: 9f0cd13014d0962aedfa016c86a5af07ca3ba814 commit hash: 9f0cd13014d0962aedfa016c86a5af07ca3ba814 commit hash: 9f0cd13014d0962aedfa016c86a5af07ca3ba814 9f0cd13
Thursday, 3 Nov 2022
12:29 Lorenzo Salvadore (salvadore) search for other commits by this committer
lang/gcc11: Fix conflict on libgccjit.h and libgccjig++.h

GCC 11, GCC 12 and GCC 13 install libgccjit.h and libgccjit++.h in the
same directory.

Fix conflict for GCC 11, which is GCC_DEFAULT, by installing those files
in a directory specific to GCC 11.

PR:		257060
Reported by:	Ting-Wei Lan <lantw44@gmail.com>
Reviewed by:	gerald, dim
Differential Revision:	https://reviews.freebsd.org/D37242
See also:	https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101491
commit hash: dc67e7d3009de2b78d96136c8ad09cf186e553df commit hash: dc67e7d3009de2b78d96136c8ad09cf186e553df commit hash: dc67e7d3009de2b78d96136c8ad09cf186e553df commit hash: dc67e7d3009de2b78d96136c8ad09cf186e553df dc67e7d
Friday, 28 Oct 2022
14:55 Lorenzo Salvadore (salvadore) search for other commits by this committer
lang/gcc11: Enable D lang compiler

Forward the part of commit f61fb49b2e76fd4f7a5b7a11510b5109206c19f2 that
enables D lang compiler.

PR:             266825
Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>
commit hash: 57936dba89ea208e5dbc1bd2d7fda3d29a1838b3 commit hash: 57936dba89ea208e5dbc1bd2d7fda3d29a1838b3 commit hash: 57936dba89ea208e5dbc1bd2d7fda3d29a1838b3 commit hash: 57936dba89ea208e5dbc1bd2d7fda3d29a1838b3 57936db
Friday, 18 Jun 2021
20:08 Gerald Pfeifer (gerald) search for other commits by this committer
lang/gcc11: New port cloned from gcc11-devel

Welcome GCC 11.1, the first release of the GCC 11 series!

https://gcc.gnu.org/gcc-11/changes.html has a comprehensive overview
of many improvements and changes and
https://gcc.gnu.org/gcc-11/porting_to.html highlights issues you may
encounter porting to this version. This release series should not
prove too disruptive, mainly C++ defaulting to GNU++17 and some more
libstdc++ headers will need to be included explicitly.

To give a brief overview of some of the more noticable changes:

Some short options of the gcov tool have been renamed: -i to -j and
-j to -H.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
commit hash: 8f52533f636733a36dda6f804c4784077da8a7f2 commit hash: 8f52533f636733a36dda6f804c4784077da8a7f2 commit hash: 8f52533f636733a36dda6f804c4784077da8a7f2 commit hash: 8f52533f636733a36dda6f804c4784077da8a7f2 8f52533

Number of commits found: 6