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/ghc/files/extra-patch-aclocal.m4

Number of commits found: 4

Friday, 1 Oct 2021
12:51 Mikael Urankar (mikael) search for other commits by this committer
lang/ghc: Update arm bootstrap to 8.10.7

Update arm bootstrap to 8.10.7
Pass --host to the configure script otherwise ghc thinks we are crosscompiling
(only affects armv6 and armv7)
Remove CONFIGURE_ENV, it is now handled in patch-aclocal.m4 (submitted upstream
as https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6599)

Approved by:		arrowd
Differential Revision:	https://reviews.freebsd.org/D32155
commit hash: c57db8f4ded85a3eece1bae9f3b6949a99428736 commit hash: c57db8f4ded85a3eece1bae9f3b6949a99428736 commit hash: c57db8f4ded85a3eece1bae9f3b6949a99428736 commit hash: c57db8f4ded85a3eece1bae9f3b6949a99428736 c57db8f
Tuesday, 22 Dec 2020
16:37 mikael search for other commits by this committer
lang/ghc: regen extra-patch-aclocal.m4 used for aarch64

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:558922 
Sunday, 6 Jan 2019
12:18 arrowd search for other commits by this committer
lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.

As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
# pkg install -y `cat ghc-pkgs.txt`

During update some hs-* ports got two PORTREVISION bumps in a row. Other ports
got a PORTVERSION update together with one PORTREVISION bump. This is caused
by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated,
so figuring out which ones require a bump and which are not is too tedious.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D18707
Original commitRevision:489474 
Friday, 31 Aug 2018
08:51 arrowd search for other commits by this committer
lang/ghc: Add support for ARM arches: aarch64, armv6, armv7.

PR:		196899
Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
Reviewed by:	arrowd, mat, tcberner
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15674
Original commitRevision:478531 

Number of commits found: 4