Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
audio/drumstick/Makefile | ||
---|---|---|
18 ↗ | (On Diff #34926) | ^ buildtools_build qmake_build |
51 ↗ | (On Diff #34926) | ^ I would add patches for the CMakeLists.txt/*.cmake ones at least -- also looks upstreamable :) |
59 ↗ | (On Diff #34926) | 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 |
64 ↗ | (On Diff #34926) | ^ why not tell cmake to not install it? |
audio/drumstick/Makefile | ||
---|---|---|
31–34 ↗ | (On Diff #34926) | 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 | ||
---|---|---|
31–34 ↗ | (On Diff #34926) | I left only those that require variables. |
Thanks for converting this to patches :)
audio/drumstick/Makefile | ||
---|---|---|
27 ↗ | (On Diff #34976) | Looking at the files installed by the DOCS option, maybe MANPAGES would be more appropriate. |
audio/drumstick/Makefile | ||
---|---|---|
20 ↗ | (On Diff #35074) | ^ sorry, spotted that just now -- this is a Qt port |
head/audio/drumstick/Makefile | ||
---|---|---|
22 | 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 :)