Opened 13 years ago
Closed 12 years ago
#34408 closed defect (fixed)
molmol 2k.2.0-3
Reported by: | howarth@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | maintainer haspatch | Cc: | |
Port: | molmol |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Currently molmol is broken on Lion and doesn't response to mouse movements.
The attached Portfile.diff and revised patch solves this issue as we have on fink
by removing the redirection to dev null in the startup script.
The packaging also limits the installed files to those essential to run the program
and removes the sources and object files from the installed package.
Attachments (4)
Change History (7)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | maintainer haspatch added; science removed |
Changed 13 years ago by howarth@…
Attachment: | Portfile.diff added |
---|
Changed 13 years ago by howarth@…
Attachment: | molmol-build.diff added |
---|
revised molmol-build.diff to solve Lion breakage and reduce clang warnings
Changed 13 years ago by howarth@…
Attachment: | molmol-warnings.diff added |
---|
reduce clang warnings in molmol build
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r93009 with a couple small changes: used "system -W ..." instead of "system "cd ..."", and also did not install the "INSTALL" file because it appears to be an installation script that I doubt the user has any particular interest in reading.
Portfile diff to solve breakage on Lion, updates png support and fixes clang warnings.