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: mail/mutt/files/extra-patch-quote

Number of commits found: 2

Thursday, 29 Jun 2023
11:46 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Derek Schrock
mail/mutt: Remove feature patches

 * As mentioned in efe2cf37e6 UPDATING and pkg-message to keep mail/mutt
   inline with upstream removing addtional ports patches.
 * Update post-install sed to be more vim make.vim syntax friendly.  It is
   making any # a make comments.

Some of these patches
PR:		272194
Reported by:	dereks@lifeofadishwasher.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D40754
commit hash: ee5c5804ddf665c74e8da4d14242b12afab3d5e9 commit hash: ee5c5804ddf665c74e8da4d14242b12afab3d5e9 commit hash: ee5c5804ddf665c74e8da4d14242b12afab3d5e9 commit hash: ee5c5804ddf665c74e8da4d14242b12afab3d5e9 ee5c580
Wednesday, 7 Dec 2022
15:34 Dimitry Andric (dim) search for other commits by this committer
mail/mutt: fix build with clang 15

During an exp-run for llvm 15 (see bug 265425), it turned out that
mail/mutt failed to build with clang (and lld) 15:

  --- init.o ---
  In file included from init.c:43:
  ./init.h:3166:37: error: incompatible integer to pointer conversion
initializing 'void *' with an expression of type 'int' [-Wint-conversion]
    { "quote_empty",      DT_BOOL, R_NONE, OPTQUOTEEMPTY, 1 },
                                           ^~~~~~~~~~~~~
  ./init.h:3166:37: warning: suggest braces around initialization of subobject
[-Wmissing-braces]
    { "quote_empty",      DT_BOOL, R_NONE, OPTQUOTEEMPTY, 1 },
                                           ^~~~~~~~~~~~~
                                           {            }
  ./init.h:3166:52: error: incompatible integer to pointer conversion
initializing 'void *' with an expression of type 'int' [-Wint-conversion]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
commit hash: de5264ca78f41c04c1753ca94d949121b53b9f1d commit hash: de5264ca78f41c04c1753ca94d949121b53b9f1d commit hash: de5264ca78f41c04c1753ca94d949121b53b9f1d commit hash: de5264ca78f41c04c1753ca94d949121b53b9f1d de5264c

Number of commits found: 2