Index: head/x11/pixman/Makefile =================================================================== --- head/x11/pixman/Makefile (revision 408626) +++ head/x11/pixman/Makefile (revision 408627) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= pixman -PORTVERSION= 0.32.8 +PORTVERSION= 0.34.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Low-level pixel manipulation library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limitw:1,even USES= cpe perl5 USE_PERL5= build XORG_CAT= lib CONFIGURE_ARGS= --disable-gtk INSTALL_TARGET= install-strip # Build the library exclusively, thus disabling the demos and the tests (which # do not get installed anyway). This is to workaround a problem in powerpc64 # where the build of the tests crashes ld; see PR bin/202284. MAKE_ARGS= SUBDIRS=pixman .include Index: head/x11/pixman/distinfo =================================================================== --- head/x11/pixman/distinfo (revision 408626) +++ head/x11/pixman/distinfo (revision 408627) @@ -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 Index: head/x11/pixman/files/patch-pixman_pixman-mmx.c =================================================================== --- head/x11/pixman/files/patch-pixman_pixman-mmx.c (revision 408626) +++ head/x11/pixman/files/patch-pixman_pixman-mmx.c (nonexistent) @@ -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) - { Property changes on: head/x11/pixman/files/patch-pixman_pixman-mmx.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11/pixman/pkg-plist =================================================================== --- head/x11/pixman/pkg-plist (revision 408626) +++ head/x11/pixman/pkg-plist (revision 408627) @@ -1,7 +1,7 @@ include/pixman-1/pixman-version.h 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