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)
Fri, Jul 24, 8:40 AM
Unknown Object (File)
Wed, Jul 22, 1:22 PM
Unknown Object (File)
Wed, Jul 22, 11:48 AM
Unknown Object (File)
Wed, Jul 22, 11:02 AM
Unknown Object (File)
Tue, Jul 21, 7:34 PM
Unknown Object (File)
Tue, Jul 21, 12:23 AM
Unknown Object (File)
Sun, Jul 19, 12:56 PM
Unknown Object (File)
Sat, Jul 18, 8:35 AM
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.