[42947] trunk/dports/x11/xorg-libX11/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Dec 2 12:44:39 PST 2008


Revision: 42947
          http://trac.macports.org/changeset/42947
Author:   jeremyhu at macports.org
Date:     2008-12-02 12:44:39 -0800 (Tue, 02 Dec 2008)
Log Message:
-----------
xorg-libX11: parallel build, default to not using xcb

Modified Paths:
--------------
    trunk/dports/x11/xorg-libX11/Portfile

Modified: trunk/dports/x11/xorg-libX11/Portfile
===================================================================
--- trunk/dports/x11/xorg-libX11/Portfile	2008-12-02 20:37:23 UTC (rev 42946)
+++ trunk/dports/x11/xorg-libX11/Portfile	2008-12-02 20:44:39 UTC (rev 42947)
@@ -4,8 +4,9 @@
 
 name		xorg-libX11
 version		1.1.5
+revision        1
 categories	x11 devel
-maintainers	jeremyhu at macports.org
+maintainers	jeremyhu
 description	X.org libX11
 homepage	http://www.x.org
 platforms	darwin macosx
@@ -15,7 +16,21 @@
 distname	libX11-${version}
 checksums	sha1 b703cb7c97e5aa35bf04a8df798e128ae16cf0d0
 use_bzip2	yes
+use_parallel_build      yes
 
-depends_lib	port:pkgconfig port:xorg-xproto port:xorg-xextproto port:xorg-xtrans \
-		port:xorg-libpthread-stubs port:xorg-libXau port:xorg-xcb-proto \
-		port:xorg-libxcb port:xorg-xcmiscproto port:xorg-inputproto port:xorg-kbproto 
+depends_build   port:pkgconfig \
+                port:xorg-xproto \
+                port:xorg-xtrans \
+                port:xorg-xextproto \
+                port:xorg-xf86bigfontproto \
+                port:xorg-inputproto \
+                port:xorg-kbproto
+depends_lib     port:xorg-libXdmcp \
+                port:xorg-libXau
+
+configure.args  --without-xcb
+variant x11_xcb {
+	depends_lib-append port:xorg-libxcb
+	configure.args-delete --without-xcb
+	configure.args-append --with-xcb
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081202/798a472c/attachment-0001.html>


More information about the macports-changes mailing list