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: editors/nvi2/files/patch-CMakeLists.txt

Number of commits found: 2

Monday, 25 Sep 2023
22:38 Craig Leres (leres) search for other commits by this committer
editors/nvi2: Update to V2.2.1

    https://github.com/lichray/nvi2/releases/tag/v2.2.1

Changes since V2.2.0:

 - Display control chars in altnotation.

 - Intuitively jump between troff paragraphs.

 - Keep correct count for unprintable character sequences in
   opts_print().

 - Do a full reformat when ^L/^R redrawing.

 - Fix printing of line number when the 's' command is used with
   the 'c' flag and the number option is set.

 - Fix wide buffer growth when expanding filenames.

 - Fix segmentation fault when window size changes.

 - Fix buffer overflow in ex_comm_search.

 - Fix segmentation fault in number increment.

 - Fix for terminal state corruption on q from ex-mode.

 - Fix core dump when tags file pattern has a trailing '\'.

Reported by:	Zhihao Yuan
commit hash: cd5299ac4798448925546ac008459d4d97233749 commit hash: cd5299ac4798448925546ac008459d4d97233749 commit hash: cd5299ac4798448925546ac008459d4d97233749 commit hash: cd5299ac4798448925546ac008459d4d97233749 cd5299a
Monday, 17 Aug 2020
16:22 pkubaj search for other commits by this committer
editors/nvi2: fix build on GCC architectures

Use newer GCC:
cc1: error: unrecognized command line option "-Wno-dangling-else"
cc1: error: unrecognized command line option "-fcolor-diagnostics"

-fcolor-diagnostics is incompatible with GCC, compilation works fine with Clang
also without it.
Original commitRevision:545172 

Number of commits found: 2