Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2009 10:33:45 +0400
From:      Anonymous <swell.k@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/133175: [patch] x11/pixman: enable SSE2 support autodetection
Message-ID:  <86ljqoj0s6.fsf@gmail.com>
Resent-Message-ID: <200903290640.n2T6e1sg072663@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         133175
>Category:       ports
>Synopsis:       [patch] x11/pixman: enable SSE2 support autodetection
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 29 06:40:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD luffy 8.0-CURRENT FreeBSD 8.0-CURRENT #1 r190482:190483M: Sat Mar 28 05:26:15 UTC 2009     root@luffy:/usr/obj/usr/src/sys/PHOENIX  amd64

I don't have box without SSE2 extension to test on.
>Description:
As a result of ports/116551 SSE support was unconditionally disabled in
pixman-0.9.5. There is no way to enable it other than changing Makefile.

Since that PR pixman library grew support of autodetecting MMX and SSE2
separately.
>How-To-Repeat:
>Fix:
Unless autodetection goes wrong for someone remove that workaround.

--- pixman-remove-workaround.diff begins here ---
Index: x11/pixman/Makefile
===================================================================
RCS file: /home/csup/ports/x11/pixman/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- x11/pixman/Makefile	13 Feb 2009 06:39:40 -0000	1.9
+++ x11/pixman/Makefile	29 Mar 2009 06:11:18 -0000
@@ -19,6 +19,6 @@ USE_GNOME=	ltverhack:9
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \
-		-e 's|-msse||' ${WRKSRC}/configure
+		${WRKSRC}/configure
 
 .include <bsd.port.mk>
--- pixman-remove-workaround.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ljqoj0s6.fsf>