Created attachment 222213 [details] Update aprsc to 2.1.8 Update aprsc to version 2.1.8 Poudriere testport logs for 11+12 i386/amd64 available at: https://pkg-builder.dan.net.uk/poudriere/data/latest-per-pkg/aprsc/2.1.8/
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. Q/A: /tmp/253296/net/aprsc/files/patch-web_index.html: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. Variables out of place: # License block LICENSE LICENSE_FILE # Dependencies LIB_DEPENDS -MAKEFILE -WRKSRC -GNU_CONFIGURE # USES block USES # USES=shebangfix related variables SHEBANG_FILES # Configure block +GNU_CONFIGURE CONFIGURE_ARGS # Make block +MAKEFILE # WRKSRC block +WRKSRC ^Triage: Please confirm this change passes QA (portlint, poudriere at least). -- https://www.freebsd.org/doc/en/books/porters-handbook/testing.html Would you make those changes too? Thanks!
ChangeLog URL: https://groups.google.com/g/aprsc/c/1Oh62nrKNHs
^Triage: Bugfix release, MFH: Approved by: portmgr (blanket: bugfix release)
A commit references this bug: Author: db Date: Tue Feb 16 17:51:45 UTC 2021 New revision: 565435 URL: https://svnweb.freebsd.org/changeset/ports/565435 Log: ------------ * Reduce memory use significantly. The "last position of all stations" cache was unnecessarily holding a copy of the last packet from each station, eating 248 bytes per station (or more, if it was a long packet). It wasn't used for anything, so I removed the packet data from the structure, and it now uses 56 bytes per station. From about 13 megabytes to about 3 megabytes on a normal day. PR: ports/253296 Submitted by: freebsd-ports@dan.me.uk Reviewed by: portmgr Approved by: Maintainer Changes: head/net/aprsc/Makefile head/net/aprsc/distinfo head/net/aprsc/files/patch-Makefile.in head/net/aprsc/files/patch-web_index.html head/net/aprsc/pkg-plist