[MacPorts] #17634: rdesktop update for X11 detection

MacPorts noreply at macports.org
Sat Dec 13 15:01:25 PST 2008


#17634: rdesktop update for X11 detection
------------------------------------+---------------------------------------
 Reporter:  jeremyhu@…              |       Owner:  cshbell@…        
     Type:  defect                  |      Status:  new              
 Priority:  Normal                  |   Milestone:  Port Bugs        
Component:  ports                   |     Version:  1.6.0            
 Keywords:  x11 universal parallel  |        Port:  rdesktop         
------------------------------------+---------------------------------------
 rdesktop uses '--x-include' and '--x-lib', but it should autoreconf
 instead to get a autoconf-2.63 built configure which does a better job of
 finding X11.

 This also isn't using libtool, so it's not building universal

 And it builds in parallel fine...

 {{{
 Index: Portfile
 ===================================================================
 --- Portfile    (revision 43655)
 +++ Portfile    (working copy)
 @@ -23,15 +23,22 @@
  homepage       http://rdesktop.sourceforge.net/
  master_sites   sourceforge

 -depends_lib    lib:libX11.6:XFree86 \
 +universal_variant no
 +use_parallel_build yes
 +
 +depends_build  port:autoconf
 +
 +depends_lib    lib:libX11.6:xorg-libX11 \
                 port:openssl \
                 port:libiconv \
                 port:libao

 +use_autoconf   yes
 +autoconf.cmd   autoreconf
 +autoconf.args  -fvi
 +
  configure.args         --mandir=${prefix}/share/man \
 -                       --x-includes=${x11prefix}/include \
 -                       --x-libraries=${x11prefix}/lib \
 -                       --with-libao=${prefix} \
 +                       --with-sound=libao \
                         --with-openssl=${prefix} \
                         --with-libiconv-prefix=${prefix}

 }}}

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


More information about the macports-tickets mailing list