[86431] trunk/dports/x11/xorg-server-devel

jeremyhu at macports.org jeremyhu at macports.org
Tue Oct 25 10:36:36 PDT 2011


Revision: 86431
          http://trac.macports.org/changeset/86431
Author:   jeremyhu at macports.org
Date:     2011-10-25 10:36:34 -0700 (Tue, 25 Oct 2011)
Log Message:
-----------
xorg-server-devel: Bump to latest git for appledri fixes

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

Removed Paths:
-------------
    trunk/dports/x11/xorg-server-devel/files/5001-configure.ac-Add-fno-strict-aliasing-to-CFLAGS.patch

Modified: trunk/dports/x11/xorg-server-devel/Portfile
===================================================================
--- trunk/dports/x11/xorg-server-devel/Portfile	2011-10-25 17:18:20 UTC (rev 86430)
+++ trunk/dports/x11/xorg-server-devel/Portfile	2011-10-25 17:36:34 UTC (rev 86431)
@@ -5,7 +5,7 @@
 name		xorg-server-devel
 conflicts       xorg-server
 set my_name	xorg-server
-version		1.11.99.0.20110921
+version		1.11.99.0.20111025
 categories	x11 devel
 maintainers	jeremyhu openmaintainer
 description	The X.org / Xquartz X server.
@@ -15,7 +15,7 @@
 
 fetch.type      git
 git.url         git://anongit.freedesktop.org/xorg/xserver
-git.branch      98f4940093dc90c3366d3e4d3ddceacbaee299dc
+git.branch      5701ab4a441eb113abd0851b0d71b82d12112854
 
 use_parallel_build yes
 
@@ -72,7 +72,6 @@
 	RAWCPP=${configure.cpp}
 
 patchfiles \
-        5001-configure.ac-Add-fno-strict-aliasing-to-CFLAGS.patch \
         5002-Workaround-the-GC-clipping-problem-in-miPaintWindow-.patch \
         5003-fb-Revert-fb-changes-that-broke-XQuartz.patch
 

Deleted: trunk/dports/x11/xorg-server-devel/files/5001-configure.ac-Add-fno-strict-aliasing-to-CFLAGS.patch
===================================================================
--- trunk/dports/x11/xorg-server-devel/files/5001-configure.ac-Add-fno-strict-aliasing-to-CFLAGS.patch	2011-10-25 17:18:20 UTC (rev 86430)
+++ trunk/dports/x11/xorg-server-devel/files/5001-configure.ac-Add-fno-strict-aliasing-to-CFLAGS.patch	2011-10-25 17:36:34 UTC (rev 86431)
@@ -1,32 +0,0 @@
-From 5b328c442b7816187780a52988b385e5c2fc148b Mon Sep 17 00:00:00 2001
-From: Jeremy Huddleston <jeremyhu at apple.com>
-Date: Sat, 30 Oct 2010 14:55:06 -0700
-Subject: [PATCH 14/16] configure.ac: Add -fno-strict-aliasing to CFLAGS
-
-This should address https://bugs.freedesktop.org/show_bug.cgi?id=31238
-
-Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>
----
- configure.ac |    6 ++++++
- 1 files changed, 6 insertions(+), 0 deletions(-)
-
-diff --git xorg-server-1.10.99.901/configure.ac xorg-server-1.10.99.901/configure.ac
-index 22566c9..f3f298e 100644
---- xorg-server-1.10.99.901/configure.ac
-+++ xorg-server-1.10.99.901/configure.ac
-@@ -87,6 +87,12 @@ XORG_PROG_RAWCPP
- # easier overrides at build time.
- XSERVER_CFLAGS='$(CWARNFLAGS)'
- 
-+dnl Explicitly add -fno-strict-aliasing since this option should disappear
-+dnl from util-macros CWARNFLAGS
-+if  test "x$GCC" = xyes ; then
-+    XSERVER_CFLAGS="$XSERVER_CFLAGS -fno-strict-aliasing"
-+fi
-+
- dnl Check for dtrace program (needed to build Xserver dtrace probes)
- dnl Also checks for <sys/sdt.h>, since some Linux distros have an 
- dnl ISDN trace program named dtrace
--- 
-1.7.5.2
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111025/ead5739e/attachment.html>


More information about the macports-changes mailing list