[MacPorts] #17634: rdesktop update for X11 detection
#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
#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 ------------------------------------+--------------------------------------- Comment(by jeremyhu@…): oh yeah... it doesn't use --with-libao any more either. -- Ticket URL: <http://trac.macports.org/ticket/17634#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 ------------------------------------+--------------------------------------- Comment(by cshbell@…): Sounds good. Go ahead and commit the change. -- Ticket URL: <http://trac.macports.org/ticket/17634#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17634: rdesktop update for X11 detection ------------------------------------+--------------------------------------- Reporter: jeremyhu@… | Owner: cshbell@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: x11 universal parallel Port: rdesktop | ------------------------------------+--------------------------------------- Changes (by jeremyhu@…): * status: new => closed * resolution: => fixed Comment: done, thanks. -- Ticket URL: <http://trac.macports.org/ticket/17634#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts