From owner-freebsd-gnome@freebsd.org Sun Sep 15 16:15:30 2019 Return-Path: Delivered-To: freebsd-gnome@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 56ED4F0BF1 for ; Sun, 15 Sep 2019 16:15:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46WZGp1gYSz4SsN for ; Sun, 15 Sep 2019 16:15:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 37834F0BF0; Sun, 15 Sep 2019 16:15:30 +0000 (UTC) Delivered-To: gnome@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 37484F0BEF for ; Sun, 15 Sep 2019 16:15: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) server-signature RSA-PSS (4096 bits) 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 46WZGp0n3qz4SsM for ; Sun, 15 Sep 2019 16:15: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEF89AA79 for ; Sun, 15 Sep 2019 16:15: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 x8FGFT6O058012 for ; Sun, 15 Sep 2019 16:15:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x8FGFTFb058009 for gnome@FreeBSD.org; Sun, 15 Sep 2019 16:15: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: gnome@FreeBSD.org Subject: [Bug 240585] audio/pulseaudio: Update to 13.0 Date: Sun, 15 Sep 2019 16:15:29 +0000 X-Bugzilla-Reason: AssignedTo 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: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status 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 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Sep 2019 16:15:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240585 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #2 from Jan Beich --- Thanks for providing rationale for each change. I've added a few of mine: - Add missing dependency to build tests and confirm files/patch-src_tests_atomic-test.c - Move tests into a separate option as it has extra dependency - Allow running tests via "make test" - Auto-run "make test" if TEST=3Don to simplify testing on every release/architecture via poudriere; To be revisited after https://github.com/freebsd/poudriere/pull/355 lands - Add missing dependency for building manpages: perl ./xmltoman pulseaudio.1.xml > pulseaudio.1 || rm -f pulseaudio.1 /bin/sh: perl: not found Can't locate XML/Parser.pm in @INC (you may need to install the XML::Pars= er module) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.30 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach /usr/local/lib/perl5/5.30 .) at ./xmltoman line 20. [...] /bin/mkdir -p '/wrkdirs/usr/ports/audio/pulseaudio/work/stage/usr/local/man/man1' install -m 0644 ./pulseaudio.1 ./pax11publish.1 ./pacat.1 ./pacmd.1 ./pactl.1 ./pasuspender.1 ./padsp.1 ./start-pulseaudio-x11.1 '/wrkdirs/usr/ports/audio/pulseaudio/work/stage/usr/local/man/man1' install: ./pulseaudio.1: No such file or directory - Fix some errors in pa-info script: > cat /etc/pulse/daemon.conf cat: /etc/pulse/daemon.conf: No such file or directory ________________ > cat /etc/pulse/client.conf cat: /etc/pulse/client.conf: No such file or directory ________________ > cat /etc/pulse/default.pa cat: /etc/pulse/default.pa: No such file or directory ________________ > cat /etc/pulse/system.pa cat: /etc/pulse/system.pa: No such file or directory ________________ > jacks_do ls: illegal option -- - usage: ls [-ABCFGHILPRSTUWZabcdfghiklmnopqrstuwxy1,] [-D format] [file ..= .] - Adjust RUN_DEPENDS in net/xrdp: =3D=3D=3D> xrdp-0.9.11,1 depends on file: /usr/local/lib/pulse-12.2/modules/module-xrdp-sink.so - not found *** Error code 1 - Fix Blink-based consumers by adding "const" to lazy bindings: [992/17036] python ../../tools/generate_stubs/generate_stubs.py -i gen/media/audio/pulse -o gen/media/audio/pulse -t posix_stubs -e ../../media/audio/pulse/pulse_stub_header.fragment -s pulse_stubs -p media/audio/pulse ../../media/audio/pulse/pulse.sigs [...] gen/media/audio/pulse/pulse_stubs.cc:155:27: error: conflicting types for 'pa_context_get_state' extern pa_context_state_t pa_context_get_state(pa_context* c) __attribute__((weak)); ^ ../../../../../../../../../../usr/local/include/pulse/context.h:199:20: n= ote: previous declaration is here pa_context_state_t pa_context_get_state(const pa_context *c); ^ --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=