Page MenuHomeFreeBSD

D18411.id51506.diff
No OneTemporary

D18411.id51506.diff

Index: x11/pixman/Makefile
===================================================================
--- x11/pixman/Makefile
+++ x11/pixman/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pixman
-PORTVERSION= 0.34.0
+PORTVERSION= 0.36.0
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -28,6 +28,8 @@
.if ${ARCH} == "armv6" || ${ARCH} == "armv7"
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -no-integrated-as"
+CONFIGURE_ARGS+= --disable-arm-neon \
+ --disable-arm-simd
.endif
.if ${ARCH} == "powerpc64" || ${ARCH} == "powerpc"
Index: x11/pixman/distinfo
===================================================================
--- x11/pixman/distinfo
+++ x11/pixman/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xorg/lib/pixman-0.34.0.tar.bz2) = 39ba3438f3d17c464b0cb8be006dacbca0ab5aee97ebde69fec7ecdbf85794a0
-SIZE (xorg/lib/pixman-0.34.0.tar.bz2) = 739656
+TIMESTAMP = 1543794321
+SHA256 (xorg/lib/pixman-0.36.0.tar.bz2) = fd92c0cc99183977e54a278d7c595ee094a8e75724c03faf3796d1e49f7780dc
+SIZE (xorg/lib/pixman-0.36.0.tar.bz2) = 739957
Index: x11/pixman/files/patch-pixman-private.h
===================================================================
--- x11/pixman/files/patch-pixman-private.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- pixman/pixman-private.h.orig 2014-06-12 21:43:22.000000000 +0000
-+++ pixman/pixman-private.h 2014-06-12 21:43:38.000000000 +0000
-@@ -1,5 +1,3 @@
--#include <float.h>
--
- #ifndef PIXMAN_PRIVATE_H
- #define PIXMAN_PRIVATE_H
-
-@@ -30,6 +28,7 @@
- #include <stdio.h>
- #include <string.h>
- #include <stddef.h>
-+#include <float.h>
-
- #include "pixman-compiler.h"
-
Index: x11/pixman/pkg-descr
===================================================================
--- x11/pixman/pkg-descr
+++ x11/pixman/pkg-descr
@@ -1,3 +1,3 @@
This package contains the pixman library.
-WWW: http://www.freedesktop.org/Software/xlibs
+WWW: http://pixman.org
Index: x11/pixman/pkg-plist
===================================================================
--- x11/pixman/pkg-plist
+++ x11/pixman/pkg-plist
@@ -3,5 +3,5 @@
lib/libpixman-1.a
lib/libpixman-1.so
lib/libpixman-1.so.0
-lib/libpixman-1.so.0.34.0
+lib/libpixman-1.so.0.36.0
libdata/pkgconfig/pixman-1.pc

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 31, 2:50 AM (18 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37645491
Default Alt Text
D18411.id51506.diff (2 KB)

Event Timeline