[72826] trunk/dports/x11/xorg-libXcomposite/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Oct 27 23:30:04 PDT 2010


Revision: 72826
          http://trac.macports.org/changeset/72826
Author:   jeremyhu at macports.org
Date:     2010-10-27 23:30:01 -0700 (Wed, 27 Oct 2010)
Log Message:
-----------
xorg-libXcomposite: Bump to version 0.4.3

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

Modified: trunk/dports/x11/xorg-libXcomposite/Portfile
===================================================================
--- trunk/dports/x11/xorg-libXcomposite/Portfile	2010-10-28 06:29:20 UTC (rev 72825)
+++ trunk/dports/x11/xorg-libXcomposite/Portfile	2010-10-28 06:30:01 UTC (rev 72826)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            xorg-libXcomposite
-version         0.4.2
+version         0.4.3
 categories      x11 devel
 maintainers     jeremyhu openmaintainer
 description     X.org libXcomposite
@@ -13,9 +13,9 @@
 master_sites     http://xorg.freedesktop.org/archive/individual/lib/
 
 distname    libXcomposite-${version}
-checksums           md5     e38dc98509149083f6c31b49b484e63c \
-                    sha1    d6fade1cb5f9174e702d9e751ddc2b341e946e3a \
-                    rmd160  fdbad9c9e2067553890b114fc384efb8591b9b41
+checksums           md5     a60e0b5c276d0aa9e2d3b982c98f61c8 \
+                    sha1    081b26b556d55e20d7956c80a2ea2854962aecec \
+                    rmd160  dfeb17e6fc7d48e82655c22d9c98ce79be192d76
 
 use_bzip2   yes
 use_parallel_build      yes
@@ -26,6 +26,30 @@
                 port:xorg-libXext \
                 port:xorg-compositeproto \
 
+configure.args \
+	--without-xmlto
+
+build.args V=1
+
+# Depending on ghostscript for the PDF documentation creates a dependency
+# loop, so you may want to install first without the docs variant
+variant docs description "Install extra documentation" {
+	depends_build-append \
+		port:xmlto
+
+	depends_skip_archcheck-append \
+		xmlto
+
+	configure.args-delete \
+		--without-xmlto
+
+	configure.args-append \
+		--with-xmlto
+
+	configure.env-append \
+		XMLTO="${prefix}/bin/xmlto"
+}
+
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
 livecheck.regex libXcomposite-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101027/9aaa6741/attachment-0001.html>


More information about the macports-changes mailing list