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

jeremyhu at macports.org jeremyhu at macports.org
Tue Jan 26 09:35:01 PST 2010


Revision: 63111
          http://trac.macports.org/changeset/63111
Author:   jeremyhu at macports.org
Date:     2010-01-26 09:34:57 -0800 (Tue, 26 Jan 2010)
Log Message:
-----------
xorg-libX11: Skip building spec documentation to avoid a dependency loop.  #23413

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

Modified: trunk/dports/x11/xorg-libX11/Portfile
===================================================================
--- trunk/dports/x11/xorg-libX11/Portfile	2010-01-26 15:54:37 UTC (rev 63110)
+++ trunk/dports/x11/xorg-libX11/Portfile	2010-01-26 17:34:57 UTC (rev 63111)
@@ -26,16 +26,16 @@
                 port:xorg-xcmiscproto \
                 port:xorg-xextproto \
                 port:xorg-xf86bigfontproto \
-                port:xorg-inputproto \
-                port:groff \
-                port:ghostscript
+                port:xorg-inputproto
 
 depends_lib     port:xorg-libXdmcp \
                 port:xorg-libXau \
                 port:xorg-xproto \
                 port:xorg-kbproto
 
-configure.args  --without-xcb
+# Depending on ghostscript for the PDF documentation creates a dependency
+# loop, so we just don't build the specs. #23413
+configure.args  --without-xcb --disable-specs
 variant x11_xcb description "use XCB for low-level protocol implementation" {
 	depends_lib-append port:xorg-libxcb
 	configure.args-delete --without-xcb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100126/d5d38125/attachment.html>


More information about the macports-changes mailing list