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: misc/mc-nox11/Makefile

Number of commits found: 5

Monday, 15 Jan 2024
10:38 Alexey Dokuchaev (danfe) search for other commits by this committer
misc/mc: drop needless run-time dependencies on Aspell and Xlib

Yury V. Zaytsev points out that for X11 and Aspell support, header
files <X11/Xlib.h> and <aspell.h> are only needed during the build,
while their corresponding libraries would be loaded dynamically if
available; if not, mc(1) would still work fine, just without those
features.  The source code and ldd(1) output confirm his findings:

  % cd $WRKDIR/mc-4.8.30 && grep -R -A1 g_module_build_path *
  lib/tty/x11conn.c:  x11_module_fname = g_module_build_path (NULL, "X11");
  lib/tty/x11conn.c-  x11_module = g_module_open (x11_module_fname,
G_MODULE_BIND_LAZY);
  --
  src/editor/spell.c: spell_module_fname = g_module_build_path (NULL,
"libaspell");
  src/editor/spell.c- spell_module = g_module_open (spell_module_fname,
G_MODULE_BIND_LAZY);

This allows to enable Aspell support by default and drop X11-less
slave port now that both of these dependencies are build-time only
yet still can be completely disabled via options.

PR:	269120
commit hash: a5ade24bb0d77d5ca30a27dc33748ff644a09588 commit hash: a5ade24bb0d77d5ca30a27dc33748ff644a09588 commit hash: a5ade24bb0d77d5ca30a27dc33748ff644a09588 commit hash: a5ade24bb0d77d5ca30a27dc33748ff644a09588 a5ade24b
Wednesday, 10 Aug 2022
11:19 Alexey Dokuchaev (danfe) search for other commits by this committer
misc/mc{,-nox11}: slightly improve the ports' Makefiles (+)

- Do not globally pollute -I/-L with ${LOCALBASE} when handling
  the NLS option and pass it as the --with-libintl-prefix instead
- Drop no longer supported --with-slang-includes configure switch,
  correct paths are obtained via pkgconf(1) these days
- Set PKGNAMESUFFIX together with CONFLICTS_INSTALL in the master
  so they are always coherent (previously, when the main port is
  built with X11 option unset it would conflict with itself)
commit hash: 20c44243c483cda921aba0a776c90ab3f3a284b0 commit hash: 20c44243c483cda921aba0a776c90ab3f3a284b0 commit hash: 20c44243c483cda921aba0a776c90ab3f3a284b0 commit hash: 20c44243c483cda921aba0a776c90ab3f3a284b0 20c4424
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 28 Oct 2019
00:34 meta search for other commits by this committer
New port: misc/mc-nox11: misc/mc but without x11 dependencies

PR:		238425
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>
Approved by:	portmgr (maintainer timeout: 2 months)
Original commitRevision:515841 

Number of commits found: 5