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)
Wed, Apr 2, 4:50 AM
Unknown Object (File)
Jan 31 2025, 3:37 PM
Unknown Object (File)
Oct 31 2024, 8:22 PM
Unknown Object (File)
Oct 26 2024, 3:05 AM
Unknown Object (File)
Oct 13 2024, 11:36 PM
Unknown Object (File)
Oct 2 2024, 7:18 PM
Unknown Object (File)
Sep 23 2024, 4:05 AM
Unknown Object (File)
Sep 18 2024, 11:00 PM
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.