[90584] trunk/dports/x11/xorg-server
jeremyhu at macports.org
jeremyhu at macports.org
Fri Mar 9 02:50:09 PST 2012
Revision: 90584
http://trac.macports.org/changeset/90584
Author: jeremyhu at macports.org
Date: 2012-03-09 02:50:09 -0800 (Fri, 09 Mar 2012)
Log Message:
-----------
xorg-server: Bump to 1.12.0
Modified Paths:
--------------
trunk/dports/x11/xorg-server/Portfile
Removed Paths:
-------------
trunk/dports/x11/xorg-server/files/5001-configure.ac-Add-fno-strict-aliasing-to-CFLAGS.patch
Modified: trunk/dports/x11/xorg-server/Portfile
===================================================================
--- trunk/dports/x11/xorg-server/Portfile 2012-03-09 10:44:24 UTC (rev 90583)
+++ trunk/dports/x11/xorg-server/Portfile 2012-03-09 10:50:09 UTC (rev 90584)
@@ -5,7 +5,7 @@
name xorg-server
conflicts xorg-server-devel
set my_name xorg-server
-version 1.11.3
+version 1.12.0
categories x11 devel
license X11 BSD
maintainers jeremyhu openmaintainer
@@ -20,9 +20,9 @@
dist_subdir ${my_name}
distname ${my_name}-${version}
-checksums sha1 1ca113eb8d371539467518319aab867f20722930 \
- rmd160 1953ea617911cdbbd56152272034e60844fae3bc \
- sha256 d3852243a42e1d7013ff2b89ce038dfcadcf86ba34ef4f16bcf85e7ebce28918
+checksums sha1 5f48db767f71e9f58ded6ff356f3b8340820e524 \
+ rmd160 04fae4bc77b5dc3ccdca1a0ba10c5c4069b6df7d \
+ sha256 280a14c5de8697a4aab18dca85429671286e69e5ada0c1535f03666e56f07799
use_bzip2 yes
use_parallel_build yes
@@ -71,7 +71,8 @@
--without-fop \
--without-xmlto \
--disable-devel-docs \
- --with-sha1=CommonCrypto
+ --with-sha1=CommonCrypto \
+ --disable-unit-tests
# 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
@@ -80,7 +81,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/files/5001-configure.ac-Add-fno-strict-aliasing-to-CFLAGS.patch
===================================================================
--- trunk/dports/x11/xorg-server/files/5001-configure.ac-Add-fno-strict-aliasing-to-CFLAGS.patch 2012-03-09 10:44:24 UTC (rev 90583)
+++ trunk/dports/x11/xorg-server/files/5001-configure.ac-Add-fno-strict-aliasing-to-CFLAGS.patch 2012-03-09 10:50:09 UTC (rev 90584)
@@ -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/20120309/1666f7f1/attachment.html>
More information about the macports-changes
mailing list