View | Details | Raw Unified | Return to bug 233737
Collapse All | Expand All

(-)b/x11/pixman/Makefile (-2 / +1 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	pixman
3
PORTNAME=	pixman
4
PORTVERSION=	0.34.0
4
PORTVERSION=	0.38.4
5
PORTREVISION=	1
6
CATEGORIES=	x11
5
CATEGORIES=	x11
7
6
8
MAINTAINER=	x11@FreeBSD.org
7
MAINTAINER=	x11@FreeBSD.org
(-)b/x11/pixman/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (xorg/lib/pixman-0.34.0.tar.bz2) = 39ba3438f3d17c464b0cb8be006dacbca0ab5aee97ebde69fec7ecdbf85794a0
1
TIMESTAMP = 1561381760
2
SIZE (xorg/lib/pixman-0.34.0.tar.bz2) = 739656
2
SHA256 (xorg/lib/pixman-0.38.4.tar.bz2) = 84abb7fa2541af24d9c3b34bf75d6ac60cc94ac4410061bbb295b66a29221550
3
SIZE (xorg/lib/pixman-0.38.4.tar.bz2) = 756898
(-)a/x11/pixman/files/patch-pixman-private.h (-16 lines)
Removed Link Here
1
--- pixman/pixman-private.h.orig	2014-06-12 21:43:22.000000000 +0000
2
+++ pixman/pixman-private.h	2014-06-12 21:43:38.000000000 +0000
3
@@ -1,5 +1,3 @@
4
-#include <float.h>
5
-
6
 #ifndef PIXMAN_PRIVATE_H
7
 #define PIXMAN_PRIVATE_H
8
 
9
@@ -30,6 +28,7 @@
10
 #include <stdio.h>
11
 #include <string.h>
12
 #include <stddef.h>
13
+#include <float.h>
14
 
15
 #include "pixman-compiler.h"
16
 
(-)b/x11/pixman/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
This package contains the pixman library.
1
This package contains the pixman library.
2
2
3
WWW: http://www.freedesktop.org/Software/xlibs
3
WWW: http://pixman.org
(-)b/x11/pixman/pkg-plist (-1 / +1 lines)
Lines 3-7 include/pixman-1/pixman.h Link Here
3
lib/libpixman-1.a
3
lib/libpixman-1.a
4
lib/libpixman-1.so
4
lib/libpixman-1.so
5
lib/libpixman-1.so.0
5
lib/libpixman-1.so.0
6
lib/libpixman-1.so.0.34.0
6
lib/libpixman-1.so.0.38.4
7
libdata/pkgconfig/pixman-1.pc
7
libdata/pkgconfig/pixman-1.pc

Return to bug 233737