Now on GitHub, version 1.9.18
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 13700 Build 13920: arc lint + arc unit
Event Timeline
Comment Actions
Is there a PR associated with this? Does Nikola know you're reviving it? Does he still intend to maintain it?
| textproc/ibus-table/Makefile | ||
|---|---|---|
| 27–29 | use options helpers and OPTIONS_SUB. | |
| textproc/ibus-table/pkg-plist | ||
|---|---|---|
| 8–11 | You have USES=python=3.4+ in the Makefile, but you have 36 hardcoded everywhere in the plist, so I doubt it can build with anything other than Python 3.6 right now. | |
| textproc/ibus-table/pkg-plist | ||
|---|---|---|
| 8–11 | Isn't this actually a bug in python ports that __pycache__ gets installed? | |
| textproc/ibus-table/pkg-plist | ||
|---|---|---|
| 8–11 | Only very few ports have __pycache__ in pkg-plist which makes me think this is a bug. | |
Comment Actions
Both ibus ports are ready to be reincarnated. The original maintainer wasn't enthusiastic, so I took ownership.
| textproc/ibus-table/Makefile | ||
|---|---|---|
| 15 | It's very unusual for a port to actually depend on docbook. Does the port need a DOCS option? | |