New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11239 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

aqbanking fails to build if installation prefix is different from /opt/local

Reported by: ohler macosforge@… Owned by: mas@…
Priority: Normal Milestone:
Component: ports Version: 1.3.2
Keywords: Cc: mas@…, markd@…
Port:

Description

aqbanking's Portfile contains a literal /opt/local in line 39:

	                  QTDIR=/opt/local/lib/qt3

This leads to a build failure if MacPorts' installation prefix is not /opt/local.

It should be

	                  QTDIR=${prefix}/lib/qt3

Change History

Changed 5 years ago by markd@…

  • cc mas@…, markd@… added

Piing maintainer.

Changed 5 years ago by mas@…

  • owner changed from macports-dev@… to mas@…
  • status changed from new to assigned
  • priority changed from Not set to Expected

Thanks for pointing this out. I'm testing the patched Portfile right now.

Changed 5 years ago by mas@…

  • status changed from assigned to closed
  • resolution set to fixed

fixed in r21258

Note: See TracTickets for help on using tickets.