ports/133175: [patch] x11/pixman: enable SSE2 support autodetection

Anonymous swell.k at gmail.com
Sun Mar 29 06:40:01 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list