[MacPorts] #20036: Port Submission: worker

MacPorts noreply at macports.org
Tue Jun 23 17:02:12 PDT 2009


#20036: Port Submission: worker
-------------------------------------+--------------------------------------
 Reporter:  macports@…               |       Owner:  ram@…           
     Type:  submission               |      Status:  assigned        
 Priority:  Normal                   |   Milestone:                  
Component:  ports                    |     Version:  1.7.1           
 Keywords:  X11                      |        Port:  worker          
-------------------------------------+--------------------------------------

Comment(by ram@…):

 xpm doesn't seem to be the right dependency:

 {{{
 [ram at cizin ~]$ otool -L /opt/local/bin/worker
 /opt/local/bin/worker:
         /opt/local/lib/libSM.6.dylib (compatibility version 7.0.0, current
 version 7.0.0)
         /opt/local/lib/libICE.6.dylib (compatibility version 10.0.0,
 current version 10.0.0)
         /opt/local/lib/libX11.6.dylib (compatibility version 9.0.0,
 current version 9.0.0)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 111.1.4)
         /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
 version 7.4.0)
         /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current
 version 1.0.0)
 [ram at cizin ~]$
 }}}

 The X libraries it links against are provided by the following ports:


 {{{
 [ram at cizin ~]$ port provides /opt/local/lib/libSM.6.dylib
 /opt/local/lib/libSM.6.dylib is provided by: xorg-libsm
 [ram at cizin ~]$ port provides /opt/local/lib/libICE.6.dylib
 /opt/local/lib/libICE.6.dylib is provided by: xorg-libice
 [ram at cizin ~]$ port provides /opt/local/lib/libX11.6.dylib
 /opt/local/lib/libX11.6.dylib is provided by: xorg-libX11
 }}}

 So I think more appropriate dependencies are:

 {{{
 depends_lib port:xorg-libsm \
             port:xorg-libice \
             port:xorg-libX11
 }}}

 I see no mention of it linking against libXpm? Unless I'm missing
 something? Did you specify xpm for a reason?

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


More information about the macports-tickets mailing list