Page MenuHomeFreeBSD

lang/polyml: Update to 5.8.1
ClosedPublic

Authored by rhurlin on Feb 8 2021, 6:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 5 2024, 8:21 PM
Unknown Object (File)
Mar 5 2024, 7:59 PM
Unknown Object (File)
Mar 5 2024, 7:59 PM
Unknown Object (File)
Mar 5 2024, 2:01 AM
Unknown Object (File)
Dec 21 2023, 9:29 PM
Unknown Object (File)
Dec 20 2023, 6:39 AM
Unknown Object (File)
Dec 1 2023, 1:31 AM
Unknown Object (File)
Dec 1 2023, 1:31 AM
Subscribers

Details

Summary
  • Bug fix release for version 5.8
  • Visual Studio projects have been updated to VS2017 and SDK 10

Changelog: https://github.com/polyml/polyml/releases/tag/v5.8.1

Submitted by Wen Heping <wen@FreeBSD.org> in PR 253282.

(PR still waiting for maintainer approval from Timothy Beyer <beyert@cs.ucr.edu>)

Tested on Poudriere (amd64, i386). 'portlint -AC' is fine.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Settle the MOTIF_USE_XORG thing and feel free to commit.

lang/polyml/Makefile
41 ↗(On Diff #83523)

IIRC, it is MOTIF_USE= xorg=x11,xext,x1.

This revision is now accepted and ready to land.Feb 8 2021, 8:29 AM
rhurlin added inline comments.
lang/polyml/Makefile
41 ↗(On Diff #83523)

Thanks to both for your comments and thanks for the hint, it works!

Before, I tried MOTIF_USE= XORG=x11,xext,xt (with capital letters) like the example (FOO=bar, not foo=bar) and that one did not work ...

I changed it in my patch already. Now I have to wait for maintainers feedback ;)

This revision was automatically updated to reflect the committed changes.