[MacPorts] #27388: regina executable fails to work

MacPorts noreply at macports.org
Fri Nov 19 12:31:38 PST 2010


#27388: regina executable fails to work
-----------------------------------------+----------------------------------
 Reporter:  jking+macports@…             |       Owner:  macports-tickets@…                   
     Type:  defect                       |      Status:  new                                  
 Priority:  Normal                       |   Milestone:                                       
Component:  ports                        |     Version:  1.9.2                                
 Keywords:                               |        Port:  rexx                                 
-----------------------------------------+----------------------------------

Comment(by jking+macports@…):

 Sorry about the milestone field.

 I've been able to patch the configure script to avoid the regina-not-
 starting issue. Replacing


 SHL_LD="${CC} -dynamiclib ${LDFLAGS} -install_name
 ${SHLPRE}${SHLFILE}${SHLPST} -o ${SHLPRE}${SHLFILE}${SHLPST}
 "'$('SHOFILES')'

 with


 SHL_LD="${CC} -dynamiclib ${LDFLAGS} -install_name
 /opt/local/lib/${SHLPRE}${SHLFILE}${SHLPST} -o
 ${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')'

 Resolves the issue. I'm now trying to figure out how to do that
 "correctly" within MacPorts, in case the user specified a different root
 directory.

-- 
Ticket URL: <https://trac.macports.org/ticket/27388#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list