Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 12597 Build 12872: arc lint + arc unit
Event Timeline
audio/drumstick/Makefile | ||
---|---|---|
19 | ^ buildtools_build qmake_build | |
52 | ^ I would add patches for the CMakeLists.txt/*.cmake ones at least -- also looks upstreamable :) | |
60 | a nicer way is to patch in an OPTION DOCS to the CMakeLists.txt and add an if (WITH_DOCS) or just a simple if (BUILD_DOCS) around the add_subdirectory which you pass with DOCS_CMAKE_BOOL=BUILD_DOCS | |
65 | ^ why not tell cmake to not install it? |
audio/drumstick/Makefile | ||
---|---|---|
32โ35 | I know these kind of long sed lines are fun to write, but they are unmaintainable in the long term, it is better to patch the file with a real patch. (And then, you have a patch you can upstream.) |
audio/drumstick/Makefile | ||
---|---|---|
32โ35 | I left only those that require variables. |
Thanks for converting this to patches :)
audio/drumstick/Makefile | ||
---|---|---|
27 | Looking at the files installed by the DOCS option, maybe MANPAGES would be more appropriate. |
audio/drumstick/Makefile | ||
---|---|---|
21 | ^ sorry, spotted that just now -- this is a Qt port |
head/audio/drumstick/Makefile | ||
---|---|---|
22 โ | (On Diff #35084) | MANPAGES should be added to OPTIONS_DEFAULT, this is FreeBSD, not Linux, we provide man pages by default. |
No worries :)
PORTREVISION must be increased each time a change is made to the port that changes the generated package in any way. That includes changes that only affect a package built with non-default options.
by enabling MANPAGES you did exactly that.
So, yes, please give it a bump :)