Page MenuHomeFreeBSD

misc/bosd: new port
Needs ReviewPublic

Authored by dteske on Wed, Sep 9, 5:50 AM.

Details

Reviewers
jrm
fuz
Summary

X11 on-screen display engine: PNG glyphs, countdown digits,
outlined text, and a gauge bar. A warm daemon per channel
repaints in place.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 76681
Build 73564: arc lint + arc unit

Event Timeline

dteske requested review of this revision.Wed, Sep 9, 5:50 AM
dteske created this revision.

This one may need a Makefile patch to remove -I/usr/local/include and -L/usr/local/lib. Check if it then compiles without USES=localbase; after all, it seems to be using pkg-config to find its dependencies. I recommend USES=localbase:ldflags instead of USES=localbase.

Would it be a good idea to ship the glyph builder python script?

Category misc seems weird. Maybe x11 (remember, wayland stuff too goes into x11), deskutils, or graphics?

Did you test your ports with Poudriere? If yes, what architectures and operating system versions did you test?

misc/bosd/pkg-descr
6

Please don't put WWW tags into pkg-descr anymore. These have been replaced by WWW macros in Makefile.
That said, the same as in D59509 applies to this DR: if the website is just the github repository, you can omit it; it'll be auto-generated.