Ticket #12801 (closed defect: fixed)
default paths are incorrect for perl5 portgroup
| Reported by: | vinc17@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | base | Version: | 1.5.2 |
| Keywords: | Cc: | vinc17@…, ryandesign@… | |
| Port: | p5-math-mpfr |
Description
To build p5-math-mpfr (Math-MPFR module) with MacPorts 1.520, I still need:
configure.env C_INCLUDE_PATH="${prefix}/include" \
LIBRARY_PATH="${prefix}/lib"
The default paths for the perl5 portgroup should make this unnecessary.
Change History
comment:1 Changed 6 years ago by nox@…
- Component changed from ports to base
- Milestone set to MacPorts base bugs
comment:2 follow-up: ↓ 4 Changed 5 years ago by ryandesign@…
- Port set to p5-math-mpfr
Do you still see this problem with the current version of MacPorts, mpfr, p5-math-mpfr? It seems to build fine for me without those two lines.
comment:4 in reply to: ↑ 2 Changed 5 years ago by vinc17@…
- Status changed from new to closed
- Resolution set to fixed
Replying to ryandesign@…:
Do you still see this problem with the current version of MacPorts, mpfr, p5-math-mpfr? It seems to build fine for me without those two lines.
I can now rebuild the port without the configure.env. I've updated the Portfile (r41896).
Note: See
TracTickets for help on using
tickets.

