Page MenuHomeFreeBSD

New port: graphics/py-photocollage: Graphical tool to make photo collage posters
ClosedPublic

Authored by yuri on Dec 2 2017, 9:49 AM.
Tags
None
Referenced Files
F81657014: D13341.diff
Fri, Apr 19, 1:43 PM
Unknown Object (File)
Mar 4 2024, 3:57 AM
Unknown Object (File)
Mar 4 2024, 3:55 AM
Unknown Object (File)
Mar 4 2024, 3:55 AM
Unknown Object (File)
Mar 4 2024, 3:55 AM
Unknown Object (File)
Mar 4 2024, 3:55 AM
Unknown Object (File)
Mar 4 2024, 3:55 AM
Unknown Object (File)
Mar 3 2024, 1:01 AM
Subscribers

Details

Summary

Graphical tool to make photo collage posters

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

graphics/py-photocollage/Makefile
15 ↗(On Diff #36113)

USES=gettext

yuri marked an inline comment as done.Dec 3 2017, 8:45 AM
yuri added inline comments.
graphics/py-photocollage/Makefile
15 ↗(On Diff #36113)

USES=gettext will be build and run dependency, and here we only need build dependency.

yuri marked 2 inline comments as done.Dec 3 2017, 8:46 AM
graphics/py-photocollage/Makefile
15 ↗(On Diff #36113)

You should maybe take a look at the Mk/Uses/gettext.mk file and what it includes :)

Replaced gettext in BUILD_DEPENDS with USES=gettext-tools:build.

In D13341#278592, @yuri wrote:

Replaced gettext in BUILD_DEPENDS with USES=gettext-tools:build.

:build is the default :)

This revision is now accepted and ready to land.Dec 3 2017, 10:23 AM
This revision was automatically updated to reflect the committed changes.