[42987] trunk/dports/x11/xorg-libxcb/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Dec 2 20:00:05 PST 2008


Revision: 42987
          http://trac.macports.org/changeset/42987
Author:   jeremyhu at macports.org
Date:     2008-12-02 20:00:03 -0800 (Tue, 02 Dec 2008)
Log Message:
-----------
xorg-libxcb: Bump version of libxcb and include patch for the Leopard launchd DISPLAY socket

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

Modified: trunk/dports/x11/xorg-libxcb/Portfile
===================================================================
--- trunk/dports/x11/xorg-libxcb/Portfile	2008-12-03 02:51:45 UTC (rev 42986)
+++ trunk/dports/x11/xorg-libxcb/Portfile	2008-12-03 04:00:03 UTC (rev 42987)
@@ -3,9 +3,9 @@
 PortSystem 1.0
 
 name		xorg-libxcb
-version		1.0
-categories	devel x11
-maintainers	bbyer at macports.org
+version		1.1
+categories	x11 devel
+maintainers	jeremyhu
 description	X.org libxcb
 homepage	http://xcb.freedesktop.org/
 platforms	darwin macosx
@@ -13,7 +13,21 @@
 master_sites	 ${homepage}/dist/
 
 distname	libxcb-${version}
-checksums	sha1 0a7e0b65e6f1e0ef4dcaecaa01c4b2854206e96e
+checksums           md5     9310b02433273d75d42f10da3c7455aa \
+                    sha1    b27c7eb86fd2ea43cea83cadcf20cc77abf5defe \
+                    rmd160  1c8c1d83ec71f7d1906373a679906615d9440f01
 use_bzip2	yes
+use_parallel_build yes
 
-depends_lib	port:xorg-util-macros port:xorg-xcb-proto port:xorg-libpthread-stubs port:xorg-libXau
+depends_build   port:pkgconfig \
+                port:xorg-xcb-proto \
+                port:libtool \
+                port:xorg-util-macros
+depends_lib	port:xorg-libXau \
+                port:xorg-libXdmcp
+
+patchfiles      launchd.patch
+
+pre-configure {
+	system "cd ${worksrcpath} && autoreconf -fvi"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081202/e053df72/attachment.html>


More information about the macports-changes mailing list