[Bug 283070] math/mprime: Update to 30.19b21
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 283070] math/mprime: Update to 30.19b21"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Dec 2024 14:14:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283070 Robert Clausecker <fuz@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ports-bugs@FreeBSD.org |fuz@FreeBSD.org Status|New |In Progress CC| |fuz@FreeBSD.org --- Comment #2 from Robert Clausecker <fuz@FreeBSD.org> --- I'll remove the ${DUMMY} from the Makefile. Portlint is wrong with this complaint and having ${DUMMY} there makes the error message harder to understand. Note that you can handle the various i386 / amd64 distinctions in a more declarative manner like so: ALL_TARGET_amd64= makebsd64 ALL_TARGET_i386= makemsys ALL_TARGET= ${ALL_TARGET_${ARCH}} I'll commit the patch as is, but do check this for the next update. And please submit patches in git-format-patch format if possible. Is there a changelog for this update? -- You are receiving this mail because: You are the assignee for the bug.