From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 9 00:00:38 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B7CB1065679 for ; Wed, 9 May 2012 00:00:38 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 437D58FC12 for ; Wed, 9 May 2012 00:00:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4900coZ010099 for ; Wed, 9 May 2012 00:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4900b6u010095; Wed, 9 May 2012 00:00:37 GMT (envelope-from gnats) Resent-Date: Wed, 9 May 2012 00:00:37 GMT Resent-Message-Id: <201205090000.q4900b6u010095@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Beich Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E43D1065673 for ; Tue, 8 May 2012 23:59:38 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id 256A08FC17 for ; Tue, 8 May 2012 23:59:37 +0000 (UTC) Received: from raskin.torservers.net ([74.120.15.150]:39975 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1SRuJU-002CdD-Ui for FreeBSD-gnats-submit@freebsd.org; Tue, 08 May 2012 19:59:29 -0400 Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1SRuIp-0002He-5u for FreeBSD-gnats-submit@freebsd.org; Tue, 08 May 2012 23:58:48 +0000 Message-Id: <1SRuIp-0002He-5u@internal.tormail.org> Date: Wed, 09 May 2012 01:17:28 +0200 From: Jan Beich To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/167721: [patch] graphics/gegl: use SSE/MMX on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2012 00:00:38 -0000 >Number: 167721 >Category: ports >Synopsis: [patch] graphics/gegl: use SSE/MMX on amd64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 09 00:00:37 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: >Description: >How-To-Repeat: --- vanilla +++ patched @@ -138,6 +139,12 @@ checking for dynamic library filename su checking for some Darwin platform... no checking for some Win32 platform... no checking for native Win32... no +checking to see if compiler understands -mmmx... yes +checking whether we can compile MMX code... yes +checking to see if compiler understands -msse... yes +checking to see if compiler understands -ftree-vectorize... yes +checking to see if compiler understands -ffast-math... yes +checking whether we can compile SSE code... yes checking for perl5... /usr/local/bin/perl5 checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes @@ -281,7 +288,7 @@ Optional features: GEGL docs: no Build workshop: no Build website: no (asciidoc not found) - SIMD: sse: mmx: + SIMD: sse:yes mmx:yes Vala support: no Optional dependencies: >Fix: --- amd64.diff begins here --- Index: graphics/gegl/Makefile =================================================================== RCS file: /a/.csup/ports/graphics/gegl/Makefile,v retrieving revision 1.32 diff -u -p -r1.32 Makefile --- graphics/gegl/Makefile 14 Mar 2012 15:24:09 -0000 1.32 +++ graphics/gegl/Makefile 8 May 2012 21:44:23 -0000 @@ -182,6 +188,7 @@ post-patch: ${REINPLACE_CMD} -e '10s|\\||; 11,13d' ${WRKSRC}/Makefile.am .endif ${REINPLACE_CMD} -e 's|-T||' ${WRKSRC}/docs/Makefile.am ${WRKSRC}/docs/Makefile.in + ${REINPLACE_CMD} -e 's|x86_64|amd64|g' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's|\(lua\)\(5\.1\)|\1-\2|g' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's|/usr/bin/ruby|/usr/bin/env ruby|' ${WRKSRC}/tools/gobj2dot.rb --- amd64.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: