Page MenuHomeFreeBSD

x11/ly: Update to 0.5.0 and adopt port
ClosedPublic

Authored by nc on Feb 2 2021, 5:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 2:05 AM
Unknown Object (File)
Tue, Apr 16, 12:57 AM
Unknown Object (File)
Tue, Apr 16, 12:57 AM
Unknown Object (File)
Tue, Apr 16, 12:57 AM
Unknown Object (File)
Tue, Apr 16, 12:57 AM
Unknown Object (File)
Tue, Apr 16, 12:57 AM
Unknown Object (File)
Fri, Apr 12, 3:03 AM
Unknown Object (File)
Mar 16 2024, 3:08 AM
Subscribers

Details

Summary

x11/ly: Update to 0.5.0 and adopt port

Changes: https://github.com/nullgemm/ly/releases/tag/v0.5.0

Test Plan

Passes poudriere, tested to work.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 36670
Build 33559: arc lint + arc unit

Event Timeline

nc requested review of this revision.Feb 2 2021, 5:40 AM

Some of the macros have been missing when I rebased the patches. Fixing that.

Just a note: I was just working on the update myself. Maybe you'll find this patch useful: https://reviews.freebsd.org/D23897

x11/ly/files/patch-res_config.ini
19

/usr/local should be %%LOCALBASE%%.

55

%%LOCALBASE%%

x11/ly/files/patch-src_config.c
9

Isn't ETCDIR already $PREFIX/etc/ly?

Here's an updated diff. Thanks for pointing this out!

nc marked 2 inline comments as done.Feb 3 2021, 3:46 AM
nc marked an inline comment as done.

If it compiles and runs, it looks good to me.

Last two things:

  • In my patch it seems like the git modules of this port had to be updated. I guess it may still be desired to do it.
  • There is an open issue on GitHub which you seem to address with the patches here. Great job! https://github.com/nullgemm/ly/issues/184

It in fact does compile, even with the current GITMODULES.

OK, then. SHIP IT :D

This revision is now accepted and ready to land.Feb 5 2021, 10:59 AM
This revision was automatically updated to reflect the committed changes.