Page MenuHomeFreeBSD

New port: graphics/lazpaint: Image editor written in Lazarus
ClosedPublic

Authored by acm on Apr 30 2018, 2:53 PM.
Referenced Files
F171523265: D15241.id46240.diff
Fri, Sep 11, 2:15 PM
F171464272: D15241.id42003.diff
Fri, Sep 11, 6:23 AM
F171406110: D15241.diff
Thu, Sep 10, 11:02 PM
Unknown Object (File)
Sun, Sep 6, 11:34 AM
Unknown Object (File)
Mon, Aug 31, 10:57 AM
Unknown Object (File)
Mon, Aug 31, 1:18 AM
Unknown Object (File)
Wed, Aug 26, 4:14 PM
Unknown Object (File)
Tue, Aug 25, 5:55 PM
Subscribers

Diff Detail

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

Event Timeline

lazpaint/Makefile
36 ↗(On Diff #42003)

Remove. There should be a wærning telling you not to do that.

linimon retitled this revision from New port: graphics/lazpaint to New port: graphics/lazpaint: Image editor written in Lazarus.Aug 2 2018, 10:12 PM
  • Apply mat's suggestions

Does not need portmgr approval, not adding FLAVORS.

Makefile
24 ↗(On Diff #46240)

Default, please remove.

35 ↗(On Diff #46240)

Like the warning told you, this is wrong, please remove the line.

37–40 ↗(On Diff #46240)

As you have no control on what the default flavor is, this should probably be better written as something like this:

USE_FPC_gtk2=  cairo
USE_GNOME_gtk2= cairo
USE_FPC+= ${USE_FPC_${FLAVOR}}
USE_GNOME+= ${USE_GNOME_${FLAVOR}}
  • Apply mat's suggestions
acm marked 3 inline comments as done.Aug 6 2018, 6:43 PM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 7 2018, 7:07 AM
Closed by commit rP476570: - New port: graphics/lazpaint (authored by acm). · Explain Why
This revision was automatically updated to reflect the committed changes.
Makefile
31–33 ↗(On Diff #46350)

Wrong place in the Makefile. They are flavors helpers. See Chapter 15. Order of Variables in Port Makefiles.

acm marked an inline comment as done.Aug 7 2018, 7:46 AM