Page MenuHomeFreeBSD

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

Authored by acm on Apr 30 2018, 2:53 PM.
Referenced Files
Unknown Object (File)
Sun, Dec 8, 9:18 AM
Unknown Object (File)
Fri, Nov 22, 7:32 AM
Unknown Object (File)
Mon, Nov 18, 6:54 AM
Unknown Object (File)
Nov 4 2024, 5:31 PM
Unknown Object (File)
Oct 23 2024, 12:04 PM
Unknown Object (File)
Oct 21 2024, 5:39 PM
Unknown Object (File)
Oct 21 2024, 11:13 AM
Unknown Object (File)
Oct 20 2024, 9:51 AM
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