[59819] trunk/dports/x11/xorg-server/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Oct 22 23:16:13 PDT 2009


Revision: 59819
          http://trac.macports.org/changeset/59819
Author:   jeremyhu at macports.org
Date:     2009-10-22 23:16:10 -0700 (Thu, 22 Oct 2009)
Log Message:
-----------
xorg-server: Upgrade to 1.7.1

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

Modified: trunk/dports/x11/xorg-server/Portfile
===================================================================
--- trunk/dports/x11/xorg-server/Portfile	2009-10-23 05:53:54 UTC (rev 59818)
+++ trunk/dports/x11/xorg-server/Portfile	2009-10-23 06:16:10 UTC (rev 59819)
@@ -3,21 +3,20 @@
 PortSystem 1.0
 
 name		xorg-server
-version		1.6.5-apple2
+version		1.7.1
 categories	x11 devel
 maintainers	jeremyhu openmaintainer
 description	The X.org / Xquartz X server.
 homepage	http://www.x.org
 platforms	darwin macosx
 long_description The X.org X server allows you to run X11 applications on your computer.
-master_sites	http://xquartz.macosforge.org/downloads/src
 
-dist_subdir     ${name}
-distname        ${name}-${version}
+#master_sites	http://xquartz.macosforge.org/downloads/src
+master_sites    http://xorg.freedesktop.org/archive/individual/xserver/
 
-checksums           md5     cae6333cfe41517bb2a3e35e5533bba7 \
-                    sha1    4c69b4dc48292455cec465419fafa3e35d46ae2e \
-                    rmd160  9bf2ce3145017538eb60a8b1d59c61e696d06201
+checksums           md5     dda7842467cda6018fdc87e6002e4db1 \
+                    sha1    d31e259b3ab975e2c1baea8f7310b57152ae3c62 \
+                    rmd160  b0ca9079636c11071344af70ccae56bcd7b6ecf9
 
 use_bzip2	yes
 use_parallel_build yes
@@ -51,7 +50,8 @@
 # This xinit dependency needs to be port: not bin: because we specifically run ${prefix}/bin/startx from bundle-main.c
 depends_run \
 	port:xinit \
-	port:xorg-fonts
+	port:xorg-fonts \
+	port:xkeyboard-config
 
 depends_lib \
 	path:lib/pkgconfig/pixman-1.pc:libpixman \
@@ -61,7 +61,7 @@
 	port:xorg-libAppleWM \
 	port:xorg-libXfixes
 
-configure.args	--with-apple-applications-dir=${applications_dir} --with-fontdir=${prefix}/share/fonts --with-launchd-id-prefix=org.macports --without-dtrace
+configure.args --with-apple-applications-dir=${applications_dir} --with-fontdir=${prefix}/share/fonts --with-launchd-id-prefix=org.macports --without-dtrace
 
 # GL/internal/dri_interface.h is missing in prefix (provided by libdrm for the xorg DDX... not helpful for us)
 configure.cppflags-append -I/usr/include -I${filespath}/dri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091022/7d2c223a/attachment.html>


More information about the macports-changes mailing list