[MacPorts] #21567: libgeotiff-1.2.5 fails to buld the utility programs (listgeo, geotifcp) correctly

MacPorts noreply at macports.org
Wed Sep 23 03:20:52 PDT 2009


#21567: libgeotiff-1.2.5 fails to buld the utility programs (listgeo,geotifcp)
correctly
-------------------------------+--------------------------------------------
 Reporter:  katzlbt@…          |       Owner:  macports-tickets@…                   
     Type:  defect             |      Status:  new                                  
 Priority:  Normal             |   Milestone:                                       
Component:  ports              |     Version:  1.8.0                                
 Keywords:  libgeotiff 1.2.5   |        Port:  libgeotiff                           
-------------------------------+--------------------------------------------

Comment(by vince@…):

 Add the following line at the end of the Portfile, before the closing
 brace of the post-destroot target:

 {{{
     system "find ${destroot}${prefix}/bin -type f -not -name '*.*' -and
 -not -name Makefile -print -exec install_name_tool -change
 libgeotiff.dylib.${version} ${prefix}/lib/libgeotiff.${version}.dylib {}
 \\;"
 }}}

 and all will be nice. But I don't understand why the Makefile does not
 install the "makegeo" executable…

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


More information about the macports-tickets mailing list