Page MenuHomeFreeBSD

audio/py-pyliblo: Update: Removed the unnecessary dependency on pyrex; Made it python3-compatible; Added USES=localbase:ldflags.
ClosedPublic

Authored by yuri on Nov 21 2017, 11:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 29, 11:03 PM
Unknown Object (File)
Thu, Sep 25, 8:44 AM
Unknown Object (File)
Wed, Sep 24, 4:56 PM
Unknown Object (File)
Wed, Sep 24, 2:01 AM
Unknown Object (File)
Wed, Sep 24, 1:12 AM
Unknown Object (File)
Wed, Sep 17, 5:22 AM
Unknown Object (File)
Sep 15 2025, 4:57 AM
Unknown Object (File)
Sep 9 2025, 8:44 AM
Subscribers

Diff Detail

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

Event Timeline

audio/py-pyliblo/Makefile
17 ↗(On Diff #35572)

^ Apart from looking a bit on the overdesigned side, also you should not need to add a path for BUILD/RUN_DEPENDS in $PATH.

yuri marked an inline comment as done.Nov 22 2017, 5:51 AM
yuri added inline comments.
audio/py-pyliblo/Makefile
17 ↗(On Diff #35572)

This should be made into USE_PYTHON=cython.
Maybe I will submit such patch later.

yuri marked 2 inline comments as done.Nov 22 2017, 5:51 AM
audio/py-pyliblo/Makefile
17 ↗(On Diff #35572)

There is one, it comes with the flavors patch.

So let's wait for that then? :D

So let's wait for that then? :D

Can we not wait, and instead add a note to update this when available?

yuri marked an inline comment as done.Nov 24 2017, 7:13 PM
This revision is now accepted and ready to land.Nov 25 2017, 11:01 AM
This revision was automatically updated to reflect the committed changes.
head/audio/py-pyliblo/Makefile
22

I don't understand the comment here.

USE_PYTHON=autoplist looks at what files distutils has installed and uses that to generate the plist.

In this port, the man pages are installed manually in post-install, so there is no way that distutils knows about them, so it seems normal that they are not present in the plist generated by autoplist.