Page MenuHomeFreeBSD

Update mu to 1.12.8
Needs ReviewPublic

Authored by rwn_mailo.com on Oct 5 2024, 3:36 PM.
Referenced Files
Unknown Object (File)
Sep 15 2025, 5:16 AM
Unknown Object (File)
Sep 13 2025, 3:42 AM
Unknown Object (File)
Sep 10 2025, 10:34 AM
Unknown Object (File)
Sep 9 2025, 4:48 AM
Unknown Object (File)
Sep 6 2025, 12:08 AM
Unknown Object (File)
Sep 5 2025, 11:26 PM
Unknown Object (File)
Sep 5 2025, 6:05 PM
Unknown Object (File)
Sep 5 2025, 3:43 PM
Subscribers

Details

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

rwn_mailo.com created this revision.

I have added some comments. Please test your ports with tools like portlint and portclippy.

mail/mu/Makefile
4

You don't need PORTREVISION when you are already bumping the DISTVERSION/PORTVERSION

5–6

Can you confirm that the author has successfully faced 3 consecutive timeout in bugzilla?

5–6

python:3.0 is not a valid version. Check Mk/Uses/python.mk for valid versions. Specially the var _PYTHON_VERSIONS

6

This should be USES=emacs:build

6

This should be set to yes and it will automagically set it to ${PREFIX}/lib

About emacs:build
This yields an error "ninja: error: unknown target 'EMACS=/usr/local/bin/emacs-29.4'" maybe related to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251191

I will wait for maintainer time-out

The remaining will be update.

Portclippy : change some order. Pass portlint.

rwn_mailo.com retitled this revision from Update mu to 1.12.6 to Update mu to 1.12.8.
  • Removed mail/mu4e ports, because now integrated to mail/mu
  • Proposed new maintainer
  • Update to latest version 1.12.8
rwn_mailo.com added inline comments.
mail/mu/Makefile
5–6

Yes

6

For some reason it does not work with USES method

This comment was removed by rwn_mailo.com.