Collaborative drawing program
Details
Details
Diff Detail
Diff Detail
- Repository
 - rP FreeBSD ports repository
 - Lint
 Lint Not Applicable - Unit
 Tests Not Applicable 
Event Timeline
| graphics/drawpile/Makefile | ||
|---|---|---|
| 22 ↗ | (On Diff #36332) | ^ nope :)  | 
| graphics/drawpile/pkg-plist | ||
|---|---|---|
| 14 ↗ | (On Diff #36343) | ^ are these drawpile/drawpile paths correct?  | 
| graphics/drawpile/Makefile | ||
|---|---|---|
| 37 ↗ | (On Diff #36343) | ^ you should not have to manually compress man pages  | 
| graphics/drawpile/Makefile | ||
|---|---|---|
| 37 ↗ | (On Diff #36343) | They install them uncompressed. Do you think I should patch it in cmake and use INSTALL_MAN instead? This is going to require more lines in the port.  | 
| graphics/drawpile/pkg-plist | ||
| 14 ↗ | (On Diff #36343) | That's what they use. .svg files and translations certainly work.  | 
Comment Actions
This looks like a bug in cmake that this INSTALL(FILES ${man1} DESTINATION "man/man1") installs uncompressed manpages.
| graphics/drawpile/Makefile | ||
|---|---|---|
| 37 ↗ | (On Diff #36343) | You are missing the point, the framework will automatically compress man pages you do not need to do it yourself.  | 
| graphics/drawpile/Makefile | ||
|---|---|---|
| 37 ↗ | (On Diff #36343) | Thanks! I didn't realize this.  |