A semi-simple update.
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
graphics/aseprite/Makefile | ||
---|---|---|
83 ↗ | (On Diff #36674) | This may have been a problem before. |
graphics/aseprite/Makefile | ||
---|---|---|
70 ↗ | (On Diff #36674) | -DUSE_SHARED_FREETYPE:BOOL=OFF # needs files internal to freetype2 doesn't mean it is broken. It means that USE_SHARED_FREETYPE can't be ON because it would require internal files which are never installed by the external package. I told them that they should either remove the use of internal headers (people aren't supposed to use them anyway), or remove this option entirely because it is meaningless as it is now. |
graphics/aseprite/Makefile | ||
---|---|---|
70 ↗ | (On Diff #36674) | Thanks, that makes it much more readable [to me at least :D ] The WEBP_foos should pboably be CMAKE_BOOLs |
graphics/aseprite/Makefile | ||
---|---|---|
70 ↗ | (On Diff #36674) | You're welcome! |
Comment Actions
Go for it. I'll leave the decision about sorting the LIB_DEPENDS up to you.
graphics/aseprite/Makefile | ||
---|---|---|
26 ↗ | (On Diff #36694) | Consider sorting these. |
graphics/aseprite/Makefile | ||
---|---|---|
26 ↗ | (On Diff #36694) | Sorted, thanks. |