#12341 closed update (fixed)
plplot-5.7.3
Reported by: | takeshi@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | Cc: | takeshi@… takanori@… | |
Port: |
Description
An update to plplot. Removed AquaTerm dependency. Made gcc42 the default fortran compiler although I prefer g95. Added octave variant.
I could make AquaTerm back if AquaTerm is installed as a framework.
Attachments (2)
Change History (8)
Changed 17 years ago by takeshi@…
comment:1 Changed 17 years ago by takanori@…
Cc: | takeshi@… added |
---|---|
Milestone: | → Port Updates |
comment:2 Changed 17 years ago by takanori@…
Here is a patch that..
- Fixes the above (1-3) issues.
- Adds a workaround for upgrading. (When the old version is installed, upgrade fails.)
If there is no problem, I'd like to commit this patch.
Changed 17 years ago by takanori@…
Attachment: | Portfile.revision2.diff added |
---|
comment:3 Changed 17 years ago by takeshi@…
Takanori-san,
Sorry for slow response. It appears to be OK. Please commit with your patch.
comment:4 Changed 17 years ago by takanori@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
committed in r27348 - thanks!
comment:5 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
Note: See
TracTickets for help on using
tickets.
Hi,
I'm reviewing your portfile now but I have some questions..
1) This port tries to install g95 even if +gcc42 is used, since port:g95 is always declared in depends_lib. Is this a bug? or a feature? ;-) 2) The fortran compiler provided by port:gcc42 is 'gfortran-mp-4.2', not 'gfortran', I think. 3) Is 'configure.args-delete -DPLD_gcw=OFF' in the block 'variant octave' required?
Thanks in advance.