#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 (Ryan Carsten Schmidt) | |
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 (6)
comment:1 Changed 17 years ago by nox@…
Component: | ports → base |
---|---|
Milestone: | → MacPorts base bugs |
comment:2 follow-up: 4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | p5-math-mpfr added |
---|
comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
comment:4 Changed 16 years ago by vinc17@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
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).
comment:5 Changed 16 years ago by tobypeterson
Milestone: | MacPorts base bugs → MacPorts Future |
---|
Milestone MacPorts base bugs deleted
comment:6 Changed 15 years ago by jmroot (Joshua Root)
Milestone: | MacPorts Future |
---|
Note: See
TracTickets for help on using
tickets.
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.