From owner-freebsd-ppc@freebsd.org Sun Aug 30 12:41:30 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 72A813B9F23 for ; Sun, 30 Aug 2020 12:41:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BfXyL2TVkz3fFm for ; Sun, 30 Aug 2020 12:41:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1598791290; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=J/ZC6fmBJesPMyWZ3itkqu7bf4BHn8cdY8u9TxAvFK4=; b=BUcHRcmPjqw6a9qpfXa9RUrNpXMvvT50RhThD2AZVyBwhKD9k08gTrOHYEIljjJAhA7/zO JjdEzI3eSRO/6suJ2tCpTbPIaz8F/Vg3ByV8TZgy6FTFL7snQwdAhDcDDHwaCy1TXrpuw2 EM34Pd8SGJKYgT9a2clGdsXZfBHpWb10hRBpxRKx1FfFgpo6hSoDk3qvE7IaADxkFBuK9W n8O8p/jXtv1RQDAFsBpb6Nk5+xwLZqZiqonLpQQjeTDy5zjkdsH5kNWtIBV90adg/Tgrfw 2Ni7m3UlhevKGMbAglcpV/3aAc8LpnqH42Y8oVYHZqgH6Zpr6ljySg/Te8LYbg== Received: by freefall.freebsd.org (Postfix) id 40B2C1A679; Sun, 30 Aug 2020 12:41:30 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 3D70C1A6E8 for ; Sun, 30 Aug 2020 12:41:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BfXyL0XBLz3fLF for ; Sun, 30 Aug 2020 12:41:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9C9D16DC0 for ; Sun, 30 Aug 2020 12:41:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 07UCfT7T047773 for ; Sun, 30 Aug 2020 12:41:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 07UCfTZu047772 for powerpc@FreeBSD.org; Sun, 30 Aug 2020 12:41:29 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 249005] x11/pixman: support altivec on powerpc64 Date: Sun, 30 Aug 2020 12:41:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: zeising@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: cc flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1598791290; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=J/ZC6fmBJesPMyWZ3itkqu7bf4BHn8cdY8u9TxAvFK4=; b=qzCeieaQzTUKv1br2P2q8vj8lcNbY6MBtDzgvV37srz/pQWgacs0xDt1QCIr79PYiHVdOU baQWospUPNXwKDO7iSjDh994mhobLJsfkIFSspDRclW5x92HF309k06ElM5e/2zROjf003 YaSQbRHNLev1nUpku2zTK+Jzd/m+/2fGwBXNWV/x+Kc5tqmaow78q/DuD6E2XrQFdMzuKP +hHldebFsXbCbInMRmJg8ksABT43ZwxjKRDH5UGc7TzJ8PGGSuUqqRBwx7tNwQH+3VqUwF pn4OT63VkwsZf9ZTGAuhNmlZK34SzCVMgOLkxkbZFwgWaQtmB3cUc3a+3ZYVNw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1598791290; a=rsa-sha256; cv=none; b=G4VTeDNEQoPRcwuDg+/VcIDmU9i0HuGzPKNMFBVVSTnfUHIrWBKfxPE5Gf2Y/WVYFCOb/q fd7B+7M/u+u55w98m8mTxIQR+BC+vIg1ZjU5GzQZvWwfb9vxUnOw/YuxGGdhn2Y8wGjCtp UNojC7qs2C/dwp8PEGe+u1TaHXVeImUsL16rMHz5BsJUqKue6gsg59JamC42BYun/pKdPb ueRi8wk4E8hVaKN5p2il2TnwvMpuP9MIAEeJcFXi12RuQfHN/rEvx2AizzH2/QP0u5lh5s wrk1Ia+bgMowBjNkfDgDACeseRshbGegL9JurBm4x5qh0+FsPjG1Mc8D0eLZgg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2020 12:41:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249005 Niclas Zeising changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zeising@FreeBSD.org Flags|maintainer-feedback?(x11@Fr |maintainer-feedback+ |eeBSD.org) | --- Comment #1 from Niclas Zeising --- Where is the patch from? If you created it, can you submit it upstream as well? Approved. --=20 You are receiving this mail because: You are on the CC list for the bug.=