[Midnightbsd-cvs] mports [16809] trunk/x11/pixman: fix lib ver

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 5 08:39:01 EDT 2014


Revision: 16809
          http://svnweb.midnightbsd.org/mports/?rev=16809
Author:   laffer1
Date:     2014-09-05 08:39:01 -0400 (Fri, 05 Sep 2014)
Log Message:
-----------
fix lib ver

Modified Paths:
--------------
    trunk/x11/pixman/Makefile
    trunk/x11/pixman/pkg-plist

Added Paths:
-----------
    trunk/x11/pixman/files/
    trunk/x11/pixman/files/patch-pixman-private.h

Modified: trunk/x11/pixman/Makefile
===================================================================
--- trunk/x11/pixman/Makefile	2014-09-05 12:06:54 UTC (rev 16808)
+++ trunk/x11/pixman/Makefile	2014-09-05 12:39:01 UTC (rev 16809)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pixman
 PORTVERSION=	0.32.4
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -10,23 +11,8 @@
 LICENSE=	mit
 
 XORG_CAT=	lib
-USE_AUTOTOOLS=	libtool
 USE_PERL5_BUILD=yes
-USE_GNOME=	ltverhack:30
 CONFIGURE_ARGS=	--disable-gtk
+INSTALL_TARGET=	install-strip
 
-OPTIONS_DEFINE=	SIMD
-
-.include <bsd.mport.options.mk>
-
-.if ! {PORT_OPTIONS:MSIMD}
-CONFIGURE_ARGS=	--disable-vmx --disable-arm-simd
-. if ! ${MACHINE_CPU:Mmmx}
-CONFIGURE_ARGS+=	--disable-mmx
-. endif
-. if ! ${MACHINE_CPU:Msse2}
-CONFIGURE_ARGS+=	--disable-sse2
-. endif
-.endif
-
 .include <bsd.port.mk>

Added: trunk/x11/pixman/files/patch-pixman-private.h
===================================================================
--- trunk/x11/pixman/files/patch-pixman-private.h	                        (rev 0)
+++ trunk/x11/pixman/files/patch-pixman-private.h	2014-09-05 12:39:01 UTC (rev 16809)
@@ -0,0 +1,16 @@
+--- 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"
+ 

Modified: trunk/x11/pixman/pkg-plist
===================================================================
--- trunk/x11/pixman/pkg-plist	2014-09-05 12:06:54 UTC (rev 16808)
+++ trunk/x11/pixman/pkg-plist	2014-09-05 12:39:01 UTC (rev 16809)
@@ -3,6 +3,6 @@
 lib/libpixman-1.a
 lib/libpixman-1.la
 lib/libpixman-1.so
-lib/libpixman-1.so.30
+lib/libpixman-1.so.32
 libdata/pkgconfig/pixman-1.pc
 @dirrm include/pixman-1



More information about the Midnightbsd-cvs mailing list