Opened 18 years ago
Closed 18 years ago
#11215 closed enhancement (fixed)
NEW: mico-2.3.12
Reported by: | roederja@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | Cc: | ||
Port: |
Description
mico-2.3.12
the portfile can be found here: ATTACHED
Description: MICO is a mature, secure, robust, fully standards-compliant implementation of the CORBA standard. I used most of the patches the fink port uses to make it compile and install correctly. The Security fix from the mico website is also included.
Homepage: http://www.mico.org
Comments: Is there a better way to modify the config.h file ?
Attachments (2)
Change History (6)
comment:1 Changed 18 years ago by roederja@…
comment:2 Changed 18 years ago by drs@…
I avoid these problem when compiling into destroot by adding:
-install_name @prefix@/lib/$outfile
to the link line in mico-shld ldcmd line.
Changed 18 years ago by roederja@…
Attachment: | mico-patches.tar added |
---|
comment:3 Changed 18 years ago by roederja@…
I updated the Portfile and also reduced the number of required patches. I think it is now ready for the ports tree
Changed 18 years ago by roederja@…
comment:4 Changed 18 years ago by danielluke (Daniel J. Luke)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r21181.
Thanks!
Note: See
TracTickets for help on using
tickets.
The port has problems if DYLD_LIBRARY_PATH does not include /opt/local/lib . (it does install and all, but the binaries don't work) I need more time to investigate this...