Details
- Reviewers
- None
- Commits
- rP463151: audio/musicpc: Update to 0.29
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Hi @mat,
This port builds man pages using textproc/py-sphinx. It should be possible to turn off such external dependency.
Is MANPAGES option okay here?
Yuri
audio/musicpc/Makefile | ||
---|---|---|
27 ↗ | (On Diff #39786) | Specifying an executable on a flavored port is a bad idea, it will only exist for the default flavor. It would be preferable to depend on the package being installed. |
This is a nice new way of doing it. Now, could you possibly do it like every python port flavored dependency, with the package?
I keep wondering why you make it so difficult for everyone to help you fit in. Always trying to find a new way to not do what is asked of you.
Some people call it creativity. :)
Please note that 5.9.3. BUILD_DEPENDS only says This variable specifies executables or files this port requires to build. Package syntax needs to be added there, because it is missing. It might also be a good idea to add more examples there to illustrate all possible use types.
I literally read and followed it without referring to anything else.
audio/musicpc/Makefile | ||
---|---|---|
27 ↗ | (On Diff #39786) | How can BUILD_DEPENDS depend on a package? |
audio/musicpc/Makefile | ||
---|---|---|
27 ↗ | (On Diff #39786) | Like you have done for the gazillion python modules you added, look at any of BUILD/RUN_DEPENDS lines. It is explained in 5.9.9. |