Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
audio/gxplugins-lv2/Makefile | ||
---|---|---|
29 ↗ | (On Diff #34594) | ^ https://github.com/brummer10/GxPlugins.lv2/releases/download/v0.3/GxPlugins_v0.3.zip |
audio/gxplugins-lv2/Makefile | ||
---|---|---|
29 ↗ | (On Diff #34594) | Because I wanted to use the latest patches (GH_TAGNAME) that fix some problems with clang not creating shared libs, etc. Modules aren't expanded by github when fetched by tagname. |
if it's only a handful patches you could add the commits as patches in files and use the tar-ball -- are there many?
audio/gxplugins-lv2/Makefile | ||
---|---|---|
29 ↗ | (On Diff #34594) | So this is not 0.3 but some other, later, version. $ git describe --tags 8e39e29 v0.3-7-g8e39e29 Then, please do not set GH_TAGNAME and do: DISTVERSIONPREFIX= v DISTVERSION= 0.3-7 DISTVERSIONSUFFIX= -g8e39e29 |
audio/gxplugins-lv2/Makefile | ||
---|---|---|
41 ↗ | (On Diff #34780) | Side note, this would probably be a bit more maintainable in case there are different depths of directories in the future: @${FIND} ${STAGEDIR}${PREFIX}/lib/lv2 -name '*.so' -exec ${STRIP_CMD} {} + |
audio/gxplugins-lv2/Makefile | ||
---|---|---|
41 ↗ | (On Diff #34780) | Mat, This is a good suggestion in general. In this case, LV2 plugins have a fixed structure, so that depth can't change. |
cat: /proc/cpuinfo: No such file or directory
i have this multiple times during the build
Thanks for catching this. I added the patch and the comment to the Makefile, and reported it upstream.