From owner-freebsd-gnome@freebsd.org Thu Jan 19 09:40:33 2017 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4602CB52A7 for ; Thu, 19 Jan 2017 09:40:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8E0F518CD for ; Thu, 19 Jan 2017 09:40:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8D619CB52A6; Thu, 19 Jan 2017 09:40:33 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D095CB52A5 for ; Thu, 19 Jan 2017 09:40:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CEDF18CC for ; Thu, 19 Jan 2017 09:40:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v0J9eX24006641 for ; Thu, 19 Jan 2017 09:40:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-approval requested: [Bug 216255] audio/pulseaudio: Update to 10.0 : [Attachment 179063] Proposed patch (since 428895 revision) Date: Thu, 19 Jan 2017 09:40:33 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2017 09:40:33 -0000 lightside has asked gnome@FreeBSD.org for maintainer-approval: Bug 216255: audio/pulseaudio: Update to 10.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216255 Attachment 179063: Proposed patch (since 428895 revision) https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D179063&action=3Dedit --- Description --- Patch to update audio/pulseaudio port from 9.0 to 10.0 version. Look following link for changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/10.0/ - Remove devel/json-c from LIB_DEPENDS - Adapt files/patch-src_pulsecore_atomic.h [*] - Adapt pkg-plist [*] I guess, possible to remove files/patch-src_pulsecore_atomic.h or repla= ce it with following sed patch instead, if needed: -8<-- @${REINPLACE_CMD} -e 's|#if __FreeBSD_version < 600000|#if 0|' \ ${WRKSRC}/src/pulsecore/atomic.h -->8-