[MacPorts] #17552: SoXt fails to build

MacPorts noreply at macports.org
Wed Dec 17 00:25:47 PST 2008


#17552: SoXt fails to build
-----------------------------------+----------------------------------------
 Reporter:  jeremyhu@…             |       Owner:  css@…           
     Type:  defect                 |      Status:  assigned        
 Priority:  Normal                 |   Milestone:  Port Bugs       
Component:  ports                  |     Version:  1.6.0           
 Keywords:  doxygen                |        Port:  SoXt            
-----------------------------------+----------------------------------------

Comment(by jeremyhu@…):

 After uninstalling and reinstalling doxygen, I don't get that problem.
 here's an update to get it to compile on Leopard with updated X11
 dependencies (mesa is commented out because it's not in svn yet):

 {{{
 Index: Portfile
 ===================================================================
 --- Portfile    (revision 43881)
 +++ Portfile    (working copy)
 @@ -17,13 +17,25 @@
  master_sites           http://ftp.coin3d.org/coin/src/all/
  checksums              md5 25f7d18998e6cc1403e0f3ae0c235500

 -depends_build          lib:libX11.6:XFree86
 -depends_lib            port:Coin lib:libXm.4:openmotif
 +depends_build \
 +       port:doxygen

 -use_configure          yes
 +#      lib:libGL.1:mesa \
 +depends_lib \
 +       lib:libXi.6:xorg-libXi \
 +       lib:libXmu.6:xorg-libXmu \
 +       lib:libXp.6:xorg-libXp \
 +       lib:libXpm.4:xpm \
 +       lib:libXm:openmotif \
 +       port:Coin
 +
  configure.args         --enable-man --mandir=${prefix}/share/man \
                         --with-coin=${prefix}

 +# This package doesn't ship somf of its used m4 macros, so we can't
 autoreconf to do this...
 +configure.cppflags-append -I${x11prefix}/include
 +configure.ldflags-append  -L${x11prefix}/lib
 +
  platform darwin {
         configure.args-append   --enable-darwin-x11
  }
 }}}

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


More information about the macports-tickets mailing list