Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#56103 closed defect (fixed)

qgis3: incorrect variants

Reported by: mojca (Mojca Miklavec) Owned by: Veence (Vincent)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: qgis3

Description

The code for variants is not working correctly, it makes just one conflicting variant with space.

$ port lint
--->  Verifying Portfile for qgis3
Warning: Variant postgresql10 conflicts with non-existing variant postgresql95 postgresql96
Warning: Variant postgresql95 conflicts with non-existing variant postgresql10 postgresql96
Warning: Variant postgresql96 conflicts with non-existing variant postgresql10 postgresql95
Warning: Variant python34 conflicts with non-existing variant python35 python36
Warning: Variant python35 conflicts with non-existing variant python34 python36
Warning: Variant python36 conflicts with non-existing variant python34 python35
--->  0 errors and 6 warnings found.

$ port info qgis3 +postgresql96 +postgresql95
qgis3 @3.0.0_1 (gis)
Variants:             debug, grass, postgresql10, +postgresql95, +postgresql96, python34, python35, [+]python36

Attachments (1)

qgis3-variant-conflicts.diff (1.1 KB) - added by ryandesign (Ryan Carsten Schmidt) 6 years ago.

Download all attachments as: .zip

Change History (4)

Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added

comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

In 8726435f4a45f8f4ca483e3b33aceb62a48ceb18/macports-ports:

qgis3: fix variant generation

Closes: #56103

comment:3 Changed 6 years ago by mojca (Mojca Miklavec)

Thank you

Note: See TracTickets for help on using tickets.