Opened 11 years ago

Closed 11 years ago

#36700 closed defect (fixed)

qgis @1.8.0_0 +grass sets GRASS_PREFIX to wrong directory with GRASS 6.4.2

Reported by: hanfl@… Owned by: Veence (Vincent)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: qgis

Description

variant	grass				description "Build the grass (6.4) plugin" {

	depends_lib-append		port:grass
	configure.args-append	"-DGRASS_PREFIX=${prefix}/share/grass-6.4.0"
}

should be

variant	grass				description "Build the grass (6.4) plugin" {

	depends_lib-append		port:grass
	configure.args-append	"-DGRASS_PREFIX=${prefix}/share/grass-6.4.2"
}

with the current GRASS port.

Change History (3)

comment:1 Changed 11 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to vince@…

Attaching a patch of the portfile as a unified diff is much preferred.

In the future, please Cc the port maintainer(s).

comment:2 Changed 11 years ago by Veence (Vincent)

I’ll tackle that tonight as soon a I’ve a chance. Thanks for providing the patch.

comment:3 Changed 11 years ago by Veence (Vincent)

Resolution: fixed
Status: newclosed

Committed in r99013. Thanks again for all.

Note: See TracTickets for help on using tickets.