diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-02-10 12:49:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-02-10 12:49:21 +0000 |
commit | de52a1463aae47ab6819c01ab30cbe3c4c37c080 (patch) | |
tree | 4ad5c77294bfb3ccd72a1841843e5305f9b485dc /x11 | |
parent | 08ca281cb7d338da588632c0ff3c62e15ece4e42 (diff) | |
download | ports-de52a1463aae47ab6819c01ab30cbe3c4c37c080.tar.gz ports-de52a1463aae47ab6819c01ab30cbe3c4c37c080.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/pixman/Makefile | 2 | ||||
-rw-r--r-- | x11/pixman/distinfo | 4 | ||||
-rw-r--r-- | x11/pixman/files/patch-pixman_pixman-mmx.c | 18 | ||||
-rw-r--r-- | x11/pixman/pkg-plist | 2 |
4 files changed, 4 insertions, 22 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 5fb735dd5da3..4d83eff3a954 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pixman -PORTVERSION= 0.32.8 +PORTVERSION= 0.34.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo index e88589f40007..b8639c034973 100644 --- a/x11/pixman/distinfo +++ b/x11/pixman/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/pixman-0.32.8.tar.bz2) = 5c63dbb3523fc4d86ed4186677815918a941b7cb390d5eec4f55cb5d66b59fb1 -SIZE (xorg/lib/pixman-0.32.8.tar.bz2) = 696038 +SHA256 (xorg/lib/pixman-0.34.0.tar.bz2) = 39ba3438f3d17c464b0cb8be006dacbca0ab5aee97ebde69fec7ecdbf85794a0 +SIZE (xorg/lib/pixman-0.34.0.tar.bz2) = 739656 diff --git a/x11/pixman/files/patch-pixman_pixman-mmx.c b/x11/pixman/files/patch-pixman_pixman-mmx.c deleted file mode 100644 index 30e7f8de84c9..000000000000 --- a/x11/pixman/files/patch-pixman_pixman-mmx.c +++ /dev/null @@ -1,18 +0,0 @@ -Clang 3.6 is a lot stricter with some constraints. - -https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197201 - -http://llvm.org/viewvc/llvm-project?view=revision&revision=225244 -http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20150112/121309.html - ---- pixman/pixman-mmx.c.orig 2014-04-24 08:34:14.000000000 +0400 -+++ pixman/pixman-mmx.c 2015-01-30 20:19:28.000000000 +0300 -@@ -89,7 +89,7 @@ - return __A; - } - --# ifdef __OPTIMIZE__ -+# if defined(__OPTIMIZE__) && !(defined (__clang__) && defined(__clang_major__) && defined(__clang_minor__) && __clang_major__ == 3 && __clang_minor__ >= 6) - extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__)) - _mm_shuffle_pi16 (__m64 __A, int8_t const __N) - { diff --git a/x11/pixman/pkg-plist b/x11/pixman/pkg-plist index d8f5bf9314a6..76e36ff46a44 100644 --- a/x11/pixman/pkg-plist +++ b/x11/pixman/pkg-plist @@ -3,5 +3,5 @@ include/pixman-1/pixman.h lib/libpixman-1.a lib/libpixman-1.so lib/libpixman-1.so.0 -lib/libpixman-1.so.0.32.8 +lib/libpixman-1.so.0.34.0 libdata/pkgconfig/pixman-1.pc |